X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Show an product extra field in the products list page (https://forum.x-cart.com/showthread.php?t=56661)

alexisc67@msn.com 11-19-2010 10:10 AM

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

alexisc67@msn.com 11-20-2010 03:14 AM

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.