I'm using Power Search Module for Faceted Navigation. I display my attributes on the Category Page. On the SRCH results page, using Power Search, I want to be able to display the attributes of each product as well. Is this possible, because the SRCH results Template Code is contained in the Power Search Module settings.
On the "Search Results Layout" inside Power Search, this is my code to call load the attributes:
I also have
in the HEAD tag. My attributes don't load on the page. Is what I'm trying to do even possible? All the items I'm calling above are active on my SRCH page.
On the "Search Results Layout" inside Power Search, this is my code to call load the attributes:
Code:
<div id="ctgyswatches_&mvte:product:id;" class="ctgyswatches swatches"> </div> <mvt:item name="category_listing_imagemachine" param="body:product:id" /> <mvt:item name="attributemachine" param="body:product:id" />
Code:
<mvt:item name="attributemachine" param="head" />
Comment