{l s='Your payment method'}
{if !$opc} {assign var='current_step' value='payment'} {include file="$tpl_dir./errors.tpl"} {else}
{/if}
{/if}
{if $opc}
{/if}
{$HOOK_TOP_PAYMENT}
{if $HOOK_PAYMENT}
{if !$opc}
| {l s='Product'} | {l s='Description'} | {l s='Avail.'} | {l s='Unit price'} | {l s='Qty'} | {l s='Total'} |
|---|---|---|---|---|---|
| {if $display_tax_label}{l s='Total products (tax excl.):'}{else}{l s='Total products:'}{/if} | {displayPrice price=$total_products} | ||||
| {if $display_tax_label}{l s='Total products (tax incl.):'}{else}{l s='Total products:'}{/if} | {displayPrice price=$total_products_wt} | ||||
| {l s='Total products:'} | {displayPrice price=$total_products} | ||||
| {if $use_taxes} {if $priceDisplay} {if $display_tax_label}{l s='Total gift wrapping (tax excl.):'}{else}{l s='Total gift wrapping cost:'}{/if} {else} {if $display_tax_label}{l s='Total gift-wrapping (tax incl.):'}{else}{l s='Total gift wrapping cost:'}{/if} {/if} {else} {l s='Total gift wrapping cost:'} {/if} | {if $use_taxes} {if $priceDisplay} {displayPrice price=$total_wrapping_tax_exc} {else} {displayPrice price=$total_wrapping} {/if} {else} {displayPrice price=$total_wrapping_tax_exc} {/if} | ||||
| {l s='Shipping:'} | {l s='Free Shipping!'} | ||||
| {if $use_taxes} {if $priceDisplay} {if $display_tax_label}{l s='Total vouchers (tax excl.):'}{else}{l s='Total vouchers:'}{/if} {else} {if $display_tax_label}{l s='Total vouchers (tax incl.):'}{else}{l s='Total vouchers:'}{/if} {/if} {else} {l s='Total vouchers:'} {/if} | {if $use_taxes} {if $priceDisplay} {displayPrice price=$total_discounts_tax_exc*-1} {else} {displayPrice price=$total_discounts*-1} {/if} {else} {displayPrice price=$total_discounts_tax_exc*-1} {/if} | ||||
| {l s='Total tax:'} | {displayPrice price=$total_tax} | ||||
{l s='Total:'}
{if $voucherAllowed}
{if isset($errors_discount) && $errors_discount}
|
{displayPrice price=$total_price} | ||||
|
{l s='Total:'}
{if $voucherAllowed}
{if isset($errors_discount) && $errors_discount}
{/if}
|
{displayPrice price=$total_price_without_tax} | ||||
{foreach from=$customization.datas key='type' item='datas'}
{if $type == $CUSTOMIZE_FILE}
|
{if isset($cannotModify) AND $cannotModify == 1} {if $quantityDisplayed == 0 AND isset($customizedDatas.$productId.$productAttributeId)}{$customizedDatas.$productId.$productAttributeId|@count}{else}{$product.cart_quantity-$quantityDisplayed}{/if} {else} {/if} | ||||
| {$discount.name} | {$discount.description} | {if $discount.value_real > 0} {if !$priceDisplay} {displayPrice price=$discount.value_real*-1} {else} {displayPrice price=$discount.value_tax_exc*-1} {/if} {/if} | |||
{/if}
{/if}
{else}
{$HOOK_PAYMENT}
{if $opc}{l s='No payment modules have been installed.'}
{/if} {if !$opc} {else}