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->shippingDigital} {$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_informatio_available}
{$msg.shipping.digital_download} {/if}
{** CART CONTENT START **}
{foreach from=$order_items item="order_item"} {/foreach} {** subtotal **} {if $DisplayPricesWithTax == "YES" && $order->taxAmount> 0} {else} {/if} {** 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 **} {** GIFT CERTIFICATE **} {** GIFT CERTIFICATE **} {** 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 $DisplayPricesWithTax=="YES"} - {$msg.cart.included_in_price}{/if} {/if}
{$order_item.quantity} {$order_item.product_total|price}
{$msg.cart.subtotal_amount} ({$msg.cart.with_tax}) {$order->subtotalAmountWithTax|price}
{$msg.cart.subtotal_amount} ({$msg.cart.without_tax}) {$order->subtotalAmount|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}
{$order->handlingText|htmlspecialchars} {** {if $order->handlingTaxable && $order->handlingTaxAmount> 0} ({$msg.cart.shipping_taxable} {if $order->handlingTaxDescription != ""}{$order->handlingTaxDescription}{/if}) {/if} **} {$order->handlingAmount|price}
{$ShippingLabel|htmlspecialchars} ({$order->shippingCMName|htmlspecialchars}{**{if $order->shippingTaxable}; {$msg.cart.shipping_taxable} - {$order->shippingTaxDescription}{/if}**}) {$order->shippingAmount|price}
{$msg.cart.tax_amount} {$order->taxAmount|price}
Gift Certificate -$0.00
{$msg.cart.total_amount} {$order->totalAmount-$gift_cert_amount|price}
{$msg.cart.edit_cart}