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