{foreach $items}
{$ProductItemModel}

{$ProductCategoryTitle} :: {$ProductItemTitle}

{if $ProductItemImages}
{$ProductItemImages|image:number=1:path=data/CMM_Products/images/:width=100:maxHeight=100:zoom=0:caption=0:cache=0:absolute=1}
{/if} {if $ProductItemShorttext}

{$ProductItemShorttext|striptags|substr:length=150:word=0}

{else if $ProductItemDescription}

{$ProductItemDescription|striptags|substr:length=150:word=0}

{/if}

{if $ProductItemPriceRegular>0 && $_SESSION['customer']['CustomerUID']} UVP: {$ProductItemPriceRegular|datatype:format=price}
{else if $ProductItemPriceRegular>0} UVP: {$ProductItemPriceRegular|calc:input=$ProductItemPriceRegular*(100+{$GLOBALS['taxclasses'][{$ProductItemTaxClass}]})/100|datatype:format=price}
{/if} Preis: {$ProductItemPrice1|calc:input=$ProductItemPrice1*(100+{$GLOBALS['taxclasses'][{$ProductItemTaxClass}]})/100|datatype:format=price} ({$ProductItemPrice1|datatype:format=price})
{if $ProductItemPuValue>0} {$Dummy|calc:input=$ProductItemPrice1/$ProductItemPuValue*(100+{$GLOBALS['taxclasses'][{$ProductItemTaxClass}]})/100|datatype:format=price} ({$Dummy|calc:input=$ProductItemPrice1/$ProductItemPuValue|datatype:format=price}) pro {$ProductItemPuLabel}
{/if} MwSt.: {$GLOBALS['taxclasses'][{$ProductItemTaxClass}]}%

{/foreach}