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 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 +
+
+