Hi, Guys
I wanna add customer phone number in my invoice. In e-commerce--orders--billing, when I click "edit", I can view the customer address and phone mnumber, but in e-commercie--configuration--invoice, the macro "{%BillingAddress.ApplyTransformation("Ecommerce.Transformations.Order_Address"#%}" only miss the phone number, so how can I add the phone number here?
Thank a lot
Hi lu
you can write your own macro(Custom macro).
But how???could u show me the code?
Hi,
you can either put the phone number into the invoice template directly with a macro, that could be e.g.:
{% BillingAddress.AddressPhone |(identity)GlobalAdministrator%}
Hope this helps.
Regards, Zdenek
Please, sign in to be able to submit a new answer.