Close

Profile: iliyan.tanev

Avatar

User posts

8 years ago

Hi,

Yes, this is what you should have in this view, but this is the View in Nop Quick Tabs plugin. As I said you can use it to make modifications to the Specifications tab, which you want to affect only the Quick Tabs Specifications tab.

The table that you are looking for is in the YourSiteRootDirectory\Views\Product\_ProductSpecifications.cshtml. If you change it in there this will affect the way specifications are displayed for your entire site.

Hope this helps!

Bugs
8 years ago

Hi,

The current latest build version for 3.40 is 3.4.1165.17656. You can try to update to the latest version. 

Possible cause for this is if you have JQuery included twice on your site. Can you make sure that you have JQuery loaded only once or provide us with link to your website so we can check ourselves ? 

8 years ago

Hi,

We have our own view that just calls Views\Product\_ProductSpecifications.cshtml view. There you can find the table.
If you need to change how the specifications are shown in your entire site, change this view. if you want to add something specific to the QuickTabs, change/add it our view (Plugins\SevenSpikes.Nop.Plugins.NopQuickTabs\Views\ProductTab\_ProductSpecifications.cshtml).

Hope this helps!

8 years ago

Hi,

I suppose you are referring to Home Page Categories ? 

You can configure them from admin -> Plugins -> 7Spikes Themes -> Nop Native Theme -> Settings, from Additional Settings tab.

8 years ago

Hi,

Look at this forum post

Please, do not duplicate forum posts!

Bugs
8 years ago

Hi,

We have questions about this problem before. See more information about the issue at nopCommerce forum and in our forum

Can you make sure that you are running the latest version of the plugin ? 
Also, do you have any custom modification or added JavaScript files ? 

Bugs
8 years ago

Hi,

Can you check your browser console for any JavaScript errors ? 

Can you elaborate more on what you mean by "it causes the quicktabs to stop functioning normally" ?

Thanks!

Urgent Issue
8 years ago

Hi,

This is known bug that is fixed in 3.60, but it is not merged in 3.50. We will merge it and after it is deployed you would have to update your theme to ensure that there won't be any more problems like this. We will write back here when the fix is deployed for 3.50.

In the meantime you should delete the setting value and set your home page categories again from Nop Native Theme -> Settings. This should fix the problem for now.

Urgent Issue
8 years ago

Hi,

Can you provide us with the value of nativethemesettings.homepagecategoriesids setting from Configuration -> Settings -> All Settings ?

Also, we will be very grateful if you can specify your product version.

8 years ago

Hi,

Unfortunately, you can not ensure this programmatically. You will need to do the following things to ensure it will run every sunday:

1. Create your reminder
2. Set the Interval Between Messages to be 7 days
3. Disable the reminder
4. When it is sunday, Enable the reminder
5. Go to System -> Schedule Tasks and run the Customer Reminders Schedule task.

Hope this helps!