Close

Profile: creative3k

Avatar

User posts

11 years ago

Hi , Thanks for your response , my client is pretty happy with your design and are willing to go with it , but they just need some modification on homepage , they want it pretty simple and clean like : http://www.viraaj.com/our-collection.htm , where there a image slider and navigation menu. Is it possible to acheive something like this , using your theme , just an image slider and navigation menu.

11 years ago

Hi ,

I am planning to buy this theme which include all extra addons , just a couple of things to ask , when do i expect the release of the latest version 2.6 , also in the new version the ajax functionality was included , which means some of your addons like search etc will be removed in the new version.

Thanks

12 years ago

Milen wrote:
Yes,

You get it for free. In fact all updates one year since your purchase.


Is it mulitple license , I can reproduce it for other projects too

12 years ago

Milen wrote:
Hi,

If you are talking about nopCommerce Product Attributes or Specification Attributes the answer is a definite Yes.
As to the dropdown list, this will be in the new version of the filters. The store owner will be able to switch from checkboxes to dropdown controls and vice versa.

This version of the filters we plan to release next week. But please bear in mind that the price would probably be higher than the current one, as the new version will contain a couple of new things.
However all our existing customers will get the upgrade for free as per our license agreement, the filters come with one year of free upgrades.

Hope this helps! Let us know if you need more information.


Yeh but if i buy before the release of next version , would I get free update :)

12 years ago

Support wrote:
Topic where you can request a new feature for Nop Ajax Filters


Hi ,

I am looking for a filter in my search functionality , The scenario is I have got product attributes which is used by several products ( one to many relationship , one attribute can be linked with several products) , What I want is the dropdownlist of distinct attributes , and the client can select the attribute , the system should search for all the products which has that attribute, finally display it. Will it be possible to achieve this by using your Filters ??

Will do that later tonight and will update you on it , by the way this can be added in the extensions manuals.

Hi ,

Should i modify the nop.plugins.targets something like this:

<Target Name="Plugins-CopyToWeb"
            DependsOnTargets="
            Plugins-CopyDiscounts;
            Plugins-CopyExchangeRates;
            Plugins-CopyExternalAuth;
            Plugins-CopyFeeds;
            Plugins-CopyMisc;
            Plugins-CopyPayments;
            Plugins-CopyShippings;
            Plugins-CopySms;
            Plugins-CopyTaxes;
            Plugins-CopyWidgets;
      Plugins-CopySevenSpikes">
      
      
      <!--SevenSpikes plugins-->
    <Target Name="Plugins-CopyExchangeRates">
        <MSBuild Projects ="$(MSBuildProjectFullPath)"
                        Targets="Plugin-CopyToWeb"
                        Properties="
                        PluginProjectName=Nop.Plugins.HomePageSliders"/>
        <MSBuild Projects ="$(MSBuildProjectFullPath)"
                        Targets="Plugin-CopyToWeb"
                        Properties="
                        PluginProjectName=Nop.Plugins.NopQuickTabsange"/>
    <MSBuild Projects ="$(MSBuildProjectFullPath)"
                        Targets="Plugin-CopyToWeb"
                        Properties="
                        PluginProjectName=Nop.Plugins.SmartSEO"/>
    </Target>

Hi ,

I came across a problem , all your extensions worked fine on my localhost, but when i ran the batch files to deploy it on-line , all the extension plugin were deleted , I have to reconfigure it on the server , Is this known issue or I might have done something wrong , just need to confirm it

12 years ago

If any one wants to resize the image / reduce size of image using ImageGen in nopsliders , let me know I have done that in one of my project .

Cheers

12 years ago

Can you please tell me where the PicturePath for the images are saved or does it resolve automatically. I check the db table of slider , there was nothing like image url in it.