Change the design of your Address Book
Purpose: Displays a list of addresses your customers have in their address book.
Notes: The file contains a single code block which is repeated as many times as there are addresses. If there are more than 3 addresses another row will be created.
Note: It is important to preserve the commented tags to ensure the software performs correctly.
For example:
<!--START: myAccount--> <!--END: myAccount--> <!--START: CATEGORY_HEADER--> [CONTENT] <!--END: CATEGORY_HEADER--> [account_addressbook] [reqPage] [shipmentid] <!--START: myGiftRegistry--> [account_giftRegistry] <!--END: myGiftRegistry--> <!--START: editShipment--> [shipmentid] [checkout2_Header-shippinginfo] <!--END: editShipment--> <!--START: address--> [address_alias] [shipping_firstname] [shipping_lastname] [shipping_address] <!--START: shipping_address2--> [shipping_address2] <!--END: shipping_address2--> [shipping_city] [shipping_state] [shipping_zip] [shipping_country] [shipping_phone] <!--START: addressType--> [addressTypeText] <!--END: addressType--> [id] [reqPage] [shipmentid] [account_Change-Address] [id] [reqPage] [shipmentid] [account_Remove-Address] <!--START: myGiftRegistry--> [id] [account_Choose-Address] <!--END: myGiftRegistry--> <!--START: editShipment--> [shipmentid] [id] [account_Choose-Address] <!--END: editShipment--> <!--END: address--> <!--START: CATEGORY_FOOTER--> [CONTENT] <!--END: CATEGORY_FOOTER-->
Note: Code blocks and their respective variables will only work with specific template pages.
Note: These following Variables are dependent on specific actions taken by your shoppers. In other words, while they are found within the template, they will only come up and display on the live rendered page if the shopper performs a specific action in order to get to the page. For example, [account_giftRegistry] will only display on the page if the shopper accesses the page whilst creating their individual Gift Registry.
These next few Variables will be present within form action elements like submit buttons. Typically you'll want to keep the scripting for these variables intact.