{literal} {/literal}
Product Name | {$msg.product.product_price} | {$msg.product.product_quantity} | {$msg.cart.total} |
---|---|---|---|
{$msg.product.product_id}: {$order_item.product_id|htmlspecialchars}
{if $order_item.enable_recurring_billing && $order_item.recurring_billing_data}
{*** Start Case / Inter Pack ***} {if ($WholesaleCasePack == "YES" || $WholesaleInterPack == "YES") && ($order_item.case_pack>0 || $order_item.inter_pack>0)} {product_pack_title case_pack=$order_item.case_pack inter_pack=$order_item.inter_pack} : {product_pack_value case_pack=$order_item.case_pack inter_pack=$order_item.inter_pack} {/if} {*** Start Weight ***} {if $ShippingShowWeight == "YES"} {if $order_item.product_free_shipping == "Yes"} {$msg.product.weight} : {$msg.product.free_shipping} {elseif $order_item.product_weight> 0} {$msg.product.weight} : {$order_item.product_weight|weight} {/if} {/if} {*** Start Min/Max Order ***} {if $order_item.is_gift != "Yes"} {if $order_item.min_order>1 || $order_item.max_order>0} {$msg.product.min_max_order} : {product_minmax_order min_order=$order_item.min_order max_order=$order_item.max_order} {/if} {/if} {if $order_item.options != ""} {$order_item.options|htmlspecialchars|nl2br} {/if}
{if $DisplayPricesWithTax=="YES" && $order_item.is_taxable == "Yes"}
{$msg.cart.tax_amount} :
{if $order_item.tax_description != ""}
{$order_item.tax_description} - {$msg.cart.included_in_price}
{else}
{math equation="round(x,2)" x=$order_item.tax_rate format="%0.2f"}% - {$msg.cart.included_in_price}
{/if}
{/if}
{/if}
|
{$order_item.product_price|price} | {$order_item.quantity} | {*** Start Case OR Unit Price ***} {$order_item.product_price*$order_item.quantity|price} |
{include file="templates/pages/checkout/opc/opc-billing.html"} |
{include file="templates/pages/checkout/opc/opc-additional.html"} |
{include file="templates/pages/checkout/opc/opc-shipping.html"} |
{include file="templates/pages/checkout/opc/opc-payment.html"} |
{include file="templates/pages/checkout/opc/opc-error.html"} |
{/literal}