From c84e97b71a34ffa6c5a8f70ec86d0bd48dcf5611 Mon Sep 17 00:00:00 2001 From: Jade Geels Date: Wed, 13 Nov 2024 15:51:29 +0000 Subject: [PATCH 1/9] Revert #134 (#142) --- .../sections/login/logged-out.blade.php | 21 ++++++------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/resources/views/checkout/partials/sections/login/logged-out.blade.php b/resources/views/checkout/partials/sections/login/logged-out.blade.php index 8bbd0da7..73c73040 100644 --- a/resources/views/checkout/partials/sections/login/logged-out.blade.php +++ b/resources/views/checkout/partials/sections/login/logged-out.blade.php @@ -16,21 +16,12 @@ class="justify-center"

@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. ![](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 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) +
+ + {{ $usp }} +
+ @endforeach +
+
+
From 80fc79764c951d224f5c770a3a63ea064f214d6e Mon Sep 17 00:00:00 2001 From: Roy Duineveld Date: Tue, 19 Nov 2024 10:41:41 +0100 Subject: [PATCH 3/9] Revert #127 This reverts commit 22d716305a323326e06d0c277f11a3380631e2a6. --- .../cart/partials/product/description.blade.php | 3 --- .../cart/partials/sidebar/summary.blade.php | 17 ++++++----------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/resources/views/cart/partials/product/description.blade.php b/resources/views/cart/partials/product/description.blade.php index dba821f0..fbdc99a9 100644 --- a/resources/views/cart/partials/product/description.blade.php +++ b/resources/views/cart/partials/product/description.blade.php @@ -9,9 +9,6 @@
@{{ option.label }}: @{{ option.values[0].label || option.values[0].value }}
-
- @lang('This product is out of stock, remove it to continue your order.') -