function printSecMiniBasket(printTable,showHeader){ var $elem = null; showHeader = showHeader?showHeader:false; SMPrice = new cSMPrice(); SMPrice.decode(SMShop.basket.getAttribute(_SMASubTotal)); var sLink = SMOMAbsoluteRootURL + "/" + "cart.html"; var sShippingCostsLink = SMOMAbsoluteRootURL + "/" + "shipping-methods.html"; var subTotal = totalProducts = 0; if(SMShop.getAttribute(_SMAOComplete)!="true"){ totalProducts = SMShop.basket.getAttribute(_SMATotalItems); subTotal = cprimary.format((SMShop.getAttribute(_SMAOutGross)!="1") ? SMPrice.net : SMPrice.gross, SM_CGROUP+SM_CSYMBOL); }; var sProduct = parseInt(totalProducts)!=1?'Products':'Product'; var sBasket = ''; if(printTable){ sBasket += '
| Your cart | |
| Products: | ' + (totalProducts>0?totalProducts:'0') + ' |
| Subtotal: | ' + subTotal + ' |
To cart » ';
sBasket += ' | |
| Preise Including VAT zzgl. Versandkosten | |