eCommerce Product List Modifications or Custom Template?
Permalink 2 users found helpfulAre there any custom templates in existence? Does anybody have some pointers on how to go about extending the product list to achieve this functionality? From what I can tell, the product list is simply rendering the product page and that makes it difficult to apply some unique functionality to the product list without also applying the functionality to the product page itself.
Any help would be greatly appreciated!!
to override make it in siteroot/elements/product/display.php
and then do whatever you want with it.
Or you can copy and paste that, name it something different and where it says Loader::packageElement in the block switch it to Loader::element and then load that file you created instead.
Either way works and accomplishes basically the same thing.
Elements throw a lot of people for a loop, and I am honestly not 100% sure why that particular view is in an element since i don't believe it is used anywhere else. i assume that maybe it was planned to be lightboxed or something?