Close

Profile: jburke

Avatar

User posts

10 years ago

I am extremely interested in the Ribbon plugin. Do you anticipate releasing a version for nop 2.8?

11 years ago

Boyko wrote:

Hi jburke,

Do you have the Nop Quick Tabs plugin installed and the Automatic integration enabled?
If so then you need to modify the view of the Tabs as when the Automatic integration is enabled the views from the Tabs override the ones in the theme.
Please either disable the automatic integration of the Tabs and integrate them manually or simply delete the same lines from the files in this folder:
Plugins\SevenSpikes.Nop.Plugins.NopQuickTabs\AutomaticIntegration\DefaultClean\Views\Catalog

Please let us know if this is the case!

Thanks


This was exactly the issue! Thank you it is fixed. I appreciate the assistance.

11 years ago

Boyko wrote:
Your plugins are fantastic! I do have a quick question though. When I add a related products jcarousel, it works fine, however, the core nopcommerce "related products" also display on the page. How do I display only the jcarousel and remove the core nopcommerce related products list? I'm on 2.80 using the default clean theme.

Thanks!

Hi jburke,

Thank you for using our products and we are glad that you like them and find them useful!

To remove the core nopCommerce related products you need to modify the Product Templates in the Catalog folder and comment or remove this line:
 @Html.Action("RelatedProducts", "Catalog", new { productId = Model.Id })


There are two product templates that you need to modify (depending on which one you use you can edin only one of them):
Views\Catalog\ProductTemplate.SingleVariant.cshtml
Views\Catalog\ProductTemplate.VariantsInGrid.cshtml

Hope this helps!


Thanks for the quick response! I have deleted the line of code mentioned above from both of the product templates. I have cleared my cache, restarted IE, and verified that I modified the correct product templates (twice) and the Related products (in addition to the jcarousel) are still there. Thanks for the assistance, is there another file I need to edit?

11 years ago

Your plugins are fantastic! I do have a quick question though. When I add a related products jcarousel, it works fine, however, the core nopcommerce "related products" also display on the page. How do I display only the jcarousel and remove the core nopcommerce related products list? I'm on 2.80 using the default clean theme.

Thanks!