{$msg.cart.review_and_payment}
{$msg.cart.order_id}: {$order_num}

{***********************************************************} {** SELECT PAYMENT METHOD WHEN ADDITIONAL METHODS EXIST **}

{$msg.cart.please_select_payment_method}

{if $enable_gift_cert == 'Yes'}
{/if} {if ($order->totalAmount - $order->gift_cert_amount)> 0}
{if $payment_methods_count> 1} {assign var="is_pm_selected" value=false} {assign var="isFirstGateway" value=false} {foreach from=$payment_methods key=pid item=payment_method}
pid}checked="checked"{/if} value="{$payment_method->pid}" id="pm_{$payment_method->pid}" onclick="setPaymentMethod('{$payment_method->pid}')"/>
{assign var="is_pm_selected" value=true} {assign var="isFirstGateway" value=true} {/foreach} {/if}
{/if} {if $enable_gift_cert != 'Yes' && $payment_methods_count < 1}
{$msg.cart.no_payment_methods_available}
{lang msg=$msg.common.contact_admin e=$GlobalSupportEmail}
{/if}
{** FREE ORDER PAYMENT METHOD - START **} {if ($order->totalAmount - $order->gift_cert_amount) <= 0}

{$free_payment_method->title|htmlspecialchars}

{if $free_payment_method->message_payment != ""}
{$free_payment_method->message_payment}
{/if} {if $auth_express == "yes" && $DisplayTermsAndConditionsCheckbox == "Yes"}
{/if}
{button type="submit" class="button-complete" id="btnProcessFreePayment" text=$msg.buttons.buttonComplete file=$smarty.template}
{** FREE ORDER PAYMENT METHOD - FINISH **} {else}
{************************************************} {** MAKE PAYMENT FORMS FOR EACH PAYMENT METHOD **} {foreach from=$payment_methods key=pid item=payment_method} {***********************************} {** JAVASCRIPT VALIDATOR FOR FORM **} {*************************} {** PAYMENT FORM ITSELF **}
pid}style="display:none;"{/if} class="formContent" id="frmPayment{$payment_method->pid}" name="frmPayment{$payment_method->pid}">
{if in_array($payment_method->id, array('moneybookers','moneybookersewallet','moneybookersacc'))} {assign var="isMoneybookers" value=true} {/if}

{$payment_method->title|htmlspecialchars}

{if $payment_method->message_payment != ""}
{$payment_method->message_payment}
{/if} {if $payment_method->type == "custom"} {else} {if $is_payment_error && $active_payment_method == $payment_method->pid}
{$payment_error_message}
{/if} {if $payment_method->gateway->testMode}
{$msg.cart.gateway_in_test_mode}
{/if} {if $payment_method->gateway->payment_form} {foreach from=$payment_method->gateway->payment_form item="field"} {if $field.type == "separator"}
 
{$field.caption}
{/if} {if $field.type == "hidden"} {/if} {if $field.type == "text"}
{if $field.name=="form[check_bank_aba_code]" || $field.name=="form[check_bank_account_number]"} {assign var="imageId" value="image-check"} {if $designImages.$imageId} {/if} {/if} {if $field.hint != ""}
{$field.hint}
{/if}
{/if} {if $field.type == "select"} {if $field.name == "form[cc_expiration_year]" || $field.name == "form[cc_expiration_month]"} {if $field.name == "form[cc_expiration_month]"}
{assign var="field" value=$payment_method->gateway->payment_form.cc_expiration_year} {if $field.hint != ""}
{$field.hint}
{/if}
{/if} {elseif $field.name == "form[cc_start_year]" || $field.name == "form[cc_start_month]"} {if $field.name == "form[cc_start_month]"}
{assign var="field" value=$payment_method->gateway->payment_form.cc_start_year} {if $field.hint != ""}
{$field.hint}
{/if}
{/if} {else}
{if $field.hint != ""}
{$field.hint}
{/if}
{/if} {/if} {/foreach} {if $payment_method->type == "cc"}
{$msg.cart.cvv2_note} {assign var="imageId" value="image-cvv2"} {if $designImages.$imageId} {$msg.common.more_info} {/if}
{/if} {/if} {/if} {*******************************************} {** CHECKBOX - AGREE TERMS AND CONDITIONS **} {if $auth_express == "yes" && !$is_payment_error && $DisplayTermsAndConditionsCheckbox == "Yes"}
{/if} {*********************} {** DISPLAY BUTTONS **}
{** GIFT CERTIFICATE **} {if $payment_method->type != "custom"} {assign var="buttonIdPrefix" value="btnPurchase"} {assign var="buttonId" value=$buttonIdPrefix|cat:$payment_method->pid} {button class="button-purchase button-"|cat:$payment_method->id text=$msg.buttons.buttonPurchase id=$buttonId} {if $payment_method->type == "cc"}

{$msg.cart.process_timeout_note} {/if} {else} {button class="button-complete" text=$msg.buttons.buttonComplete} {/if} {** GIFT CERTIFICATE **}
{/foreach} {if $isMoneybookers} {script src="content/engine/payment/moneybookers/moneybookers.js"} {/if}
{/if} {*** GIFT CERTIFICATE ***} {if $enable_gift_cert == 'Yes'} {include file="templates/pages/checkout/traditional-checkout/form-gift-certificate.html"} {/if} {*** GIFT CERTIFICATE ***} {** 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} {** handling **} {if $order->handlingSeparated && $order->handlingAmount> 0} {/if} {** shipping **} {if $ShippingCalcEnabled == "YES"} {/if} {if $order->insureShipActive && $order->insureShipAmount> 0} {/if} {** tax **} {if $order->promoDiscountType != "none" && $order->promoDiscountAmount> 0 || $enable_gift_cert == 'Yes'} {** promo **} {if $order->promoDiscountType != "none" && $order->promoDiscountAmount> 0} {/if} {** GIFT CERTIFICATE **} {** GIFT CERTIFICATE **} {/if} {** 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}
{$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}
InsureShip: {$order->insureShipAmount|price}
{$msg.cart.tax_amount} {$order->taxAmount|price}
{$msg.cart.promotions_and_gift_certificates}
{$msg.cart.promo_code_discount} {** {if $order->promoDiscountType == "percent"} (-{$order->promoDiscountValue|smartround}%) {/if} **} - {$order->promoDiscountAmount|price}
Gift Certificate -{$order->gift_cert_amount|price}
{$msg.cart.total_amount} {$order->totalAmount-$order->gift_cert_amount|price}
{$msg.cart.edit_cart}