{$msg.cart.order_details}
    {$msg.cart.order_id}: {$order->order_num}
 
{$msg.cart.billing_and_shipping_information}
 
{$msg.billing.billing_information}
{if $order->paymentGatewayId != "paypalec"} {$billing_address.fname|htmlspecialchars} {$billing_address.lname|htmlspecialchars},
{if $billing_address.company != ""} {$billing_address.company|htmlspecialchars},
{/if} {$billing_address.address1|htmlspecialchars}{if $billing_address.address2 != ""}, {$billing_address.address2|htmlspecialchars}{/if}
{$billing_address.city|htmlspecialchars}, {$billing_address.province|htmlspecialchars}, {$billing_address.zip|htmlspecialchars}
{$billing_address.country_name|htmlspecialchars}
{if $billing_address.phone != ""} {$msg.billing.phone_number} : {$billing_address.phone|htmlspecialchars}
{/if} {$msg.account.email_address}: {$billing_address.email|htmlspecialchars}
{if $cf_billing} {foreach from=$cf_billing item="cf"}
  • {$cf.field_name} : {$cf.value_translated}
  • {/foreach} {/if} {else} {$user_data.fname|htmlspecialchars} {$user_data.lname|htmlspecialchars},
    {$msg.account.email_address}: {$user_data.email|htmlspecialchars}
    {$msg.billing.paypal_ec_order} {/if}  
     
    {$msg.shipping.shipping_information}
    {if !$order->shippingDigital} {$shipping_address.name|htmlspecialchars},
    {if $shipping_address.company != ""} {$shipping_address.company|htmlspecialchars},
    {/if} {$shipping_address.address1|htmlspecialchars}{if $shipping_address.address2 != ""}, {$shipping_address.address2|htmlspecialchars},{/if}
    {$shipping_address.city|htmlspecialchars}, {$shipping_address.province|htmlspecialchars}, {$shipping_address.zip|htmlspecialchars}
    {$shipping_address.country|htmlspecialchars}
    {if $cf_shipping} {foreach from=$cf_shipping item="cf"}
  • {$cf.field_name} : {$cf.value_translated}
  • {/foreach} {/if} {else} {$msg.shipping.no_shipping_informatio_available}
    {$msg.shipping.digital_download} {/if}  
     
    {$msg.cart.order_content}
    {foreach from=$order_items item="order_item"} {/foreach} {if $order->promoDiscountType != "none" && $order->promoDiscountAmount> 0} {/if} {if $order->handlingSeparated && $order->handlingAmount> 0} {/if} {if $ShippingCalcEnabled == "YES"} {/if} {if $order->insureShipActive && $order->insureShipAmount} {/if} {** GIFT CERTIFICATE **} {if $gift_cert_amount> 0} {/if} {** GIFT CERTIFICATE **} {** GIFT CERTIFICATE **} {** GIFT CERTIFICATE **}
    {$msg.product.product_id} {$msg.product.product_name} {$msg.product.product_price} {$msg.product.product_quantity} {$msg.cart.total}
    {$order_item.product_id|htmlspecialchars} {$order_item.title|htmlspecialchars} {if $order_item.options != ""}
    {$msg.cart.options}:
    {$order_item.options} {/if} {if $order_item.digital_product == "Yes" && $payment_status == "Received"}
    {$msg.product.download_url}:
    {$GlobalHttpUrl}/download.php?a={$order_data.oid}&b={$order_item.digital_product_key} {/if}
    {$order_item.product_price|price} {if $order_item.is_taxable == "No"}
    ({$msg.cart.not_taxable}) {else}
    {$msg.cart.tax_amount} : {if $order_item.tax_description != ""} {$order_item.tax_description} {else} {$order_item.tax_rate} {/if} {if $DisplayPricesWithTax=="YES"} - {$msg.cart.included_in_price}{/if}
      {/if}
    {$order_item.quantity} {$order_item.product_total|price}
    {$msg.cart.subtotal_amount} : {if $DisplayPricesWithTax == "YES"}{$order->subtotalAmountWithTax|price}{else}{$order->subtotalAmount|price}{/if}
    {$msg.cart.discount_amount} {** {if $order->discountAmount> 0 && $order->discountType == "percent"} (-{$order->discountValue|smartround}%) {/if} **} : {if $order->discountAmount> 0}-{/if} {$order->discountAmount|price}
    {$msg.cart.promo_code_discount} {** {if $order->promoDiscountType == "percent"} (-{$order->promoDiscountValue|smartround}%) {/if} **} : - {$order->promoDiscountAmount|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}
    Gift Certificate : -{$gift_cert_amount|price}
    {$msg.cart.tax_amount} : {$order->taxAmount|price}
    {$msg.cart.total_amount} : {$order->totalAmount-$gift_cert_amount|price}
      {if $cf_invoice} {/if} {if $GiftCardActive == "YES" && $order->giftMessage != ""}

    {$msg.cart.gift_message}:

    {$order->giftMessage|htmlspecialchars|nl2br}

    {/if}