80 likes | 103 Views
Today, in India one of the largest payment gateway is CCAvenue. This payment gateway is widely used by more than 85% of the e-commerce merchants in India. Top leading brands such as Myntra, Lakme, Vistara, Bookmyshow use this payment gateway method to improve the online payment experience more securely. It has been awarded as u2018Best Digital Payment Facilitatoru2019 at the 2nd Annual Digital Payments Summit 2020. <br><br>For more information, <br>Visit https://meetanshi.com/magento-2-ccavenue-payment-gateway.html<br>
E N D
CCAvenue Payment Gateway for Magento 2 User Guide Table of Content 1.Extension Installation 2.Configuration 3.CCAvenue Payment Method in Frontend 4.CCAvenue Payment Details in Backend CCAvenue Payment Gateway for Magento 2 © Meetanshi
1.Extension Installation •For Magento Marketplace Customers oCreate a folder structure in Magento root as app/code/Meetanshi/Ccavenue oDownload and extract the zip folder and upload our extension files to the app/code/Meetanshi/Ccavenue 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 •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 2.Configuration To configure the extension, login to Magento 2, move to Sales → CCAvenue Payment - Meetanshi where you can find various settings to enable the extension. •Enabled:Set “YES” to enable the CCAvenue Payment Gateway extension. •Title: Set the title for the payment method to be displayed in the frontend. •Show CCAvenue Logo: Set YES to show CCAvenuelogo along with the payment method in the frontend. •Sandbox Mode: Select YES to enable sandbox mode. •Merchant ID: Enter merchant ID you received while regiration with the CCAvenue payment gateway. •Access Code: Enter the access code you received while regiration with the CCAvenue payment gateway. •Encryption Key: Enter the encryption key you received while registration with the CCAvenue payment gateway. → Payment Methods → → CCAvenue Payment Gateway for Magento 2 © Meetanshi
Note: Create an account on https://dashboard.ccavenue.com/web/registration.do, get the account approved, login to your account, move to Settings > API Keys and copy the merchant ID, access code and encryption key (working). •Gateway URL: Enter the gateway URL. It will get auto filled on extension installation. •Enable Debug: Set YES to enable debug. •Allow Auto Invoice: Select YES to automate invoice generation for the orders paid using the CCAvenue payment method. •Payment from Applicable Countries: Select countries to allow using this payment method. •Minimum Order Total: Enter the minimum order amount for customers to meet to enable the payment method. •Maximum Order Total: Enter the maximum order amount for customers to meet to enable the payment method. •Additional Information: Enter the additional information to show on frontend along with the payment method. •Sort Order: Enter Sort Order of the payment method display in the frontend. CCAvenue Payment Gateway for Magento 2 © Meetanshi
CCAvenue Payment Gateway for Magento 2 © Meetanshi
3.CCAvenue Payment Method in Frontend Once the payment method is configured, whenever the customers add the products to cart and move to the checkout page, CCAvenue payment method is shown. They just select the payment method, click “Continue to Payment” to get redirected to the hosted payment page, add the payment details and complete the payment. CCAvenue Payment Gateway for Magento 2 © Meetanshi
•Redirection to the CCAvenue Hosted Payment Page Once the customers get redirected to the CCAvenue hosted payment page, they select the payment method, payment option and click on the “Confirm Payment” button to finish the payment successfully. CCAvenue Payment Gateway for Magento 2 © Meetanshi
•CCAvenue Payment Details in Customer’s My Account Section After the successful payment, customers can see the CCAvenue payment details in their My Account section. CCAvenue Payment Gateway for Magento 2 © Meetanshi
4.CCAvenue Payment Details in Backend Apart from the customers, the admin can also see the payment details for the orders in the backend. Go to Sales → → Orders→ →Order View to see the CCAvenue payment details along with the transaction ID, order status and tracking ID. CCAvenue Payment Gateway for Magento 2 © Meetanshi