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!
|