{foreach name=aussen item=data from=$cart_data} {* $data.products_information *} {/foreach}
  {txt key=TEXT_VT_OB_QTY} {txt key=TEXT_VT_OB_ARTICLE} {txt key=TEXT_VT_OB_MODEL} {txt key=TEXT_VT_OB_SINGLE_PRICE} {txt key=TEXT_VT_OB_TOTAL_PRICE}
  {$data.products_quantity} {$data.products_name} {$data.products_model} {$data.products_price.formated} {$data.products_final_price.formated}
{foreach name=aussen item=tax_data from=$cart_tax} {txt key=TEXT_VT_OB_TAX} {$tax_data.tax_key}%: {$tax_data.tax_value.formated}
{/foreach} {txt key=TEXT_VT_OB_SUB_TOTAL}:{$cart_total} {if $discount}
{txt key=TEXT_VT_OB_DISCOUNT_MADE} : {$discount.formated}
{/if} {if $cart_total_weight > 0}
({txt key=TEXT_VT_OB_PRODUCTS_WEIGHT}: {$cart_total_weight} KG){/if}