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)
-   -   Displaying Extra Fields in Invoice (https://forum.x-cart.com/showthread.php?t=23494)

neroag 07-22-2006 11:27 AM

Displaying Extra Fields in Invoice
 
Is there a way to have the product extra fields in the admin orders section & on all the invoices ??
ive tried adding

Code:

{if $active_modules.Extra_Fields ne ""}
{include file="modules/Extra_Fields/product.tpl"}
{/if}


but it didnt work

thanks guys

neroag 07-23-2006 12:40 AM

Anybody ??

Code:

{section name=field loop=$extra_fields}
{if $extra_fields[field].active eq "Y" && $extra_fields[field].field_value}
<TR><TD width="30%">
{$extra_fields[field].field}
</TD>
<TD>
{$extra_fields[field].field_value}
</TD>
</TR>
{/if}
{/section}


cant get that to work either anyone have any ideas plz ?


All times are GMT -8. The time now is 06:05 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.