View Single Post
  #12  
Old 02-21-2014, 09:54 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: Adding membership type to order invoices

You are probably trying to use something that doesn't exist in the userinfo array.

Try to echo the whole array so you can see all the info in there. Something like this in the invoice template should work (if the array with the customer info is $userinfo)

{foreach from=$userinfo item=user key=k}
{$k}: {$user}<br/>
{/foreach}

This should give you clue what the variable that hold membership is and how to call it, if it exists in this array
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote