Magento 2 Braintree Multi Currency - PowerPoint PPT Presentation

About This Presentation
Title:

Magento 2 Braintree Multi Currency

Description:

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. – PowerPoint PPT presentation

Number of Views:1
Slides: 6
Provided by: meetanshiinc
Category:
Tags:

less

Transcript and Presenter's Notes

Title: Magento 2 Braintree Multi Currency


1
Braintree Multi Currency for Magento 2 User Guide
  • Table of Content
  • Extension Installation Guide
  • Configure Braintree Merchant Account
  • Configuration
  • Transactions in Braintree

Braintree Multi Currency for Magento 2
Meetanshi
2
  • Extension Installation
  • For Magento Marketplace Customers
  • Find the Composer name and version of the
    extension in the extensions composer.json file.
  • Login to your SSH and run
  • composer require meetanshi/magento-2-braintree-mul
    ti-currency --ignore- platform-reqs
  • Enter your authentication keys. Your public key
    is your username your private key is your
    password.
  • Wait for Composer to finish updating your project
    dependencies and make sure there
  • arent any errors.
  • To verify that the extension installed properly,
    run the command
  • php bin/magento modulestatus Meetanshi_
    BraintreeMulti --ignore-platform-reqs
  • By default, the extension is probably disabled.
  • Enable the extension and clear static view files
  • php bin/magento moduleenable Meetanshi_
    BraintreeMulti --clear-static-content
  • php bin/magento setupupgrade
  • For Magento version 2.0.x to 2.1.x - php
    bin/magento setupstatic-contentdeploy
  • For Magento version 2.2.x above - php
    bin/magento setupstatic-contentdeploy f
  • php bin/magento cacheflush
  • For Meetanshi Customers

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 gt 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
  • Configuration
  • To configure the extension, login to Magento 2,
    move to Stores ? Configuration ? Meetanshi
  • ? 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.

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
Write a Comment
User Comments (0)
About PowerShow.com