MEO Wallet Magento Plugin

MEO Wallet provides an official plugin for the Magento e-commerce platform, compatible with versions 1.5, 1.6, 1.6.1, 1.6.2.0, 1.7, 1.8, 1.8.1, 1.9, 2.0.X, 2.1.X, 2.2, 2.3.x and 2.4

Be sure to set your “Ambiente”/”Environment” to Production when you’re ready to go live with your store!

You can use the fake credit cards at the bottom of our sandbox documentation page to pay and top up your sandbox wallet balance.

Remember, Sandbox behaves like the production but no money is transacted.

Magento 1

Install and configure your plugin for Magento 1 by following these simple steps:

  1. Go to the “As Minhas Wallets” on the MEO Wallet backoffice and set your callback URL to http://mydomain.com/meowallet/procheckout/callback (replace mydomain.com with your real domain and http with https if your website has SSL/TLS)
  2. Download the plugin archive here magento 1
  3. Go to Magento Connect on your Magento installation magento plugin install step 1
  4. Upload the MeoWallet plugin package magento plugin install step 2 magento plugin install step 3
  5. Save your changes (commit) magento plugin install step 4
  6. Configure your plugin and add your TESTING sandbox API key and your LIVE MEO Wallet API key magento plugin install step 5

Magento 2

Install and configure your plugin for Magento 2 by following these simple steps:

Step 1: Install the Plugin

  1. Download the plugin archive here magento 2
  2. Install the Plugin
  3. Access the root directory of your Magento 2 via terminal or FTP client.
  4. Create a folder named app/code if it does not exist.
  5. Extract the downloaded plugin file and copy the plugin folder into app/code.

Step 2: Activate the Plugin

  1. Open the terminal and navigate to the root directory of Magento 2.
  2. Backup your files and database.
  3. Execute the following commands to enable the plugin:

    php bin/magento module:enable PTPay_MeoWallet

    php bin/magento setup:upgrade

    php bin/magento setup:di:compile

    php bin/magento cache:flush

  4. If you run Adobe Commerce in production mode, you must also compile and deploy the module’s static files.

    php bin/magento setup:di:compile

    php bin/magento setup:static-content:deploy

Step 3: Configure the Plugin

  1. Access the Magento 2 admin panel.
  2. Go to Stores > Configuration > Sales > Payment Methods and configure the plugin options.
  3. Configure your plugin and add your TESTING sandbox API key and your LIVE MEO Wallet API key magento 2 plugin install step 5

Step 4: Verify the Installation

  1. Ensure that the plugin is functioning correctly by visiting the store and testing the functionalities added by the plugin.

By following these simple steps, you should be able to install and configure a plugin in Magento 2 or call for a technical professional. Remember to always back up your site before installing new plugins.

Release archive: