Product_features.view_all with image

I have a feature with variants.

In the extra from these variants, I have an image for each variant.



I would like to have this image on the product_features.view_all page, just under the name, but I cannont find the code to use.



Can anyone help ?

Hi,

i've the same question... How can i do?

design/themes/YOUR_THEME/templates/views/product_features/view_all.tpl

replace:

  • {$range.variant|fn_text_placeholders}
  • with

  • {$image_pair = $range.variant_id|fn_get_image_pairs:'feature_variant':'V':true:true} {if $image_pair}{include file="common/image.tpl" images=$image_pair image_width=100}{else}{$range.variant|fn_text_placeholders}{/if}
  • http://prntscr.com/apa120