Review and Submit Order

{{#each cart_products}} {{#if options}} {{/if}} {{/each}}
Product Unit Price Qty. Subtotal
{{prodname}} {{#if product_license}}

{{format_money product_license.product_license_price}} / {{product_license.product_license_term.product_license_term}}

{{/if}}
{{format_money price}} {{Qty}} {{format_money item_total}} {{#if lease_monthly_payment}}
Monthly Payment:
~{{format_money lease_monthly_payment}} item / mo
{{/if}}
{{include 'cart/summary-options.html'}}
Subtotal: {{format_money cart_sub_total}}
Shipping Cost: {{format_money cart_shipping_cost}}
Tax: {{format_money cart_tax}}
Points Used: {{format_money cart_wallet_used}}
Discount: {{format_money cart_discount}}
You Pay: {{format_money cart_total}}
{{include 'checkout\review-message.html'}}

{{#if guest_login}}
{{/if}}