{$msg.shipping.shipping_method}
{if !$shipping_is_digital && !$shipping_is_free}   {else}
{if $shipping_is_digital}{$msg.shipping.digital_download}{else}{$msg.shipping.free_shipping}{/if}
{/if}
Subtotal {**{if $DisplayPricesWithTax == "YES"}(tax included){/if}**} :
{if $DisplayPricesWithTax == "YES"}{$order->subtotalAmountWithTax|price}{else}{$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}
{$msg.cart.total_amount} :
{$order->totalAmount|price}