From 7232f43e0840ce9c870cc8ccca9def0d2cd7a851 Mon Sep 17 00:00:00 2001 From: Jimmy Hoenderdaal Date: Tue, 12 Nov 2024 14:56:56 +0100 Subject: [PATCH] revert readme part --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a40d3ef8..325eda40 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ php artisan vendor:publish --tag=payment-icons ## Customizations +It is recommended to edit the `config/rapidez/frontend.php` and remove the `login` step. This will enable two step checkout. + If you want you *could* publish the views. But it's recommended to only publish and change the views you need so when there is an update you don't have to compare all views with the new version. Also keep in mind this is an opinionated theme, if you want/need to change a lot it's better to build your own in terms of upgradability. ``` php artisan vendor:publish --provider="Rapidez\CheckoutTheme\ServiceProvider" --tag=views