{if $AffiliateActive == "YES"}
{/if}
{if $SurveyInvitation == "YES"}
{/if}
{if $ShopzillaROITracker == "YES"}
{/if}
{$msg.cart.order_sent}
{if $message_thankyou != ""}{$message_thankyou}{/if}
Thank you for your order. Below is your receipt, which was also sent to your email address {$userEmail|htmlspecialchars}. Please check your spam filter if the receipt fails to arrive shortly.
Billing Information |
Billing Information
{$billing_name|htmlspecialchars},
{if $billing_company != ""}
{$billing_company|htmlspecialchars},
{/if}
{$billing_address1|htmlspecialchars}{if $billing_address2 != ""}, {$billing_address2|htmlspecialchars}{/if}
{$billing_city|htmlspecialchars}, {$billing_state|htmlspecialchars}, {$billing_zip|htmlspecialchars}
{$billing_country|htmlspecialchars}
Email Address: {$userEmail|htmlspecialchars}
|
{if $order_item.is_prod_digital == "Yes"}
Shipping Information
{$shipping_address1|htmlspecialchars}{if $shipping_address2 != ""}, {$shipping_address2|htmlspecialchars},{/if}
{$city|htmlspecialchars}, {$region|htmlspecialchars}, {$shipping_zip|htmlspecialchars}
{$country|htmlspecialchars}
{/if}
|
|
Order Content |
Product Id |
Product Name |
Price |
Quantity |
Total |
{foreach from=$items item="order_item"}
{if $order_item.product_sub_id != ""} {$order_item.product_sub_id|htmlspecialchars}{else}{$order_item.sku|htmlspecialchars}{/if}
|
{$order_item.product_name|htmlspecialchars}
{if $order_item.product_flavor_cart}
{section name=list loop=$order_item.product_flavor_cart}
{if $order_item.product_flavor_cart[list].product_id==$order_item.product_id}
{$order_item.product_flavor_cart[list].flavor_name}
{/if}
{/section}
{/if}
{if $order_item.options != ""}
{$msg.cart.options}:
{$order_item.options}
{/if}
{if $order_item.is_prod_digital == "Yes" && $payment_status == "Received"}
Please read these important instructions before downloading your purchase.
Right mouse click on the below link and select Save Link As, then identify location you want to save and then Save. Or simply copy and paste the URL into the URL bar of your browser and hit enter.
{/if}
{if $order_item.is_prod_digital == "Yes" && $payment_status == "Received"}
{$msg.product.download_url}:
{$GlobalHttpUrl}/download.php?a={$order_id}&b={$order_item.prod_digital_key}
{/if}
{if $payment_status == "Received"}
{if $order_item.order_data_additional_downloads !=""}
{foreach from=$order_item.order_data_additional_downloads item="order_data_additional_downloads"}
{$GlobalHttpUrl}/download.php?c={$order_id}&d={$order_data_additional_downloads.digital_product_key}
{/foreach}
{/if}
{/if}
|
{$order_item.price|price}
|
{$order_item.quantity} |
{assign var=total_price value=$order_item.price*$order_item.quantity}{$total_price|price} |
{/foreach}
{$msg.cart.subtotal_amount} : |
{$order_amount|price} |
Shipping Amount : |
{$shipping_amount|price} |
Tax Amount : |
{$tax|price} |
Total : |
{$total_amount|price} |
|
{if $GoogleConversionActive == "YES"}
{include file="templates/pages/google/conversion_code.html"}
{/if}
{if $GoogleAdwordsConversionActive == "YES"}
{$GoogleAdwordsConversion}
{include file="templates/pages/google/adwords_conversion.html"}
{/if}