Title: Magento 2 MyUser Payments
1MyUser Payments for Magento 2 User Guide
- Table of Contents
- Extension Installation Guide
- Configuration
- Myuser Payment Method in Frontend
- Myuser Payment Details in Order View Backend
- Refund Online for Myuser Order from Backend
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-myuser-paymen
ts - 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_Myuser
- By default, the extension is probably disabled.
- Enable the extension and clear static view files
- php bin/magento moduleenable Meetanshi_Myuser
--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
3- Minimum Order Total Enter the minimum order
total to allow the use of the payment method. - Maximum Order Total Enter the maximum order
total to allow the use of the payment method. - Sort Order Enter sort order of the payment
method.
43. Myuser Payment Method in Frontend Once the
extension is configured, it can be seen enabled
in the frontend. Simply add products to cart and
go to the checkout, you can see the Myuser
Payment method enabled. Select the payment
method, click Place Order button.
- On click of Place Order button, a popup is
opened where you have to enter the card details
and click submit button to pay and place the
order successfully.
5- Myuser Payment Details in My Account Section
- Immediately after the order is placed, the Myuser
Payment details can be seen in order view tab
under the customers My Account section.
64. Myuser Payment Details in Order View
Backend Apart from the customers My Account
section, the admin can also see Myuser payment
details from the Sales ? Orders ? Order View
section in the backend.
75. Refund Online for Myuser Order from
Backend The extension is compatible with online
refund through Myuser payment method. Admin can
simply move to Sales gt Invoices gt View Invoice,
click on Credit Memo button, while creating a
new credit memo, click on Refund button to
refund online through Myuser payment method for
your order.