shipment_update_address.html


Purpose: This is the template used when entering/editing the shipping information during a multiple ship-to order.

Code Blocks

Note: It is important to preserve the commented tags to ensure the software performs correctly.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!--START: CATEGORY_HEADER-->
    [CONTENT]
<!--END: CATEGORY_HEADER-->
<!--left column starts-->
  <!--START: account_login-->
    [checkout2_Header-shippinginfo-login]
    [checkout2_Header-shippinginfo-loginmessage]
    [checkout2_Header-shippinginfo-login]
    [id]
  <!--END: account_login-->
    [checkout2_Header-shippinginfo]
  <!--START: copyAddressBook-->
    [id]
  <!--END: copyAddressBook-->
    [id]
    [account_Address-Alias]
    [oshipalias]
    [CustomerInfo_firstname]
    [oshipfirstname]
  <!--START: req_oshipfirstname-->
  <!--END: req_oshipfirstname-->
    [CustomerInfo_lastname]
    [oshiplastname]
  <!--START: req_oshiplastname-->
  <!--END: req_oshiplastname-->
    [CustomerInfo_company]
    [oshipcompany]
    [CustomerInfo_phone]
    [oshipphone]
  <!--START: req_oshipphone-->
  <!--END: req_oshipphone-->
    [CustomerInfo_address]
    [oshipaddress]
  <!--START: req_oshipaddress-->
  <!--END: req_oshipaddress-->
    [CustomerInfo_address2]
    [oshipaddress2]
    [CustomerInfo_city]
    [oshipcity]
  <!--START: req_oshipcity-->
  <!--END: req_oshipcity-->
    [CustomerInfo_country]
  <!--START: req_oshipcountry-->
  <!--END: req_oshipcountry-->
    [CustomerInfo_state]
  <!--START: req_oshipstate-->
  <!--END: req_oshipstate-->
    [CustomerInfo_zip]
    [oshipzip]
  <!--START: req_oshipzip-->
  <!--END: req_oshipzip-->
  <!--START: addressType-->
    [CustomerInfo_address_type]
    [addressTypeDropDown]
  <!--END: addressType-->
  <!--START: ADD_ADDRESSBOOK-->
  <!--END: ADD_ADDRESSBOOK-->
  <!--START: UPD_ADDRESSBOOK-->
    [address_id]
  <!--END: UPD_ADDRESSBOOK-->
    [account_Update-Address]
<!--left colum ends-->
<!--column right-->
    [oshipalias]
  <!--START: SHOPPING_CART_ITEM-->
    [ITEM_CATALOGID]
    [THUMBNAIL]
    [ITEM_NAME]
    [ITEM_PRICE]
    [ITEM_QUANTITY]
    [ITEM_SUBTOTAL]
  <!--END: SHOPPING_CART_ITEM-->
  [shoppingcart_subtotal]
  [CARTSUBTOTAL]
<!--column right ends-->
<!--START: CATEGORY_FOOTER-->
    [CONTENT]
<!--END: CATEGORY_FOOTER-->
    [oshipcountry]
    [oshipstate]

Note: Code blocks and their respective variables will only work with specific template pages.

Variables

Note: Many of the following variables are dynamically inserted from your cart’s Settings ->Design ->Store Language section.

  • [checkout2_Header-shippinginfo-login] – Displays the Title of the “Login or Create an Account” heading and link/button. (See Settings ->Design ->Store Language)
  • [checkout2_Header-shippinginfo-loginmessage] – Displays the Text of the “You can load address from your Address Book…” instructional message. (See Settings ->Design ->Store Language)
  • [id] – Used by the Software to reference the shipment ID.
  • [checkout2_Header-shippinginfo] – Displays the Title of the “Shipping Information” header on the page. (See Settings ->Design ->Store Language)
  • [account_Address-Alias] – Displays the Title of the “Alias” field. (See Settings ->Design ->Store Language)
  • [oshipalias] – Inserts or lists the entered Alias.
  • [CustomerInfo_firstname] – Displays the Title of the “First Name” Field (See Settings ->Design ->Store Language)
  • [oshipfirstname] – Inserts or lists the entered First Name.
  • [CustomerInfo_lastname] – Displays the Title of the “Last Name” Field (See Settings ->Design ->Store Language)
  • [oshiplastname] – Inserts or lists the entered Last Name.
  • [CustomerInfo_company] – Displays the Title of the “Company” Field (See Settings ->Design ->Store Language)
  • [oshipcompany] – Inserts or lists the entered Company.
  • [CustomerInfo_phone] – Displays the Title of the “Phone” Field (See Settings ->Design ->Store Language)
  • [oshipphone] – Inserts or lists the entered Phone.
  • [CustomerInfo_address] – Displays the Title of the “Address” Field (See Settings ->Design ->Store Language)
  • [oshipaddress] – Inserts or lists the entered Address.
  • [CustomerInfo_address2] – Displays the Title of the “Suite/Apt#” Field (See Settings ->Design ->Store Language)
  • [oshipaddress2] – Inserts or lists the entered Suite/Apt# if applicable.
  • [CustomerInfo_city] – Displays the Title of the “City” Field (See Settings ->Design ->Store Language)
  • [oshipcity] – Inserts or lists the entered City.
  • [CustomerInfo_country] – Displays the Title of the “Country” Field (See Settings ->Design ->Store Language)
  • [oshipcountry] – Inserts or lists the entered Country.
  • [CustomerInfo_state] – Displays the Title of the “State” Field (See Settings ->Design ->Store Language)
  • [oshipstate] – Inserts or lists the entered State.
  • [CustomerInfo_zip] – Displays the Title of the “Zip” Field (See Settings ->Design ->Store Language)
  • [oshipzip] – Inserts or lists the entered Zip/Postal code.
  • [CustomerInfo_address_type] – Displays the Title of the “Address Type” Field (See Settings ->Design ->Store Language)
  • [addressTypeDropDown] – Inserts or lists the selected Address Type.
  • [address_id] – Used by the Software to reference the Address Book entry for when the Address is updated or added.
  • [account_Update-Address] – Displays the Title of the “Add/Update Address” link/button. (See Settings ->Design ->Store Language)
  • [ITEM_CATALOGID] – Used by the Software to insert and reference the Product database ID(s).
  • [THUMBNAIL] – Inserts the thumbnail of the applicable item(s)
  • [ITEM_NAME] – Inserts the name(s) of the applicable item(s)
  • [ITEM_PRICE] – Inserts the price(s) of the applicable item(s)
  • [ITEM_QUANTITY] – Inserts the quantity of each applicable item
  • [ITEM_SUBTOTAL] – Inserts the subtotal of the each applicable item and its quantity combined.
  • [shoppingcart_subtotal] – Displays the Title of the cart’s “Subtotal” section. (See Settings ->Design ->Store Language)
  • [CARTSUBTOTAL] – Inserts the shopping cart’s Subtotal.
X