1. Use this quickcode tag to display the Customer's Shipping State ISO Code. Example of the output for this quickcode tag: AK for Alaska.
2. To display the Customer's Shipping Address when they log into their account as a welcome. Example place this QuickCode Tag in the Customer Account area (cmr_account_x.php), any of the customer account pages would work for this example. Once the Customer logs in, their shipping state iso will be displayed from this QuickCode Tag.
3. Example:
John Smith
255 Parks Hwy
ste 111
Wasilla , {CUSTOMER-SHIP-STATE-ISO} 99687
4. Would print out the following:
John Smith
255 Parks Hwy
ste 111
Wasilla, AK 99687 |