From 3c059e045c4ec8102cb0364958b012e306cfaa34 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi Date: Tue, 30 Aug 2022 17:07:41 +0200 Subject: [PATCH] count all products --- content/master.blade.php | 41 +++-- content/pages/checkout.blade.php | 268 +++++++++++++------------------ 2 files changed, 141 insertions(+), 168 deletions(-) diff --git a/content/master.blade.php b/content/master.blade.php index 3eb8f3a..3093645 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -67,7 +67,8 @@ Gesammt: - 2838,00 € + + 0 €
Preise inkl. 19% Umsatzsteuer @@ -102,17 +103,22 @@ @insert("content.includes.scripts") diff --git a/content/pages/checkout.blade.php b/content/pages/checkout.blade.php index 29bf207..5cc6e33 100644 --- a/content/pages/checkout.blade.php +++ b/content/pages/checkout.blade.php @@ -1,175 +1,127 @@ @layout('content.master') @section('content') -
-
- -
-
-

Angebot anfragen

- -

- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus aperiam asperiores - consectetur dicta eaque et eveniet ex illo ipsa iste maiores maxime, modi optio perferendis, - quaerat quisquam, sapiente vitae voluptas! -

-
-
+
+
+
+
+

Angebot anfragen

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus aperiam asperiores + consectetur dicta eaque et eveniet ex illo ipsa iste maiores maxime, modi optio perferendis, + quaerat quisquam, sapiente vitae voluptas! +

+
+
+
+
+
+
+
+ + + + Persönliche Daten +
-
- - -
-
-
- Persönliche Daten
+
+ +
+ +
-
- - - -
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
-
- - - - - -
-
-
-
-
Warenkorb
-
-
- - - - - - - - - - - - - -
Gesammt:2838,00 € -
- Preise inkl. 19% Umsatzsteuer -
- - Weitere Produkte hinzufügen - -
-
- -
-
-
- Wie geht es weiter?
-
-
- -
    -
  1. Beratungsgespräch
  2. -
  3. Persönliches Angebot
  4. -
  5. Packen & Abholtermin
  6. -
  7. Rechnung / Barzahlung
  8. -
  9. Abholung in 92648 Vohenstrauß
  10. - -
- -
-
+
-
-
-
- - - - - - -
-
+
+
+
+
Warenkorb
+
+
+ + + + + + + + +
Gesammt:2838,00 € +
+ Preise inkl. 19% Umsatzsteuer +
+ Weitere Produkte hinzufügen +
+
+
+
+
+ Wie geht es weiter?
+
+
+
    +
  1. Beratungsgespräch
  2. +
  3. Persönliches Angebot
  4. +
  5. Packen & Abholtermin
  6. +
  7. Rechnung / Barzahlung
  8. +
  9. Abholung in 92648 Vohenstrauß
  10. +
+
+
+
+
+
+
@stop @section('scripts')