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)
-   -   Hiding (User Profiles - "Additional Fields") in In (https://forum.x-cart.com/showthread.php?t=21626)

Clay Richardson 05-07-2006 10:53 PM

Hiding (User Profiles - "Additional Fields") in In
 
I have created some additional fields in the form of questions in the User Profiles options.

These questions and answers are showing up in the Invoices as well. How do I go about obscuring them in the emailed invoice?

Regards,
Clay

balinor 05-08-2006 02:27 AM

Need to comment out this bunch of code:

Code:

{foreach from=$_userinfo.additional_fields item=v}
{if $v.section eq 'C' || $v.section eq 'P'}
        <TR>
                <TD>{$v.title}:</TD>
        <TD>{$v.value}</TD>
        </TR>
        {/if}
{/foreach}



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

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