Revision 186 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed
<table border="0" cellpadding="4" cellspacing="0" class="basket-table-items"><thead><tr><th style="width:71%;">Artikeldetails</th><th style="text-align:center;width:7%;">Menge</th><th style="text-align:right;width:11%;">Einzelpreis</th><th style="text-align:right;width:11%;">Summe</th><th style="text-align:center;"> </th><!--<th style="width:400px;"><div id="vollschutz" style="display:none;" >5 Jahre Geräteschutz mitbestellen?</div></th>--></tr></thead><tbody>{foreach $smarty.session.SHOP.BASKET as $id => $bItem}{include file="basket_item.tpl" item=$bItem id=$id}{/foreach}{if ( isset( $smarty.session.netto_preis ) && $smarty.session.netto_preis == true ) || $ini.module.netto_preise == true}<tr><td colspan="3" class="basket_preis" style="padding: 4px;">Warenwert Netto (zzgl. MwSt, zzgl. Versand): <br /></td><td class="basket_summe"><span class="bigger bold" style="color:#E42D22;" >{$smarty.session.SHOP.SUMME|money_format|replace:"EUR":"€"}</span></td><td></td></tr><tr><td colspan="3" class="basket_preis" style="border-bottom: 1px dotted #808080;padding: 4px;">MwSt: <br /></td><td class="basket_summe" style="border-bottom: 1px dotted #808080;padding: 4px;">{assign var="mwst" value=($smarty.session.SHOP.SUMME*0.19)}<span class="bigger bold">{$mwst|money_format|replace:"EUR":"€"}</span></td><td style="border-bottom: 1px dotted #808080;padding: 4px;"></td></tr><tr><td colspan="3" class="basket_preis">Warenwert Brutto (inkl. 19% MwSt, zzgl. Versand): </td><td class="basket_summe">{assign var="summe" value=($smarty.session.SHOP.SUMME+$mwst)}<span class="bigger bold" style="color:#E42D22;" >{$summe|money_format|replace:"EUR":"€"}</span></td><td></td></tr>{else}<tr><td colspan="3" class="basket_preis">Warenwert Brutto (inkl. 19% MwSt, zzgl. Versand): </td><td class="basket_summe"><span class="bigger bold" style="color:#E42D22;" >{$smarty.session.SHOP.SUMME|money_format|replace:"EUR":"€"}</span></td></tr>{/if}</tbody></table><div class="mobile">{foreach $basketContent.items as $id => $bItem}{include file="basket_item_mobile.tpl" item=$bItem id=$id}{/foreach}{if ( isset( $smarty.session.netto_preis ) && $smarty.session.netto_preis == true ) || $ini.module.netto_preise == true}<tr><td colspan="3" class="basket_preis" style="padding: 4px;">Warenwert Netto (zzgl. MwSt, zzgl. Versand): </td><td class="basket_summe"><span class="bigger bold" style="color:#E42D22;" >{$smarty.session.SHOP.SUMME|money_format|replace:"EUR":"€"}</span></td><td></td></tr><tr><td colspan="3" class="basket_preis" style="border-bottom: 1px dotted #808080;padding: 4px;">MwSt: <br /></td><td class="basket_summe" style="border-bottom: 1px dotted #808080;padding: 4px;">{assign var="mwst" value=($smarty.session.SHOP.SUMME*0.19)}<span class="bigger bold">{$mwst|money_format|replace:"EUR":"€"}</span></td><td style="border-bottom: 1px dotted #808080;padding: 4px;"></td></tr><tr><td colspan="3" class="basket_preis">Warenwert Brutto (inkl. 19% MwSt, zzgl. Versand): </td><td class="basket_summe">{assign var="summe" value=($smarty.session.SHOP.SUMME+$mwst)}<span class="bigger bold" style="color:#E42D22;" >{$summe|money_format|replace:"EUR":"€"}</span></td><td></td></tr>{else}<tr><td colspan="3" class="basket_preis">Warenwert brutto (inkl. 19% MwSt, zzgl. Versand): <br /></td><td class="basket_summe"><span class="bigger bold" style="color:#E42D22;" >{$smarty.session.SHOP.SUMME|money_format|replace:"EUR":"€"}</span></td></tr>{/if}</div>