Item | Price | Quantity | Total | |
---|---|---|---|---|
{#product.productName}
{loop items="#product.options" value="option"}
{#option.label}: {#option.value} {/loop} |
{#product.currentPrice.value}{if #product.pricePerUnit exists && #product.pricePerUnit != "None"} / {#product.pricePerUnit}{/if} | {#product.fields.quantity.tag}{#product.fields.partialQuantity.tag} | {#product.totalPrice.value} | |
Subtotal | {#cart.cartTotalBeforeDiscounts.value} | |||
{#coupon.name} ({#coupon.code}) | -{#coupon.savingsValue} | |||
Total | {#cart.cartTotal.value} |