I am trying to add the customers address to the Pa...
# advancedpdf
p
I am trying to add the customers address to the Payment Receipt pdf but am not able to get it to work. I tried
${record.address}
and
$(record.CustomerAddress}
and
$(record.billaddr1}
but nothing is working up. What is the correct way to display this?
s
In my template, I use
${record.customer.billaddress}
p
Perfect! Thanks.