![]() |
Show an product extra field in the products list page
Hi,
How can I show an extra field to the products_list page? Has anyone done this? Thanks, Alexis |
Re: Show an product extra field in the products list page
Hi,
I have done this with this code, 'Farge' is the name of the extra field: {if $active_modules.Extra_Fields} {foreach from=$product.extra_fields item=v} {if $v.active eq "Y" && $v.field && $v.field == "Farge"} {$v.value} {/if} {/foreach} {/if} |
All times are GMT -8. The time now is 11:19 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.