{template_event name="quiqqer::order::basketSmall::begin" Basket=$Basket}
{assign var=pos value=1} {foreach $products as $product}
{$product.quantity} x

{$product.title}

{$product.description}
{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}
items {$Products->count()}
{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} {if !empty($attribute.valueText)}({$attribute.valueText}){/if} {$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}