Change the design of your Checkout Pages
Purpose: This template defines the layout of the checkout (page 2) of the 3 step checkout. This is where customers select their shipping method(s).
Notes: It is important to preserve the commented tags to ensure the software performs correctly.
For example:
Note: It is important to preserve the commented tags to ensure the software performs correctly.
For example:
[checkout1_step]
[checkout2_step]
[checkout3_step]
[checkout4_step]
<!--START: CATEGORY_HEADER-->
[CONTENT]
<!--END: CATEGORY_HEADER-->
<!--column left-->
<!--START: Shipping Rate -->
[checkout2_Header-shippingmethods]
[checkout2_shippingmethodsmessage]
<!--START: CARRIER-->
<!--START: displayblock-->
[OPTION-SHIPPER]
[OPTION-SHIPPER]
<!--END: displayblock-->
[OPTION-SHIPPER]
[OPTION-SHIPPER]
<!--START: SHIPPING_OPTION-->
[ID]
[SELECTED]
<!--[OPTION-SHIPPER]-->
[OPTION-DESCRIPTION]
[OPTION-PRICE2]
<!--END: SHIPPING_OPTION-->
<!--END: CARRIER-->
<!--START: INSURANCE-->
[checkout2_insurance]
[insurance_cost]
[checkout2_insurance-selected]
<!--START: optional-->
[checkout2_insurance-not-selected]
<!--END: optional-->
<!--END: INSURANCE-->
<!--START: checkout_questions-->
[checkout2_checkoutquestions]
<!--START: questions-->
[questions]
<!--END: questions-->
<!--START: checkout_questions_templates-->
<!--START: textarea-format-->
[question]
<!--START: req[id]-->
<!--END: req[id]-->
[id]
[answer]
<!--END: textarea-format-->
<!--START: text-format-->
[question]
<!--START: req[id]-->
<!--END: req[id]-->
[id]
[answer]
<!--END: text-format-->
<!--START: file-format-->
[question]
[oname]
<!--END: file-format-->
<!--START: checkbox-format-->
<!--START: req[id]-->
<!--END: req[id]-->
[id]
[answer]
[selected]
[question]
<!--END: checkbox-format-->
<!--START: radio-format-->
<!--START: req[id]-->
<!--END: req[id]-->
[question]
<!--START: option-->
[id]
[option]
[selected]
[option]
<!--END: option-->
<!--END: radio-format-->
<!--START: dropdown-format-->
<!--START: req[id]-->
<!--END: req[id]-->
[question]
[id]
<!--START: option-->
[selected]
[option]
<!--END: option-->
<!--END: dropdown-format-->
<!--END: checkout_questions_templates-->
<!--END: checkout_questions-->
[checkout2_submitbutton]
<!-- END: Shipping Rate-->
<!--column left ends-->
<!--column right-->
<!--customer info starts-->
[checkout2_Header-shippinginfo]
[checkout2_shippinginfomessage]
[shipping_firstname]
[shipping_lastname]
[shipping_company]
[shipping_address]
[shipping_address2]
[shipping_city]
[shipping_state]
[shipping_zip]
[shipping_country]
[checkout2_shippinginfochange]
<!--customer info ends-->
[checkout1_Header-shoppingcart]
<!--START: SHOPPING_CART_ITEM-->
[ITEM_CATALOGID]
[THUMBNAIL]
[ITEM_NAME]
[ITEM_PRICE]
[ITEM_QUANTITY]
[ITEM_SUBTOTAL]
<!--END: SHOPPING_CART_ITEM-->
<!--START: DISCOUNTS-->
[shoppingcart_subtotal]
[CARTSUBTOTAL]
[checkout1_discounts]
[DISCOUNTS]
<!--END: DISCOUNTS-->
<!--START: BUYSAFE-->
[buysafe_totalbondcost]
<!--END: BUYSAFE-->
[shoppingcart_total]
[CARTTOTAL]
<!--START: GIFTCERTS-->
[shoppingcart_giftcertificate]
[GIFTCERTS]
<!--END: GIFTCERTS-->
<!--column right ends-->
<!--START: CATEGORY_FOOTER-->
[CONTENT]
<!--END: CATEGORY_FOOTER-->
Note: Code blocks and their respective variables will only work with specific template pages.
Note: Many of the following variables are dynamically inserted from your cart's Settings ->Design ->Store Language section.
These next few variables will be present in the "checkout_questions_templates" Code Block. They will be used in the display and presentation of the Checkout Questions.