{if $show_cart_content == true} {form type=form name=cart action='dynamic' link_params=getParams method=post conn=SSL} {form type=hidden name=action value=update_product}

{txt key=TEXT_CART}


{$message}
{txt key=TEXT_ARTICLE}
{foreach name=aussen key=key item=data from=$cart_data} {form type=hidden name='products_key[]' value=$data.products_key}

{$data.products_name}

{hook key=cart_bundle} {hook key=cart_xt_options pid=$data.products_id} {if $data.products_short_description} {elseif $data.products_description} {/if}
    {if $data.products_information}
  • {$data.products_information|replace:'':''|replace:'':''|replace:'':''|replace:'':''|replace:'':''|replace:'':''}
  • {/if} {if $data.products_model!=''}
  • {txt key=TEXT_PRODUCTS_MODEL} {$data.products_model}
  • {/if} {if $data.products_weight > 0}
  • {include file="$selected_template/includes/products_weight_wrap.html" products_weight=$data.products_weight type="tpl_include"}
  • {/if} {if $data.shipping_status}
  • {txt key=TEXT_SHIPPING_STATUS} {$data.shipping_status}
  • {/if}
{if $data.date_available!=''}
  {txt key=TEXT_PRODUCT_AVAILABLE} {$data.date_available|date_format:"%A, %d.%m.%Y"}
{/if} {* *} {* *}
 
{/foreach} {hook key=cart_total_top}
{txt key=TEXT_SUB_TOTAL}
{$cart_total}
{hook key=cart_total_tpl} {foreach name=aussen item=tax_data from=$cart_tax}
{txt key=TEXT_TAX} {$tax_data.tax_key}% {if $shipping_link}
{txt key=TEXT_EXCL_SHIPPING}{/if}
{$tax_data.tax_value.formated|replace:"*":""}
{/foreach} {if $discount}
{txt key=TEXT_DISCOUNT_MADE}
{$discount.formated}
{/if} {if $cart_total_weight > 0}
{txt key=TEXT_PRODUCTS_WEIGHT}
{include file="$selected_template/includes/products_weight_wrap.html" products_weight=$cart_total_weight label='false' type="tpl_include"}
{/if} {hook key=cart_total_bottom}

{txt key=BUTTON_CHECKOUT}
{hook key=cart_tpl_form_paypal}

{hook key=cart_tpl_form}
{form type=formend} {else}

{txt key=TEXT_CART}

{$message} {txt key=BUTTON_BACK} {/if} {if $smarty.session.cart->type != 'virtual'}{box name=shipping_cost}{/if} {hook key=cart_bottom}