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