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!