{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}

{if !$data.products_image || $data.products_image == 'product:noimage.gif'} {else} {img img=$data.products_image type=m_thumb class="productImageBorder img-responsive" alt=$data.products_name|escape:"html"} {/if}

{$data.products_name}

{hook key=cart_bundle} {hook key=cart_xt_options pid=$data.products_id} {if $data.products_short_description}

{$data.products_short_description|strip_tags|truncate:100:'...'} ({txt key=TEXT_MORE})

{elseif $data.products_description}

{$data.products_description|strip_tags|truncate:100:'...'} ({txt key=TEXT_MORE})

{/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}
  • {txt key=TEXT_PRODUCTS_WEIGHT} {$data.products_weight|number_format:2:",":"."} kg
  • {/if} {if $data.shipping_status_data.name}
  • {txt key=TEXT_SHIPPING_STATUS} {$data.shipping_status_data.name}
  • {/if} {if $data.base_price}
  • {$data.products_vpe_value|number_format_prec} {$data.base_price.vpe.name} / {$data.base_price.price} {txt key=TEXT_SHIPPING_BASE_PER} {$data.base_price.vpe.name}
  • {/if} {if $data.stock_image} {/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}
{$cart_total_weight|weight_format:"kg"}
{/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}