Orders
These replacements display item and order data, allowing iteration through order items.
Cart
${cart.total}
${ITERATOR;cart.items;item}
${item.name}
${item.quantity}
${item.unitary_price}
${item.total_price}
${ITERATOR;end}
${ITERATOR;cart.discounts;discount}
${discount.code}
${discount.name}
${discount.amount_discounted}
${ITERATOR;end}
${ITERATOR;cart.promotions;promotion}
${promotion.code}
${promotion.name}
${promotion.amount_discounted}
${ITERATOR;end} General Order Information
Order Address
Order Shipping Address 2.0:
Order Billing Address Replacements:
Order Items
Order Item Iterator Structure
Order Payment
Order Promotions
Order Promotions Iterator Structure
Full HTML Examples
Last updated
Was this helpful?
