Hi,
We have a solution for an eCommerce shoe shop, using two variants (size + color)
At first we were grouping the shoes by "main product" (shoe model) but now the client want to list all available colors. We cannot do this by simply changing the variant visibility settings in the paragraph to "Show all", because I would get all sizes + colors, and I cannot hide them in Razor or JS because it would mess up paging (unless someone can tell me how)
My option turns to a ProductListTemplateExtender
http://developer.dynamicweb-cms.com/documentation/for-developers/ecommerce/extensibility/template-extenders.aspx
Can we simply repopulate the ProductList object with the first instance of a variant option, without interfering with the paragraph settings and/or has someone developed a better solution for this?
Best Regards,
Nuno