1 / 5

Magento 2 Braintree Multi Currency

Facilitate the customers to use their home currency while checkout using Braintree in your store using Magento 2 Braintree Multi Currency extension. Enhance customer experience, leverage conversion rate, and global sales.<br><br>Customers love to pay in their home/native currency. If you are going global, then leveraging multi-currency payments on your store can boost the payment experience and ultimately the sales. Braintree is one of the most popular payment methods in Magento 2.<br>

Meetanshi
Download Presentation

Magento 2 Braintree Multi Currency

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Braintree Multi Currency for Magento 2 User Guide Table of Content 1.Extension Installation Guide 2.Configure Braintree Merchant Account 3.Configuration 4.Transactions in Braintree Braintree Multi Currency for Magento 2 © Meetanshi

  2. 1.Extension Installation •For Magento Marketplace Customers oFind the Composer name and version of the extension in the extension’s composer.json file. oLogin to your SSH and run: ▪composer require meetanshi/magento-2-braintree-multi-currency --ignore- platform-reqs oEnter your authentication keys.Your public key is your username; your private key is your password. oWait for Composer to finish updating your project dependencies and make sure there aren’t any errors. oTo verify that the extension installed properly, run the command: ▪php bin/magento module:status Meetanshi_BraintreeMulti --ignore-platform-reqs oBy default, the extension is probably disabled. oEnable the extension and clear static view files: ▪php bin/magento module:enable Meetanshi_BraintreeMulti --clear-static-content ▪php bin/magento setup:upgrade ▪For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy ▪For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f ▪php bin/magento cache:flush •For Meetanshi Customers oExtract the zip folder and upload our extension to the root of your Magento 2 directory via FTP. oLogin to your SSH and run below commands step by step: ▪php bin/magento setup:upgrade ▪For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy ▪For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f ▪php bin/magento cache:flush Braintree Multi Currency for Magento 2 © Meetanshi

  3. 2.Configure Braintree Merchant Account To configure different currencies, login to your Braintree account, go to Settings > Business. You can find here the option to add merchant account ID and respective currency. •Click on “New Sandbox Merchant Account” button to add merchant account ID, select currency and save it. Braintree Multi Currency for Magento 2 © Meetanshi

  4. 3.Configuration To configure the extension, login to Magento 2, move to Stores → → → Braintree Multi Currency where you can find various settings to configure the extension. •Braintree Multi Currency: Enable the Braintree multi currency extension from here. •Currency Specific Merchant Account IDs: Select specific currency and enter respective merchant account ID same as added from Braintree to allow payments. → Configuration → → Meetanshi Braintree Multi Currency for Magento 2 © Meetanshi

  5. 4.Transactions in Braintree After the successful extension configuration, whenever customers place orders using the PayPal Braintree credit card payment method using the specific currency, the admin can view respective order transactions with the chosen currency by customers in the Braintree panel under the transactions tab. Braintree Multi Currency for Magento 2 © Meetanshi

More Related