Magento 2 PayPal Multi Currency

6
PayPal Multi Currency for Magento 2 © Meetanshi.com PayPal Multi Currency for Magento 2 User Guide Table of Content 1. Extension Installation Guide 2. Configuration 3. Base Currency Setup 4. PayPal Multi Currency in Frontend

description

Magento 2 Paypal Multi Currency by Meetanshi helps improve user experience by allowing customers to make the payments in preferred currency via Paypal.

Transcript of Magento 2 PayPal Multi Currency

  • PayPal Multi Currency for Magento 2 © Meetanshi.com

    PayPal Multi Currency for Magento 2

    User Guide

    Table of Content

    1. Extension Installation Guide

    2. Configuration

    3. Base Currency Setup

    4. PayPal Multi Currency in Frontend

    https://meetanshi.com/magento-2-paypal-multi-currency.htmlhttps://meetanshi.com/

  • PayPal Multi Currency for Magento 2 © Meetanshi.com

    1. Extension Installation Create a folder structure in Magento root as app/code/Meetanshi/Paymulti Download and extract the zip folder and upload our extension files to the

    app/code/Meetanshi/Paymulti e via FTP. Login to your SSH and run below commands step by step:

    o php bin/magento setup:upgrade o For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy o For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f o php bin/magento cache:flush

    2. Configuration For configuring the extension, login to Magento 2, move to Stores Configuration

    Meetanshi PayPal Multi Currency where you can find various settings to enable the

    extension.

    PayPal Multi Currency: Enable or disable the extension from here.

    Checkout Currency: Select one of the checkout currency option from the dropdown.

    o Checkout with Current Currency: The customers get redirected to PayPal with the

    currency they chose on the checkout page.

    o Checkout with Allowed Currency: The customers get redirected to PayPal with the

    currency the admin has set from the allowed currency option.

    Allowed Currency: Select one of the allowed currencies selecting which you want to redirect users to PayPal.

    https://meetanshi.com/magento-2-paypal-multi-currency.htmlhttps://meetanshi.com/

  • PayPal Multi Currency for Magento 2 © Meetanshi.com

    3. Base Currency Setup Default Magento 2 requires to setup store’s base currency to show product prices in. If your

    store is new and you haven’t setup the base currency, you can setup it from here.

    Base Currency: Setup store base currency, here it is setup as USD.

    Default Display Currency: Set default display currency to show product prices.

    Allowed Currencies: Select all the allowed currencies to be used by customers for placing

    the orders.

    https://meetanshi.com/magento-2-paypal-multi-currency.htmlhttps://meetanshi.com/

  • PayPal Multi Currency for Magento 2 © Meetanshi.com

    4. PayPal Multi Currency in Frontend

    Currency chosen for Order Checkout in Frontend From frontend, customers choose their preferred payment currency either from cart page or

    checkout page. Here, for example, customer has selected Euro as the order currency.

    https://meetanshi.com/magento-2-paypal-multi-currency.htmlhttps://meetanshi.com/

  • PayPal Multi Currency for Magento 2 © Meetanshi.com

    PayPal Redirection when “Checkout with Current Currency” is Selected

    Default behavior of Magento 2 is to redirect to PayPal by replacing the selected

    currency (Euro) with the base currency (USD). But with the extension, if the admin

    has set “Checkout with Current Currency” from the “Checkout Currency” option from

    the configuration, it redirects customers to PayPal with the currency they have

    chosen while checkout and allows to pay with the same currency.

    o Configuration option selected – Checkout with Current Currency

    o Customers currency selection from the frontend – Euro

    o Customers redirection to PayPal with currency – Euro

    https://meetanshi.com/magento-2-paypal-multi-currency.htmlhttps://meetanshi.com/

  • PayPal Multi Currency for Magento 2 © Meetanshi.com

    PayPal Redirection when “Checkout with Allowed Currency” is Selected

    Default behavior of Magento 2 is to redirect to PayPal by replacing the selected

    currency (Euro) with the base currency (USD). But with the extension, if the admin

    has set “Checkout with Allowed Currency” from the “Checkout Currency” option from

    the configuration, it redirects customers to PayPal with the Allowed Currency admin

    has defined and forces customers to pay with the same currency.

    o Configuration option selected – Checkout with Allowed Currency

    o Admin defined allowed currency - INR

    o Customers currency selection from the frontend – Euro

    o Customers redirection to PayPal with currency – INR

    https://meetanshi.com/magento-2-paypal-multi-currency.htmlhttps://meetanshi.com/