From d31012996e23e2dacce473f0a0d7efddd0f6aef4 Mon Sep 17 00:00:00 2001 From: Jimmy Hoenderdaal Date: Fri, 8 Nov 2024 10:27:26 +0100 Subject: [PATCH 1/4] Add default header & footer --- .../layouts/checkout/footer.blade.php | 9 +++++++++ .../layouts/checkout/header.blade.php | 16 ++++++++++++++++ 2 files changed, 25 insertions(+) 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/resources/core-overwrites/layouts/checkout/footer.blade.php b/resources/core-overwrites/layouts/checkout/footer.blade.php new file mode 100644 index 00000000..d188618c --- /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..dc8e014d --- /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) +
+ + {{ $usp }} +
+ @endforeach +
+
+
From e6158b485cd5fbaba864eb65b148ffde18681e5a Mon Sep 17 00:00:00 2001 From: Jimmy Hoenderdaal Date: Fri, 8 Nov 2024 10:36:46 +0100 Subject: [PATCH 2/4] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c73214d..a40d3ef8 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. ![](images/checkout-theme.gif) @@ -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 From a95d7dd45754c6c3ca4292354670b53e46f95df6 Mon Sep 17 00:00:00 2001 From: Jimmy Hoenderdaal Date: Fri, 8 Nov 2024 13:54:26 +0100 Subject: [PATCH 3/4] Add loop to slider and clean up footer links --- resources/core-overwrites/layouts/checkout/footer.blade.php | 2 +- resources/core-overwrites/layouts/checkout/header.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/core-overwrites/layouts/checkout/footer.blade.php b/resources/core-overwrites/layouts/checkout/footer.blade.php index d188618c..1d266560 100644 --- a/resources/core-overwrites/layouts/checkout/footer.blade.php +++ b/resources/core-overwrites/layouts/checkout/footer.blade.php @@ -1,6 +1,6 @@