{$msg.cart.order_details}
{$msg.cart.order_id}: {$order->order_num}
{$msg.cart.order_date}: {$order->status_date_formatted}
 
{$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->shippingRequired} {$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_information_available}
    {$msg.shipping.order_is_not_shippable} {/if}  
     
    {$msg.cart.order_content}
    {foreach from=$order_items item="order_item"} {/foreach} {foreach from=$orderView.lineItems key="orderViewLineItemKey" item="orderViewLineItem"} {/foreach}
    {$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.enable_recurring_billing && $order_item.recurring_billing_data}
    {$msg.recurring.recurring_payments}
    {if $order_item.product_recurring_billing_data->getScheduleDescription() != ''}
    {$order_item.product_recurring_billing_data->getScheduleDescription()}
    {/if} {if $order_item.recurring_billing_data->getTrialEnabled()} {$msg.recurring.trial_period}: {$order_item.recurring_trial_description}
    {/if} {$msg.recurring.billing_period}: {$order_item.recurring_billing_description} {if $order_item.recurring_billing_data->getStartDate()} {assign var="recurringStartDate" value=$order_item.recurring_billing_data->getStartDate()}
    {$msg.recurring.billing_starting_at} {$recurringStartDate->format('U')|date_format:$msg.common.date_format} {/if}
    {/if} {if $order_item.product_type == 'Digital' && $payment_status == "Received"}
    {$msg.product.download_url}:
    {$GlobalHttpUrl}/download.php?a={$order_data.oid}&b={$order_item.digital_product_key} {/if}
    {$order_item.admin_price|price} {if $order_item.is_taxable == "No"}
    ({if $order_item.tax_exempt == 1}{$msg.cart.item_tax_exempt}{else}{$msg.cart.not_taxable}{/if}) {else}
    {if $order_item.tax_exempt == 1} {$msg.cart.item_tax_exempt} {else} {$msg.cart.tax_amount} : {if $order_item.tax_description != ""} {$order_item.tax_description} {else} {$order_item.tax_rate} {/if} {/if}
      {/if}
    {$order_item.admin_quantity} {$order_item.admin_quantity*$order_item.admin_price|price}
    {$orderViewLineItem.title} : {if $orderViewLineItem.subtitle != ''}
    {$orderViewLineItem.subtitle}{/if}
    {$orderViewLineItem.amount}
      {if $cf_invoice} {/if} {if $GiftCardActive == "YES" && $order->giftMessage != ""}

    {$msg.cart.gift_message}:

    {$order->giftMessage|htmlspecialchars|nl2br}

    {/if}
    {$msg.cart.company_information}
     
    {$CompanyName|htmlspecialchars},
    {$CompanyAddressLine1|htmlspecialchars}{if $CompanyAddressLine2 != ""}, {$CompanyAddressLine2|htmlspecialchars}{/if}
    {$CompanyCity|htmlspecialchars}, {$CompanyState|htmlspecialchars}, {$CompanyZip|htmlspecialchars}
    {$CompanyCountry|htmlspecialchars}
    {if $CompanyPhone != ""} {$CompanyPhone|htmlspecialchars}
    {/if} {$GlobalSupportEmail|htmlspecialchars}
     
      {if $payment_transaction}
    {$msg.cart.payment_information}
     
    Card Type: {$payment_transaction.card_type}
    Card Number: {$payment_transaction.card_number}
    Authorization Code: {$payment_transaction.authorization_code}
    {if $payment_transaction.notes != ''} Notes: {$payment_transaction.notes}
    {/if}
      {/if}