@if(Yard::instance('shopping')->content()->count()) @if(Yard::instance('shopping')->compCount() > 0)
| Produkt | Netto-Preis |
Anzahl | Summe |
|---|---|---|---|
|
@if($row->options->has('image'))
@endif
{{ $row->name }}
Inhalt: {{ $product->contents }}
Art.-Nr.: {{ $product->number }}
|
{{ Yard::instance('shopping')->rowPriceNet($row, 3) }} €
|
@if($row->options->comp)
1x KP
@else
|
{{ Yard::instance('shopping')->rowSubtotalNet($row) }} €
|
Du hast {{ Yard::instance('shopping')->compCount() }} Artikel in Deinem Warenkorb
Gesamte Points: {{ Yard::instance('shopping')->points() }}
| Zwischensumme: | {{ Yard::instance('shopping')->subtotal() }} € |
| Versandland: | {{ Yard::instance('shopping')->getShippingCountryName() }} |
| Versandkosten: | {{ Yard::instance('shopping')->shippingNet() }} € |
| Summe ohne MwSt: | {{ Yard::instance('shopping')->subtotalWithShipping() }} € |
| zzgl. MwSt: | {{ Yard::instance('shopping')->taxWithShipping() }} € |
| Gesamtsumme Brutto: | {{ Yard::instance('shopping')->totalWithShipping() }} € |