From 0c902d7ff0fd84e1e7b2090b6926012a9efcdfa3 Mon Sep 17 00:00:00 2001 From: Salvatore Di savio Date: Fri, 27 May 2022 12:55:11 +0200 Subject: [PATCH 1/2] Minor update Readme --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index afb5784..8411a47 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,18 @@ The module should be compatible also with magento 2 >= 2.3.0 Installation Instructions ------------------------- -1) Installation options: +Installation: -* modman: `modman clone git@github.com:soisy/magento-2-plugin` +manual copy all the files into your magento root, /app/code/Soisy/PaymentMethod. +Clear the cache, logout from the admin panel and then login again. -* maual: copy all the files into your magento root, /app/code/Soisy/PaymentMethod. +Go to System -> Tools -> Web Setup Wizard, in Module Manager and check "Enable" on Soisy_PaymentMethod. -2) Clear the cache, logout from the admin panel and then login again. +Execute the follow command: + +php bin\magento setup:static-content:deploy -f +php bin\magento cache:clean +php bin\magento cache:flush Configuration ------------- From 400bf77149ad9b1766a49fceda5dae54fe1a3cc4 Mon Sep 17 00:00:00 2001 From: Salvatore Di savio Date: Fri, 27 May 2022 12:56:27 +0200 Subject: [PATCH 2/2] Update Readme --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8411a47..3d4abfa 100644 --- a/README.md +++ b/README.md @@ -26,18 +26,16 @@ The module should be compatible also with magento 2 >= 2.3.0 Installation Instructions ------------------------- -Installation: +* manual copy all the files into your magento root, /app/code/Soisy/PaymentMethod. -manual copy all the files into your magento root, /app/code/Soisy/PaymentMethod. -Clear the cache, logout from the admin panel and then login again. +2) Clear the cache, logout from the admin panel and then login again. -Go to System -> Tools -> Web Setup Wizard, in Module Manager and check "Enable" on Soisy_PaymentMethod. +3) Go to System -> Tools -> Web Setup Wizard, in Module Manager and check "Enable" on Soisy_PaymentMethod. -Execute the follow command: - -php bin\magento setup:static-content:deploy -f -php bin\magento cache:clean -php bin\magento cache:flush +4) Execute the follow command: +* php bin\magento setup:static-content:deploy -f +* php bin\magento cache:clean +* php bin\magento cache:flush Configuration -------------