The EmporiumPlus Toolkit has the ability to populate products on to a CTGY page with something like this:
The products have to be assigned to a category for this to work.
Is is possible to populate a category page with products based on a Product Custom Field?
Code:
<mvt:item name="toolkit" param="sassign|cat_code|new-fabric" /> <mvt:item name="toolkit" param="randomcat|pcount|g.cat_code|40" /> <mvt:if expr="pcount GT 0"> <mvt:foreach iterator="sub_product" array="sub_products"> <li><a href="/&mvta:sub_product:code;.html"><img src="&mvt:sub_product:thumbnail;" width="110" height="110" alt="alt text" /><span class="caption">&mvt:sub_product:formatted_price;</span></a></li> </mvt:foreach> </mvt:if>
Is is possible to populate a category page with products based on a Product Custom Field?
Comment