+
{{ Yard::instance('shopping')->taxWithShipping() }} €
zzgl. {{ Yard::getTaxRate() }} % MwSt:
diff --git a/resources/views/web/templates/checkout.blade.php b/resources/views/web/templates/checkout.blade.php
index f9f0807..52430e8 100644
--- a/resources/views/web/templates/checkout.blade.php
+++ b/resources/views/web/templates/checkout.blade.php
@@ -584,12 +584,12 @@
-
+
{{ Yard::instance('shopping')->subtotalWithShipping() }} €
Summe ohne MwSt:
-
+
{{ Yard::instance('shopping')->taxWithShipping() }} €
zzgl. {{ Yard::getTaxRate() }} % MwSt:
diff --git a/resources/views/web/user/layouts/includes/header.blade.php b/resources/views/web/user/layouts/includes/header.blade.php
index c1c319d..3875b21 100644
--- a/resources/views/web/user/layouts/includes/header.blade.php
+++ b/resources/views/web/user/layouts/includes/header.blade.php
@@ -100,7 +100,7 @@
@if(Yard::instance('shopping')->count())
-
{{ \Yard::instance('shopping')->subtotal() }} €
+
{{ \Yard::instance('shopping')->total() }} €
@endif
@@ -123,7 +123,7 @@