{if $history_order_data.shipping_tracking_number_type == "UPS"}
UPS Package Information
{$tracking_info} {/if} |
{$msg.product.product_name} | {$msg.product.product_price} | {$msg.product.product_quantity} | {$msg.cart.total} |
---|---|---|---|
{$order_item.title|htmlspecialchars} {$order_item.product_id|htmlspecialchars} {if $order_item.options != ""} {$msg.cart.options}: {$order_item.options|htmlspecialchars|nl2br} {/if} {if $order_item.digital_product == "Yes" && $history_order_data.payment_status == "Received" && $history_order_data.status == "Completed"} {$msg.product.download_url} {/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} {math equation="round(x,2)" x=$order_item.tax_rate format="%0.2f"}% {/if} {if $DisplayPricesWithTax=="YES"} - {$msg.cart.included_in_price}{/if} {/if} |
{$order_item.admin_quantity} | {$order_item.admin_price*$order_item.admin_quantity|price} |
{$msg.cart.subtotal_amount} | {$history_order_data.subtotal_amount|price} | ||
{$msg.cart.discount_amount} {if $history_order_data.discount_amount> 0 && $history_order_data.discount_type == "percent"} (-{$history_order_data.discount_value|smartround}%) {/if} | {if $history_order_data.discount_amount> 0}-{/if} {$history_order_data.discount_amount|price} | ||
{$msg.cart.promo_code_discount} {if $history_order_data.promo_discount_type == "percent"} (-{$history_order_data.promo_discount_value|smartround}%) {/if} | - {$history_order_data.promo_discount_amount|price} | ||
{$history_order_data.handling_text|htmlspecialchars} | {$history_order_data.handling_amount|price} | ||
{$ShippingLabel|htmlspecialchars} | {$history_order_data.shipping_amount|price} | ||
InsureShip : | {$history_order_data.insureship_amount|price} | ||
{$msg.cart.tax_amount} | {$history_order_data.tax_amount|price} | ||
{$msg.cart.total_amount} | {$history_order_data.total_amount|price} |