{txt key=TEXT_QTY} | {txt key=TEXT_ARTICLE} | {txt key=TEXT_SINGLE_PRICE} | {txt key=TEXT_TOTAL_PRICE} | {txt key=TEXT_REMOVE} |
{form type=text name=qty[] value=$data.products_quantity style='width:30px;'} |
{$data.products_name}
{if $data.shipping_status} {txt key=TEXT_SHIPPING_STATUS} {$data.shipping_status} {/if} | {$data.products_price.formated} | {$data.products_final_price.formated} | {form type=hidden name=products_key[] value=$data.products_key}{form type=checkbox name=cart_delete[] value=$data.products_key} |
{hook key=cart_total_tpl}
{foreach name=aussen item=tax_data from=$cart_tax}
{txt key=TEXT_TAX} {$tax_data.tax_key}%: {$tax_data.tax_value.formated} {/foreach} {txt key=TEXT_SUB_TOTAL}:{$cart_total} {if $discount} {txt key=TEXT_DISCOUNT_MADE} : {$discount.formated} {/if} {if $shipping_link} {txt key=TEXT_EXCL_SHIPPING}{/if} {if $cart_total_weight > 0} ({txt key=TEXT_PRODUCTS_WEIGHT}: {$cart_total_weight} KG){/if} {hook key=cart_total_bottom} |
{button text=$smarty.const.BUTTON_UPDATE file='update.gif' type='form'} {button text=$smarty.const.BUTTON_CHECKOUT file='checkout.gif'} {hook key=cart_tpl_form}
{form type=formend} {else} {$message} {/if} {hook key=cart_bottom}