Integrating Hello Clever with Magento
Magento Version
The Hello Clever Extension for Magento 2 is compatible with version 2.20 or greater
💵 Store Currency
The plugin relies on a dedicated Website Scope being used for each market region (country) with a corresponding Base Currency Set in Magento Admin. To set the Base Currency, go to:
Stores → Configuration → Currency Set up and set the currency
*In this case, we are only accepting AUD (🇦🇺 Australia) for the currency.
Install Extension
How to install the Hello Clever Magento 2 extension?
1. Download the Hello Clever Extension
Head over to Magento Extension Download to download the extension.
Once the extension is added to your cart, please log on with your Magento username and proceed to checkout to add the extension to your Magento site.
After the order has been placed, you will be directed to Installation page, please follow the instructions.
2a. Install Extension
There are two ways to install the Hello Clever extension. If you prefer to use Command Line see option 2b.
Use FileZilla Upload the module to the app/code/Clever directory on your server.
2b. Command Line Installation
The second method will require you to compress the extension into .zip or .tar.gz format, then copy app/code/Clever directory and execute the following command in your Command Line/Terminal.
Plese follow the video below to see the detail.
Example: The directory extension is app/code/Clever/PaymentGateway
scp <path to your extension> <ssh server>:<path to clever directory>
Then log into your ssh server, go :to Clever directory and execute the following command to decompress the module: unzip <.zip compressed extension> Or tar -xzvf <.tar.gz compressed extension>
Now go to ytafour Magento root directory, say it's named magento2, and execute the following commands:
sudo php bin/magento setup:upgrade
sudo php bin/magento setup:di:compile
sudo php bin/magento setup:static-content:deploy
3. Flush the Magento System Cache
Login to Magento Admin and go to System → Cache Management. Then select Flush Cache Storage
Configure Extension
What settings are required for Hello Clever's Magento 2 extension?
Basic Settings
-
Login to Magento Admin and go to
Stores → Configuration → Sales → Payment Methods → Hello Clever
-
Click on Enabled > Yes to activate the extension to your site.
-
You can choose the API Environment, Production is when you're ready to use the extension on your live store and sandbox for testing the payment system.
-
Enter the required App ID and Secret key, in order to obtain these you will ned to generate these keys from Hello Clever Merchant Dashboard
-
Please click on 'Test Connection' button to ensure proper connection.
-
Click on 'Save Config' and Hello Clever should be ready to use.
Update Extension
How to update Hello Clever's Magento 2 extension?
INFO
The process of updating the Hello Clever extension for Magento 2 involves the complete removal of all extension files, followed by copying the new files. This is to ensure that no old files left behind.
1. Remove old Hello Clever files/folders
Ensure all files has been removed in : root/app/code/Clever/Clever
2a. Install latest version of Hello Clever Extension
click the following link to learn how to install the latest version of Hello Clever extension on your Magento 2 store: Install Extension
2b. Install latest version of Hello Clever extension using Composer
3. Flush the Magento System Cache
Login to Magento Admin and go to System → Cache Management. Then select Flush Cache Storage