View Single Post
  #1  
Old 12-11-2003, 05:04 AM
 
mghinolfi mghinolfi is offline
 

Newbie
  
Join Date: Jul 2003
Posts: 3
 

Default Adding other existing user fields in Orders.

Hello, I'm using SSN field to add VAT number (IVA in Italy) to user fields. But this field is not stored (or simply displayed) in order fields, resulting in no VAT number on invoice. How can this be accomplished? I tried with:

{$lng.lbl_ssn}: {$userinfo.ssn}

on invoices, but it doesn't show up nothing, as well as

{$lng.lbl_ssn}: {$order.ssn}

but this is quite obvious since there's no SSN field in customer data when ordering.
Thanks for any help!
Reply With Quote