Payment Validation
{$msg.cart.order_id}: {$order_num}

For your security, please fill out the form below to complete your order. Do not click the refresh or back button or this transaction may be interrupted or cancelled.
{** BILLING AND SHIPPING ADDRESS / CUSTOM FIELDS AND GIFT MESSAGE**}

{$msg.billing.billing_address}

{$billing_address.fname|htmlspecialchars} {$billing_address.lname|htmlspecialchars}
{if $billing_address.company != ''}{$billing_address.company|htmlspecialchars}
{/if} {$billing_address.address1|htmlspecialchars}, {$billing_address.address2|htmlspecialchars}
{$billing_address.city|htmlspecialchars}, {$billing_address.province|htmlspecialchars}
{$billing_address.country_name|htmlspecialchars}, {$billing_address.zip|htmlspecialchars} {if $cf_billing} {foreach from=$cf_billing item="cfield"}
{$cfield.field_caption|htmlspecialchars} : {$cfield.value_translated|htmlspecialchars} {/foreach} {/if}

{$msg.shipping.shipping_address}

{if $order->shippingRequired} {$shipping_address.name|htmlspecialchars}
{if $shipping_address.company != ''}{$shipping_address.company|htmlspecialchars}
{/if} {$shipping_address.address1|htmlspecialchars}, {$shipping_address.address2|htmlspecialchars}
{$shipping_address.city|htmlspecialchars}, {if $shipping_address.state_id>0}{$shipping_address.state|htmlspecialchars}{else}{$shipping_address.province|htmlspecialchars}{/if}
{$shipping_address.country|htmlspecialchars}, {$shipping_address.zip|htmlspecialchars} {if $cf_shipping} {foreach from=$cf_shipping item="cfield"}
{$cfield.field_caption|htmlspecialchars} : {$cfield.value_translated|htmlspecialchars} {/foreach} {/if} {else} {$msg.shipping.no_shipping_information_available}
{$msg.shipping.order_is_not_shippable} {/if}
{** CART CONTENT START **}
{foreach from=$order_items item="order_item"} {/foreach} {** subtotal **} {** discount **} {if $order->discountAmount > 0} {/if} {** promo **} {if $order->promoDiscountType != "none" && $order->promoDiscountAmount > 0} {/if} {** handling **} {if $order->handlingSeparated && $order->handlingAmount > 0} {/if} {** shipping **} {if $ShippingCalcEnabled == "YES"} {/if} {** tax **} {** total **}
{$msg.product.product_description} {$msg.product.product_price} {$msg.product.product_quantity} {$msg.cart.total}
{$order_item.title|htmlspecialchars} {$order_item.product_price|price} {if $order_item.is_taxable == "No"}
({$msg.cart.not_taxable}) {else}
{$msg.cart.tax_rate}: {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}
{$order_item.quantity} {$order_item.product_total|price}
{$msg.cart.subtotal_amount} {$order->subtotalAmount|price}
{$msg.cart.discount_amount} {** {if $order->discountType == "percent"} (-{$order->discountValue|smartround}%) {/if} **} {if $order->discountAmount > 0}-{/if} {$order->discountAmount|price}
{$msg.cart.promo_code_discount} {** {if $order->promoDiscountType == "percent"} (-{$order->promoDiscountValue|smartround}%) {/if} **} - {$order->promoDiscountAmount|price}
{$msg.opc.invoice_handling} {$order->handlingAmount|price}
{$msg.opc.invoice_shipping} ({$order->shippingCMName|htmlspecialchars}) {$order->shippingAmount|price}
{$msg.cart.tax_amount} {$order->taxAmount|price}
{$msg.cart.total_amount} {$order->totalAmount-$gift_cert_amount|price}
{$msg.cart.edit_cart}