From 9a1b0200d025c83c5e0c926c6d6014a8ed82fa5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Tue, 30 Aug 2022 12:49:27 +0200 Subject: [PATCH 1/4] . --- .idea/workspace.xml | 7 +- content/contents/balkonkraftwerk.blade.php | 96 ++++++++++++++++++++++ content/contents/solarmodule.blade.php | 96 ++++++++++++++++++++++ content/lists/balkonkraftwerk.blade.php | 43 ++++++++++ content/master.blade.php | 6 +- 5 files changed, 242 insertions(+), 6 deletions(-) create mode 100644 content/contents/balkonkraftwerk.blade.php create mode 100644 content/contents/solarmodule.blade.php create mode 100644 content/lists/balkonkraftwerk.blade.php diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 2a0780f..41dff1f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,8 +2,8 @@ - - + + + diff --git a/content/contents/balkonkraftwerk.blade.php b/content/contents/balkonkraftwerk.blade.php new file mode 100644 index 0000000..833d0f3 --- /dev/null +++ b/content/contents/balkonkraftwerk.blade.php @@ -0,0 +1,96 @@ +@layout("content.master") +@section('head') +{{$content->title}} + +@stop +@section('content') +
+ @if(session()->has('success')) +
{{session()->get('success')}}
+ @elseif(session()->has('error')) +
{{session()->get('error')}}
+ @endif +
+
+
+ ... +
+
+
+
+
+

{{$content->title}}

+
+ {{$content->data_fields['preis']}}€ + Inkl. MwSt. +
+
+ + @if(2==2) + + Sofort verfügbar! + + @elseif(2==3) + + Nachschub ist unterwegs. Jetzt vorbestellen! + @endif +
+ + Kostenloser Anmeldeservice beim Netzbetreiber inklusive +
+
+ Lieferumfang: +
+
+
    +
  • 2x Longi 375 Watt Monokristaline Module
  • +
  • 1x 600 Watt Wechselrichter mit Zertifizierung
  • +
  • 1x Kabel für Schuko-Stecker
  • +
+ + +
+ +
+ +
+ +
+ +
+ + + + +
+
+
+
+
+ + + +@stop +@section('scripts') + +@stop \ No newline at end of file diff --git a/content/contents/solarmodule.blade.php b/content/contents/solarmodule.blade.php new file mode 100644 index 0000000..992453a --- /dev/null +++ b/content/contents/solarmodule.blade.php @@ -0,0 +1,96 @@ +@layout("content.master") +@section('head') +{{$content->title}} + +@stop +@section('content') +
+ @if(session()->has('success')) +
{{session()->get('success')}}
+ @elseif(session()->has('error')) +
{{session()->get('error')}}
+ @endif +
+
+
+ ... +
+
+
+
+
+

{{$content->title}}

+
+ + Inkl. MwSt. +
+
+ + @if(2==2) + + Sofort verfügbar! + + @elseif(2==3) + + Nachschub ist unterwegs. Jetzt vorbestellen! + @endif +
+ + Kostenloser Anmeldeservice beim Netzbetreiber inklusive +
+
+ Lieferumfang: +
+
+
    +
  • 2x Longi 375 Watt Monokristaline Module
  • +
  • 1x 600 Watt Wechselrichter mit Zertifizierung
  • +
  • 1x Kabel für Schuko-Stecker
  • +
+ + +
+ +
+ +
+ +
+ +
+ + + + +
+
+
+
+
+ + + +@stop +@section('scripts') + +@stop diff --git a/content/lists/balkonkraftwerk.blade.php b/content/lists/balkonkraftwerk.blade.php new file mode 100644 index 0000000..8a12f01 --- /dev/null +++ b/content/lists/balkonkraftwerk.blade.php @@ -0,0 +1,43 @@ +@layout('content.master') +@section('content') +
+
+
+
+

Balkonkraftwerk

+
+ +
+

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!

+
+
+
+
+
+ + @foreach($contents as $content) + + + @endforeach + +
+
+
+@stop diff --git a/content/master.blade.php b/content/master.blade.php index 3eb8f3a..201207f 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -33,10 +33,10 @@ Areya Energy
Service @@ -155,7 +155,7 @@ updateProductsInLocalStorage(); }); $(document).on('change', '.select-quantity', function(){ - + }); }); From 5b895f2fad59a3deb887c4ed8913aa7dace54ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Tue, 30 Aug 2022 12:56:26 +0200 Subject: [PATCH 2/4] . --- .idea/workspace.xml | 6 +++--- content-types.json | 6 +++--- content/index.blade.php | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 41dff1f..aa04ac8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,8 +2,7 @@ - - + + diff --git a/content-types.json b/content-types.json index efc1dcf..b22b806 100644 --- a/content-types.json +++ b/content-types.json @@ -1,10 +1,10 @@ [ { - "name":"Produkt", + "name":"Balkonkraftwerk", "description":"Produkt", "icon":"shopping-bag", "status":1, - "blade":"produkt", + "blade":"balkonkraftwerk", "fields":[ { "name":"Preis", @@ -24,4 +24,4 @@ } ] } -] \ No newline at end of file +] diff --git a/content/index.blade.php b/content/index.blade.php index db9e06b..9849e4b 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -36,7 +36,7 @@
-

Steckersolaranlagen

+

Bakonkraftwerke

From ca90b4094e848e3015ae8398063c23ab43784a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Tue, 30 Aug 2022 13:14:12 +0200 Subject: [PATCH 3/4] . --- .idea/workspace.xml | 2 +- content/lists/balkonkraftwerk.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index aa04ac8..5761690 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,7 @@ - +
From a66e549bee8de90a1a77476ddb0dfb1916a91389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Tue, 30 Aug 2022 17:20:35 +0200 Subject: [PATCH 4/4] added new checkout design --- .idea/workspace.xml | 1 + content/pages/checkout.blade.php | 104 ++++++++++++++++--------------- 2 files changed, 56 insertions(+), 49 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5761690..e0a0e0e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,6 +3,7 @@ +
-
+
-
-
-
+
+
+
Persönliche Daten
+
+
+ +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ - -
- - +
+
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- +
+ + -
- @@ -77,10 +83,10 @@
-
-
-
-
Warenkorb
+
+
+
+
Warenkorb
@@ -113,9 +119,9 @@
-
-
-
+
+
+
Wie geht es weiter?