I need to modify the email for New Order - Distributor by adding "Address Type" so that we can tell the difference between UPS Residential and Commercial address types.
Here is a screen shot to help visually illustrate my question: http://www.toucaned.com/Screen-shot.jpg
The email invoice uses variables like the following:
[oshipaddress]
[oshipaddress2]
[oshipcity]
[oshipstate]
[oshipzip]
[oshipcountry]
[oshipmethod]
Notice the "o" in front of the ship.
This page 3dcart Design Docs does not show variables for the emails. It has variables like the following:
[address_alias]
[shipping_firstname]
[shipping_lastname]
[shipping_address]
These variables have underscores.
I tried [addressTypeText], but it does not work on the invoice email. I also tried [oaddresstype], but that does not work either.
Is there a address type variable specific for the invoice email?
Here is a screen shot to help visually illustrate my question: http://www.toucaned.com/Screen-shot.jpg
The email invoice uses variables like the following:
[oshipaddress]
[oshipaddress2]
[oshipcity]
[oshipstate]
[oshipzip]
[oshipcountry]
[oshipmethod]
Notice the "o" in front of the ship.
This page 3dcart Design Docs does not show variables for the emails. It has variables like the following:
[address_alias]
[shipping_firstname]
[shipping_lastname]
[shipping_address]
These variables have underscores.
I tried [addressTypeText], but it does not work on the invoice email. I also tried [oaddresstype], but that does not work either.
Is there a address type variable specific for the invoice email?
Comment