1. Use this quickcode tag to display the Customer's Shipping State Name. Example of the output for this quickcode tag: 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 name will be displayed from this QuickCode Tag.
3. Example:
State: {CUSTOMER-SHIP-STATE-NAME}
John Smith
255 Parks Hwy
ste 111
Wasilla , AK 99687
4. Would print out the following:
State: Alaska
John Smith
255 Parks Hwy
ste 111
Wasilla, AK 99687 |