Hi everyone,
I'm having trouble with the RelatedProductsList.cshtml in Swift 2
When selecting variants, it only shows the main product and not the variants.
All the settings seem to be correct
Things I checked:
- The products have variants
- The products per page is set to 8
- I've set the relatedproductlist to variants
- Build the product index
DW Care suggested to changing the template:
@if (sourceType == "variants") { <input type="hidden" name="ProductID" value="@productIds"> <input type="hidden" name="isVariant" value="true"> }
This does not work for me, does anybody know how to fix this?