Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Assigning question

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 12-08-2007, 01:00 PM
 
weckie weckie is offline
 

eXpert
  
Join Date: Feb 2005
Location: Netherlands
Posts: 220
 

Default Assigning question

Somewhere in a *.tpl file there is this line:

{assign var="_userinfo" value=$customer}{else}{assign var="_userinfo" value=$userinfo}{/if}

My guess, xcart assigns several info to the variable.

Now my question, how can i display all the info that is assigned to it in a list?

Or, How can i display the variable $customer. I tried {$customer} didnt work.
__________________
Herman Steijn

Using: X-cart 4.5.4
AT: http://www.weckonline.com LIVE
Reply With Quote
  #2  
Old 01-26-2008, 02:29 AM
  SpinyMan's Avatar 
SpinyMan SpinyMan is offline
 

Advanced Member
  
Join Date: Jan 2008
Posts: 30
 

Default Re: Assigning question

Quote:
Originally Posted by weckie
Somewhere in a *.tpl file there is this line:

{assign var="_userinfo" value=$customer}{else}{assign var="_userinfo" value=$userinfo}{/if}

My guess, xcart assigns several info to the variable.

Now my question, how can i display all the info that is assigned to it in a list?

Or, How can i display the variable $customer. I tried {$customer} didnt work.

open "mail/html/order_invoice.tpl" file. After line
Quote:
{if $customer ne ''}{assign var="_userinfo" value=$customer}{else}{assign var="_userinfo" value=$userinfo}{/if}
write next:
Quote:
{foreach from=$_userinfo item=u}
{$u}<br>
{/foreach}

it will return full customer info.
__________________
Regards,
SpinyMan

X-Cart Templates Store -
http://www.x-cart-customization.com/shop/

X-Cart Customization Services -
http://www.x-cart-customization.com/
Reply With Quote
  #3  
Old 01-26-2008, 03:20 AM
 
weckie weckie is offline
 

eXpert
  
Join Date: Feb 2005
Location: Netherlands
Posts: 220
 

Default Re: Assigning question

Thanks Spiny,

I will give it a shot tonight.
__________________
Herman Steijn

Using: X-cart 4.5.4
AT: http://www.weckonline.com LIVE
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 02:27 AM.

   

 
X-Cart forums © 2001-2020