1 / 9

Magento 2 PayPal Payments Advanced

Using our Magento 2 Paypal Payments Advanced extension, you can easily integrate PayPal payments advanced method with Magento 2 store and capture online payments from major credit and debit cards.<br><br>PayPal payment processing service provider is trusted and used by thousands of businesses globally. It offers convenient, easy to use, and secure payment facilities to its customers.<br>

Meetanshi
Download Presentation

Magento 2 PayPal Payments Advanced

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. PayPal Payments Advanced for Magento 2 User Guide Table of Content 1.Extension Installation Guide 2.Configuration 3.PayPal Payments Advanced Method in Frontend 4.PayPal Payments Advanced Order Details in Order View Backend 5.Refund Online for PayPal Payments Advanced Orders PayPal Payments Advanced 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-paypal-payments-advanced --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_Paypalstd --ignore-platform-reqs oBy default, the extension is probably disabled. oEnable the extension and clear static view files: ▪php bin/magento module:enable Meetanshi_Paypalstd --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 PayPal Payments Advanced for Magento 2 © Meetanshi

  3. 2.Configuration Login to Magento 2, move to Stores → PayPal Payments Advanced - Meetanshi, where you can find various settings to configure the payment method. •Enabled: Enable PayPal Payments Advanced method from here. → Configuration → → Sales → → Payment Methods → → Basic Settings: •Title: Enter title for the PayPal Payments Advanced method to show in the frontend. •Show PayPal Logo: Select YES to show PayPal logo on the checkout page in frontend. •Payment Action: Select one of the payment actions for the payment capture. oAuthorize: Authorizes and validates card for the order amount. The admin has to manually capture the amount (by generating invoice using “Capture Online” option) within the authorization hold period which is 29 days for PayPal. oAuthorize and Capture: Authorizes and captures the order amount immediately. •Sandbox Mode: Set YES to enable sandbox mode for the payment gateway. •Client ID:Enter the client ID provided by PayPal while registration. •Secret Key: Enter the secret key provided by PayPal while registration. oLogin tohttps://developer.paypal.com/ with your credentials. From the dashboard, click on “My Apps & Credentials”. Here, you can create a new app or click on the existing app to get the API credentials. PayPal Payments Advanced for Magento 2 © Meetanshi

  4. oClicking on the app will show both the client ID and secret key. Copy them and paste into the relevant fields in Magento 2 extension configuration. Scroll down and make sure to tick “Advanced Credit and Debit Card Payments” check box. Advanced Settings: •New Order Status: Set status for the new orders placed through PayPal Payments Advanced method. •Debug: Select YES to enable debug. •Instructions: Enter instructions to show on the checkout page in the frontend. •Minimum Order Total: Enter minimum order total to allow use of the payment method. •Maximum Order Total: Enter maximum order total to allow use of the payment method. •Sort Order: Enter sort order of the payment method. PayPal Payments Advanced for Magento 2 © Meetanshi

  5. Country Specific Settings: •Payment from Applicable Countries: Select all or selected countries to allow payments using PayPal Payments Advanced method. •Payment from Selected Countries: If you have set selected countries from the above option, select the countries to allow payments using PayPal Payments Advanced method. PayPal Payments Advanced for Magento 2 © Meetanshi

  6. 3.PayPal Payments Advanced Method in Frontend Once the payment method is configured, it can be seen enabled in the frontend. Simply add products to cart and go to the check out, you can see the PayPal Payments Advanced credit and debit card payment method enabled. Select it, enter the card details and click “Place Order” to finish payment and place the order successfully. PayPal Payments Advanced for Magento 2 © Meetanshi

  7. •PayPal Payments Advanced Order Details in Customer’s My Account Section Immediately after the order is placed, the PayPal Payments Advanced order details can be seen in order view tab under the customer’s My Account section. PayPal Payments Advanced for Magento 2 © Meetanshi

  8. 4.PayPal Payments Advanced Order Details in Order View Backend Apart from the customer’s My Account section, the admin can see PayPal Payments Advanced order details from the Sales → → Orders → → Order View section in the backend. PayPal Payments Advanced for Magento 2 © Meetanshi

  9. 5.Refund Online for PayPal Payments Advanced Orders If the customer initiates refund, admin can refund online for PayPal Payments Advanced orders from the invoice as shown in the below image. PayPal Payments Advanced for Magento 2 © Meetanshi

More Related