{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}
{if $order->discountAmount> 0}
{$msg.cart.discount_amount}
- {$order->discountAmount|price}
{/if}
{if $order->promoDiscountType != "none" && $order->promoDiscountAmount> 0}
{$msg.cart.promo_code_discount}
{**
{if $order->promoDiscountType == "percent"}
(-{$order->promoDiscountValue|smartround}%)
{/if}
**}
- {$order->promoDiscountAmount|price}
{/if}
{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}
{if $ShippingCalcEnabled != "NO"}
{if $order->shippingCMName != "" && $order->shippingSSID>=1}
{$ShippingLabel|htmlspecialchars}{**
({$order->shippingCMName|htmlspecialchars}{if $order->shippingTaxable}; {$msg.cart.shipping_taxable} - {$order->shippingTaxDescription}{/if}) **}
{else}
{$ShippingLabel|htmlspecialchars}
{/if}
{if $shipping_is_digital}
{$msg.shipping.no_charge}
{elseif $shipping_is_free}
{$msg.shipping.free}
{else}
{$order->shippingAmount|price}
{/if}
{/if}
{$msg.cart.tax_amount}
{$order->taxAmount|price}
{ *** GIFT CERTIFICATE *** }
{ *** GIFT CERTIFICATE *** }
{$msg.cart.total_amount}
{$order->totalAmount|price}