@lang('You already have an account with this e-mail address. Please log in to continue.')
From cafd7f07c2371ab8c76ffb9ee1cdc2f6ffd7df8c Mon Sep 17 00:00:00 2001
From: Jimmy <101801301+JimmyHoenderdaal@users.noreply.github.com>
Date: Mon, 18 Nov 2024 16:39:58 +0100
Subject: [PATCH 2/9] Added header and footer (#140)
---
README.md | 3 ++-
.../layouts/checkout/footer.blade.php | 9 +++++++++
.../layouts/checkout/header.blade.php | 16 ++++++++++++++++
3 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 resources/core-overwrites/layouts/checkout/footer.blade.php
create mode 100644 resources/core-overwrites/layouts/checkout/header.blade.php
diff --git a/README.md b/README.md
index 7e22e50a..325eda40 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Rapidez Checkout Theme
-An **opinionated** checkout with customer center for [Rapidez](https://github.com/rapidez/rapidez). Easily configurable with your own logo, colors, fonts and style. A fully mobile optimized theme which takes about 1 hour to fully implement.
+An **opinionated** checkout with customer center for [Rapidez](https://github.com/rapidez/rapidez). Easily configurable with your own logo, checkout header/footer, colors, fonts and style. A fully mobile optimized theme which takes about 1 hour to fully implement.

@@ -26,6 +26,7 @@ Customer center
Easily configurable in less than 5 minutes
- Colors - Change a total of 8 variables for personal customization
- Logo - Simply add your own logo by extending 1 template
+- Checkout Header/Footer - Populate these files with relevant usps and links; currently, they use placeholder content and should be replaced with actual brand information
- Visuals - Change the look of various types of cards, customer center tiles, etc, by extending well-defined templates
Fast checkout experience
diff --git a/resources/core-overwrites/layouts/checkout/footer.blade.php b/resources/core-overwrites/layouts/checkout/footer.blade.php
new file mode 100644
index 00000000..1d266560
--- /dev/null
+++ b/resources/core-overwrites/layouts/checkout/footer.blade.php
@@ -0,0 +1,9 @@
+
diff --git a/resources/core-overwrites/layouts/checkout/header.blade.php b/resources/core-overwrites/layouts/checkout/header.blade.php
new file mode 100644
index 00000000..3bb4c336
--- /dev/null
+++ b/resources/core-overwrites/layouts/checkout/header.blade.php
@@ -0,0 +1,16 @@
+
+
+
+ @foreach (['Wide range of products', 'Free returns', 'All items shown are in stock', 'Free shipping'] as $usp)
+