Title: Magento 2 PayPal Account per Customer Group
1PayPal Account per Customer Group for Magento 2
User Guide
- Table of Content
- Extension Installation
- Configuration
- Paypal Account per Customer Group in the Frontend
2- Extension Installation
- For Magento Marketplace Customers
- Create a folder structure in Magento root as
app/code/Meetanshi/PaypalAlt - Download and extract the zip folder and upload
our extension files to the app/code/Meetanshi/Pay
palAlt via FTP. - Login to your SSH and run below commands step by
step - 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
- Extract the zip folder and upload our extension
to the root of your Magento 2 directory via FTP. - Login to your SSH and run below commands step by
step - 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
- Configuration
3Note The extension only works with PayPal
Express Checkout method and you must have
configured the payment method in Magento 2 before
using our extension. 3. Paypal Account per
Customer Group in the Frontend Once the extension
is configured, the user can select the Paypal
payment method and get redirected to the PayPal
hosted payment page. The amount will
automatically be paid to the PayPal account
based on the Customer Group wise PayPal Account
Setup and the customer group in which the
customer resides.