{$msg.product.product_name} |
{$msg.product.product_price} |
{$msg.product.product_quantity} |
{$msg.cart.total} |
{foreach from=$order_items item="order_item"}
{$order_item.title|htmlspecialchars}
{if $order_item.options != ""}
{assign var=options value=$order_item.options_parsed}
{foreach from=$options item=option}
{$option.name}: {$option.value|htmlspecialchars}
{/foreach}
{/if}
|
{$order_item.product_price|price}
{if $order_item.is_taxable == "No"}
({$msg.cart.not_taxable})
{else}
{$msg.cart.tax_rate}:
{if $order_item.tax_description != ""}
{$order_item.tax_description}
{else}
{math equation="round(x,2)" x=$order_item.tax_rate format="%0.2f"}%
{/if}
{if $DisplayPricesWithTax=="YES"} - {$msg.cart.included_in_price}{/if}
{/if}
|
{$order_item.quantity} |
{$order_item.product_total|price} |
{/foreach}
{** subtotal **}
{if $DisplayPricesWithTax == "YES" && $order->taxAmount > 0}
{$msg.cart.subtotal_amount} ({$msg.cart.with_tax}) : |
{$order->subtotalAmountWithTax|price} |
{$msg.cart.subtotal_amount} ({$msg.cart.without_tax}) : |
{$order->subtotalAmount|price} |
{else}
{$msg.cart.subtotal_amount} : |
{$order->subtotalAmount|price}
|
{/if}
{** discount **}
{if $order->discountAmount > 0}
{$msg.cart.discount_amount}
{**
{if $order->discountType == "percent"}
(-{$order->discountValue|smartround}%)
{/if}
**}
:
|
{if $order->discountAmount > 0}-{/if} {$order->discountAmount|price}
|
{/if}
{** promo **}
{if $order->promoDiscountType != "none" && $order->promoDiscountAmount > 0}
{$msg.cart.promo_code_discount}
{**
{if $order->promoDiscountType == "percent"}
(-{$order->promoDiscountValue|smartround}%)
{/if}
**}
:
|
- {$order->promoDiscountAmount|price} |
{/if}
{** handling **}
{if $order->handlingSeparated && $order->handlingAmount > 0}
{$order->handlingText|htmlspecialchars}
{**
{if $order->handlingTaxable && $order->handlingTaxAmount > 0}
({$msg.cart.shipping_taxable} {if $order->handlingTaxDescription != ""}{$order->handlingTaxDescription}{/if})
{/if}
**}
:
|
{$order->handlingAmount|price} |
{/if}
{** shipping **}
{if $ShippingCalcEnabled == "YES"}
{$ShippingLabel|htmlspecialchars}
({$order->shippingCMName|htmlspecialchars}{**{if $order->shippingTaxable}; {$msg.cart.shipping_taxable} - {$order->shippingTaxDescription}{/if}**}) :
|
{$order->shippingAmount|price} |
{/if}
{** GIFT CERTIFICATE **}
Gift Certificate : |
-$0.00 |
{** GIFT CERTIFICATE **}
{** tax **}
{$msg.cart.tax_amount} : |
{$order->taxAmount|price} |
{** total **}
{$msg.cart.total_amount} : |
{** GIFT CERTIFICATE **}
{$order->totalAmount-$gift_cert_amount|price} |
{** GIFT CERTIFICATE **}