{template_event name="quiqqer::order::basketSmall::begin" Basket=$Basket}
{assign var=pos value=1} {foreach $products as $product}
{image src=$product.imageSrc width=100}

{$product.title}

{if !isset($product.displayPrice) || $product.displayPrice} {$product.quantity} x {/if} {if !isset($product.displayPrice) || $product.displayPrice} {$product.price} {/if} {if !isset($product.displayPrice) || $product.displayPrice} {$product.sum} {/if}
{assign var=pos value=$pos+1} {/foreach}
{template_event name="quiqqer::order::basketSmall::middle" Basket=$Basket} {if count($data.attributes)} {/if} {foreach $data.attributes as $attribute} {/foreach} {foreach $data.vat as $vat} {/foreach} {if count($data.attributes)} {/if}
{locale group="quiqqer/products" var="product.list.products.subtotal"} {$data.subSum}

{$attribute.title} ({$attribute.valueText}) {$attribute.value}
{$vat.text} {$vat.value}

{locale group="quiqqer/products" var="product.list.products.sumtotal"} {$data.sum}
{template_event name="quiqqer::order::basketSmall::beforeCheckoutButton" Basket=$Basket}
{locale group="quiqqer/order" var="control.basket.small.shoppingCart.button"} {locale group="quiqqer/order" var="control.basket.small.buy.button"}
{template_event name="quiqqer::order::basketSmall::end" Basket=$Basket}