Does anyone know how I can get the variant image of a product feature variant to show up in the product_filters_extended.tpl.
I am trying to display a list of Brands and want the logo to show up next to them.
It is probably NOT part of the get_products() call that initializes the {$products} variable. Hence you would have to add a post controller that would pull the existing products variable from the template, fetch the feature image and then resave the products template variable.
[quote name='tbirnseth' timestamp='1320088393' post='125016']
It is probably NOT part of the get_products() call that initializes the {$products} variable. Hence you would have to add a post controller that would pull the existing products variable from the template, fetch the feature image and then resave the products template variable.
[/quote]
Thanks. Thats a little further than I want to take it right now. I guess I'll just sit tight and be happy
with the listing without images.