{$msg.product.product_description} | {$msg.product.product_price} | {$msg.product.product_quantity} | {$msg.cart.total} |
---|---|---|---|
{$order_item.title|htmlspecialchars} |
{$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} |
{$msg.cart.subtotal_amount} ({$msg.cart.with_tax}) | {$order->subtotalAmountWithTax|price} | ||
{$msg.cart.subtotal_amount} ({$msg.cart.without_tax}) | {$order->subtotalAmount|price} | ||
{$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} | ||
{$order->handlingText|htmlspecialchars} {** {if $order->handlingTaxable && $order->handlingTaxAmount> 0} ({$msg.cart.shipping_taxable} {if $order->handlingTaxDescription != ""}{$order->handlingTaxDescription}{/if}) {/if} **} | {$order->handlingAmount|price} | ||
{$ShippingLabel|htmlspecialchars} ({$order->shippingCMName|htmlspecialchars}{**{if $order->shippingTaxable}; {$msg.cart.shipping_taxable} - {$order->shippingTaxDescription}{/if}**}) | {$order->shippingAmount|price} | ||
InsureShip: | {$order->insureShipAmount|price} | ||
{$msg.cart.tax_amount} | {$order->taxAmount|price} | ||
{$msg.cart.promotions_and_gift_certificates} | |||
{$msg.cart.promo_code_discount} {** {if $order->promoDiscountType == "percent"} (-{$order->promoDiscountValue|smartround}%) {/if} **} | - {$order->promoDiscountAmount|price} | ||
Gift Certificate | -{$order->gift_cert_amount|price} | ||
{$msg.cart.total_amount} | {$order->totalAmount-$order->gift_cert_amount|price} |