Jcarousel issue with "Related Products" as data source

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi,

I recently enabled the Jcarousel plugin and set it up to use "Related Products" as the data source. The issue is that I now have both the related products and the carousel with the same products showing on the product page.

I want to keep the carousel and loose the standard list of related products.

Any help would be greatly appreciated.

Thanks Lance
6 years ago
Update I'm using ver 3.9 of Jcarousel
6 years ago
Near the end of the /Views/Products/ProductTemplate.Simple.cshtml:
Find this line:

@Html.Action("RelatedProducts", "Product", new { productId = Model.Id })


You need to comment that out, like:
@*  @Html.Action("RelatedProducts", "Product", new { productId = Model.Id })  *@
6 years ago
If you are using a custom theme, then the file is here:
/Themes/your-theme-name/Views/Product/ProductTemplate.Simple.cshtml
6 years ago
Embryo,

Thank you for the assist! I've forwarded your suggested code changes on to our IT staff for integration and test.

Lance
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.