{$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" && $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} |
{/foreach}
{$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}
|
{if $order->promoDiscountType != "none" && $order->promoDiscountAmount> 0}
{$msg.cart.promo_code_discount}
{**
{if $order->promoDiscountType == "percent"}
(-{$order->promoDiscountValue|smartround}%)
{/if}
**}
:
|
- {$order->promoDiscountAmount|price} |
{/if}
{if $order->handlingSeparated && $order->handlingAmount> 0}
{$order->handlingText|htmlspecialchars}{**{if $order->handlingTaxable && $order->handlingTaxAmount> 0} ({$msg.cart.shipping_taxable} {if $order->handlingTaxDescription != ""}{$order->handlingTaxDescription}{/if}){/if}**} :
|
{$order->handlingAmount|price} |
{/if}
{if $ShippingCalcEnabled == "YES"}
{$ShippingLabel|htmlspecialchars}
({$order->shippingCMName|htmlspecialchars}{**{if $order->shippingTaxable}; {$msg.cart.shipping_taxable} - {$order->shippingTaxDescription}{/if}**}) :
|
{$order->shippingAmount|price} |
{/if}
{if $order->insureShipActive && $order->insureShipAmount}
InsureShip :
|
{$order->insureShipAmount|price} |
{/if}
{** GIFT CERTIFICATE **}
{if $gift_cert_amount> 0}
Gift Certificate : |
-{$gift_cert_amount|price} |
{/if}
{** GIFT CERTIFICATE **}
{$msg.cart.tax_amount} : |
{$order->taxAmount|price} |
{$msg.cart.total_amount} : |
{** GIFT CERTIFICATE **}
{$order->totalAmount-$gift_cert_amount|price} |
{** GIFT CERTIFICATE **}