{$msg.cart.order_details}:
{$msg.cart.order_id}: {$order->order_num}
{$msg.billing.billing_information}:
{if $order->paymentGatewayId != "paypalec"}
{$msg.billing.name}: {$billing_address.fname|stripslashes} {$billing_address.lname}
{$msg.billing.company}: {$billing_address.company}
{$msg.billing.address_line1}: {$billing_address.address1}
{$msg.billing.address_line2}: {$billing_address.address2}
{$msg.billing.city}: {$billing_address.city}
{$msg.billing.state_province}: {$billing_address.province}
{$msg.billing.postal_code}: {$billing_address.zip}
{$msg.billing.country}: {$billing_address.country_name}
{$msg.billing.phone_number}: {$billing_address.phone}
{$msg.account.email_address}: {$billing_address.email}
{if $cf_billing}
{foreach from=$cf_billing item="cf"}
{$cf.field_name} : {$cf.value_translated}
{/foreach}
{else}
{$msg.billing.name}: {$user_data.fname|htmlspecialchars} {$user_data.lname|htmlspecialchars}
{$msg.account.email_address}: {$user_data.email|htmlspecialchars}
{$msg.billing.paypal_ec_order}
{/if}
{/if}
{$msg.shipping.shipping_information}:
{if !$order->shippingDigital}
{$msg.shipping.name}: {$shipping_address.name} {$shipping_address.lname}
{$msg.shipping.company}: {$shipping_address.company}
{$msg.shipping.address_line1}: {$shipping_address.address1}
{$msg.shipping.address_line2}: {$shipping_address.address2}
{$msg.shipping.city}: {$shipping_address.city}
{$msg.shipping.state_province}: {$shipping_address.province}
{$msg.shipping.postal_code}: {$shipping_address.zip}
{$msg.shipping.country}: {$shipping_address.country}
{if $cf_shipping}
{foreach from=$cf_shipping item="cf"}
{$cf.field_name} : {$cf.value_translated}
{/foreach}
{/if}
{else}
There no shipping information available. Digital Download.
{/if}
{if $cf_invoice}
{foreach from=$cf_invoice item="cf"}
{$cf.field_name} : {$cf.value_translated}
{/foreach}
{/if}
{$msg.cart.order_content}:
{foreach from=$order_items item="order_item"}
-------------------------------------------
{$msg.product.product_name}: {$order_item.title}
{if $order_item.digital_product == "Yes" && $payment_status == "Received"}
{$msg.product.download_url}:
{$GlobalHttpUrl}/download.php?a={$order->oid}&b={$order_item.digital_product_key}
{/if}
{$msg.product.product_id}: {if $order_item.product_sub_id != ""} {$order_item.product_sub_id}{else}{$order_item.product_id}{/if}
{$msg.cart.options}: {$order_item.options}
{$msg.product.product_price}: {$order_item.product_price}
{$msg.cart.taxable}: {if $order_item.is_taxable == "No"}{$msg.cart.not_taxable}{else}{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}
{$msg.product.product_quantity}: {$order_item.quantity}
{$msg.product.product_total}: {$order_item.product_total}
{/foreach}
{$msg.cart.order_summary}:
{$msg.cart.subtotal_amount}: {if $DisplayPricesWithTax == "YES"}{$order->subtotalAmountWithTax}{else}{$order->subtotalAmount}{/if}
{$msg.cart.discount_amount} {**{if $order->discountAmount> 0 && $order->discountType == "percent"}-{$order->discountValue|smartround}%{/if}**} : {if $order->discountAmount> 0}-{/if}{$order->discountAmount}
{if $order->promoDiscountType != "none" && $order->promoDiscountAmount> 0}{$msg.cart.promo_code_discount} {**{if $order->promoDiscountType == "percent"}(-{$order->promoDiscountValue|smartround}%){/if}**} : - {$order->promoDiscountAmount}{/if}
{if $order->handlingSeparated && $order->handlingAmount> 0}{$order->handlingText} {**{if $order->handlingTaxable && $order->handlingTaxAmount> 0} ({$msg.cart.shipping_taxable} {if $order->handlingTaxDescription != ""}{$order->handlingTaxDescription}{/if}){/if}**} : {$order->handlingAmount}{/if}
{if $ShippingCalcEnabled == "YES"}{$ShippingLabel} ({$order->shippingCMName}{**{if $order->shippingTaxable}; {$msg.cart.shipping_taxable} - {$order->shippingTaxDescription}{/if}**}) : {$order->shippingAmount}{/if}
{if $order->insureShipActive && $order->insureShipAmount}InsureShip : {$order->insureShipAmount}{/if}
{$msg.cart.tax_amount} : {$order->taxAmount}
-------------------------------------------
{$msg.cart.total_amount} : {$order->totalAmount}
{if $GiftCardActive == "YES" && $order->giftMessage != ""}
{$msg.cart.gift_message}:
{$order->giftMessage}
{/if}