Available Since: V1.0.0
Chunk used to format the layout of the collection of the shipping option selection and allow review of the order.
<h2>[[+cart.title]]</h2> <div id="cartAddresses" class="row"> <div class="span6 span-s6"> <h3>[[+cart.invoiceTo]]</h3> [[+cart.billingAddress]] </div> <div class="span6 span-s6"> <h3>[[+cart.deliverTo]]</h3> [[+cart.shippingAddress]] </div> </div> <h3>[[+cart.yourOrder]]</h3> [[+cart.shippingOptions]]
<h2>[[+cart.title]]</h2> <div id="cartAddresses" class="row"> <div class="col-sm-6"> <h3>[[+cart.invoiceTo]]</h3> [[+cart.billingAddress]] </div> <div class="col-sm-6"> <h3>[[+cart.deliverTo]]</h3> [[+cart.shippingAddress]] </div> </div> <h3>[[+cart.yourOrder]]</h3> [[+cart.shippingOptions]]
<h2>[[+cart.title]]</h2> <div id="cartAddresses" class="row"> <div class="medium-6 columns"> <h3>[[+cart.invoiceTo]]</h3> [[+cart.billingAddress]] </div> <div class="medium-6 columns"> <h3>[[+cart.deliverTo]]</h3> [[+cart.shippingAddress]] </div> </div> <h3>[[+cart.yourOrder]]</h3> [[+cart.shippingOptions]]
Placeholder | Description |
---|---|
cart.title | The title of the stage. |
cart.invoiceTo | The label for the invoice to address. |
cart.billingAddress | The address being invoiced to. |
cart.deliverTo | The label for the deliver address. |
cart.shippingAddress | The address to ship the order to. |
cart.yourOrder | The label for the order summary. |
cart.shippingOptions | The form to display and collect the users choice of shipping options. |