{literal} {/literal}
{**zaa s**} {**zaa e**} {script path=$skin_javascript src="opc.js"} {if $EndiciaUspsAddressValidation == "1"} {/if}

Order ID: {$order_num}

{$msg.opc.title}

Order Content

{** LIST CART PRODUCTS **} {foreach from=$order_items item="order_item"} {/foreach}
Product Name {$msg.product.product_price} {$msg.product.product_quantity} {$msg.cart.total}
{$msg.product.product_id}: {$order_item.product_id|htmlspecialchars}
{*** 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 $order_item.enable_recurring_billing && $order_item.recurring_billing_data}
{$msg.recurring.recurring_payments}
{if $order_item.product_recurring_billing_data->getScheduleDescription() != ''}
{$order_item.product_recurring_billing_data->getScheduleDescription()}
{/if} {if $order_item.recurring_billing_data->getTrialEnabled()} {$msg.recurring.trial_period}: {$order_item.recurring_trial_description}
{/if} {$msg.recurring.billing_period}: {$order_item.recurring_billing_description} {if $order_item.recurring_billing_data->getStartDate()} {assign var="recurringStartDate" value=$order_item.recurring_billing_data->getStartDate()}
{$msg.recurring.billing_starting_at} {$recurringStartDate->format('U')|date_format:$msg.common.date_format} {/if}
{/if} {if ($DisplayPricesWithTax=="YES" && $order_item.is_taxable == "Yes") || $order_item.is_gift != "Yes"}
{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}
{** END LIST CART PRODUCTS **}
Edit Cart {if $auth_express == 'yes' && $AllowCreateAccount != 'No'}
{$msg.opc.already_registered} {$msg.opc.login_here}
{/if}
{** LEFT SIDE START **}
{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"}
{** LEFT SIDE FINISH **}
{literal}

 

{/literal}