Hi Dev,
It looks like a nice feature but there might be too many sliders on the product page as there is already one for the images.
Maybe for the next Release we can include this feature too.
Best Regards,
Nop-Templates Support Team
Hi,
All our themes go with a FREE installation on your web site.
Please make sure to provide your domain name and check the Theme installation on your website check box before proceeding to checkout.
Our sales team can be reached via email sales at nop-templates.com
Please see our contact page for more information.
Best Regards,
Nop-Templates Support Team
Hi,
Thank you for reporting this. It is fixed now.
Best Regards,
Nop-Templates Support Team
Hi,
We have a contact a page:
https://www.nop-templates.com/contactus.
Hi,
These are not bugs:
1. This category does not contain any products. Not all the categories in the demo contain products as this is just a demo.
2. When you click the What Size am I link, you see the following topic:
http://themes.fashion.nop-templates.com/t-popup/SizeConversion
Could you specify what you mean by "system crash".
Thanks
Hi Liz,
Working with the tabs is not different than any other rich text editor in nopCommerce Administration i.e Full Description on Product page in the administration.
So you can add whatever you want i.e text, hyperlinks, images, videos etc just like you will do it for the products full description for example.
We haven't tried to embed Pdf content but it shouldn't be any different.
Hope this help!
Hi,
By Categories do you mean, when loading the products, upon filter selection?
Please note that we have identified a performance issue with the filters, which can be tracked all the way back to nopCommerce 2.0 and the use of Linq. We have been working to fix that and are planning to ship an update by the end of this week.
We will notify all our customers, so that they can update their installations.
I hope this works for you and will not be holding you back in your development!
Best Regards
Hi WDD,
Thanks for your suggestion it is appreciated.
Yes, nopCommerce is still lacking in some aspects but we believe that the framework has a great future.
Now it easier than ever to extend nopCommerce and improve it where it is not good enough.
Of course we constantly look for ways to alleviate the pain customers have using nopCommerce and SEO is definitely one of the problematic areas. With Nop Smart SEO our intention was to reduce the tedious work of manually entering SEO meta data for each product. We can't promise to implement the functionality you suggested as we think it is something that should go in the framework itself rather than implementing it as an extension. You can always make new suggestions and vote for them in the nopCommerce Codeplex page - http://nopcommerce.codeplex.com/workitem/list/advanced
With the help of people like you in the growing nopCommerce community this product will improve and become one of the best e-commerce platforms.
Many thanks
Hi Liz,
currently the Nop Home Page Sliders does not support removing the transition effects from the admin panel. So in order to remove it you should edit one of the files as follows:
1. Locate the ~\Plugins\SevenSpikes.Nop.Plugins.HomePageSliders\Views\HomePageSliders\HomePageCarouselSlider.cshtml file.
2. Open it in a text editor.
3. Add the following two lines of code after line 22: effect: 'straight', so that it looks like:
line 20: .....
line 21: effect: 'straight',
line 22: spw: 1,
line 23: sph: 1,
line 24: ......
4. Save the file and reload your page.
Hope that helps!