From e0de3e25eb58265abaff7373ecdec19d5af9e31d Mon Sep 17 00:00:00 2001 From: Prince Patel Date: Sun, 22 Mar 2020 13:58:38 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2f20ed7..02fe33b 100755 --- a/README.md +++ b/README.md @@ -2,9 +2,13 @@ This module add "BuyNow" button on product view page and list page to process directly checkout. +# Notice + +We don't support Buy Now button on related, upsell, wishlist or any other places because it needs override core phtml files which is not the recommended solution. Please keep in note that most of the paid or free version of the Buy Now module overrides the core phtml files. + # Installation Instruction -* Copy the content of the repo to the app/code/Mageprince\BuyNow/ folder +* Copy the content of the repo to the app/code/Mageprince/BuyNow folder * Run command: php bin/magento setup:upgrade * Run Command: @@ -27,11 +31,7 @@ If you encounter any problems or bugs, please -Store->Configuration->Mageprince->Buy Now->Settings - -config settings - -# How To Find Addtocart Form Id +# How To Find Addtocart Form Id - Useful For Custom Theme Go to product view page and right click on addtocart button and click on inspect element. Then scroll up and find addtocart form id. From 121044b02b9da2ca5a467c7e4e6ae9a7264fc126 Mon Sep 17 00:00:00 2001 From: Prince Patel Date: Sun, 22 Mar 2020 14:01:45 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 02fe33b..8cd7833 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This module add "BuyNow" button on product view page and list page to process directly checkout. +BuyNow Configuration: Stores->Configuration->MagePrince->Buy Now + # Notice We don't support Buy Now button on related, upsell, wishlist or any other places because it needs override core phtml files which is not the recommended solution. Please keep in note that most of the paid or free version of the Buy Now module overrides the core phtml files.