Access the Country and State of the Shipping destination of an order with the following Web Site Tags:
<%=getCurrentAttribute('customer','shipcountry')%>
<%=getCurrentAttribute('customer','shipstate')%>
In addition, here is for the Billing Address:
<%=getCurrentAttribute('customer','billcountry')%>
<%=getCurrentAttribute('customer','billstate')%>
Knowledge in HTML and JavaScript is needed to be able to make this information helpful.
Note: The tags given will only return a value if a shopper is signed in to the web store.
No comments:
Post a Comment