{$msg.product.product_id} |
{$msg.product.product_name} |
{$msg.product.product_price} |
{$msg.product.product_quantity} |
{$msg.cart.total} |
{foreach from=$order_items item="order_item"}
{$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"}
{$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"}
({$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.admin_quantity} |
{$order_item.admin_quantity*$order_item.admin_price|price} |
{/foreach}
{$msg.cart.subtotal_amount} : |
{$order_data.subtotal_amount|price} |
{$msg.cart.discount_amount}
{**
{if $order_data.discount_amount> 0 && $order_data.discount_type == "percent"}
(-{$order_data.discount_amount|smartround}%)
{/if}
**}
:
|
{if $order_data.discount_amount> 0}-{/if}
{$order_data.discount_amount|price}
|
{if $order_data.promo_discount_type != "none" && $order_data.promo_discount_amount> 0}
{$msg.cart.promo_code_discount}
{**
{if $order_data.promo_discount_type == "percent"}
(-{$order_data.promo_discount_value|smartround}%)
{/if}
**}
:
|
- {$order_data.promo_discount_amount|price} |
{/if}
{if $ShippingCalcEnabled == "YES"}
{$ShippingLabel|htmlspecialchars}
({$order_data.shipping_cm_name|htmlspecialchars}{**{if $order_data.shipping_taxable}; {$msg.cart.shipping_taxable} - {$order_data.shipping_tax_description}{/if}**}) :
|
{$order_data.shipping_amount|price} |
{/if}
{if $order_data.handling_separated && $order_data.handling_amount> 0}
{$order_data.handling_text|htmlspecialchars}{**{if $order_data.handling_taxable} ({$msg.cart.shipping_taxable} - {$order_data.handling_tax_description}){/if}**} :
|
{$order_data.handling_amount|price} |
{/if}
{if $order_data.insureship_active && $order_data.insureship_amount> 0}
InsureShip :
|
{$order_data.insureship_amount|price} |
{/if}
{** GIFT CERTIFICATE **}
{if $gift_cert_amount> 0}
Gift Certificate : |
-{$gift_cert_amount|price} |
{/if}
{** GIFT CERTIFICATE **}
{$msg.cart.tax_amount} : |
{$order_data.tax_amount|price} |
{$msg.cart.total_amount} : |
{** GIFT CERTIFICATE **}
{$order_data.total_amount-$gift_cert_amount|price} |
{** GIFT CERTIFICATE **}