magento 2 payment fee

8
Product Designer for Magento 2 © Meetanshi Product Designer for Magento 2 User Guide Table of Content 1. Extension Installation Guide 2. Configuration 3. Tax Settings 4. Manage Product Designers 5. Add new Fee 6. Product Designer in Frontend 7. Product Designer in Order View Backend

Upload: meetanshi

Post on 26-Jul-2021

2 views

Category:

Software


0 download

DESCRIPTION

Magento 2 Payment Fee by Meetanshi helps admin to set payment fees to charge customers with the extra fee for using certain payment methods of your Magento 2 store. Visit: https://meetanshi.com/magento-2-payment-fee.html

TRANSCRIPT

Page 1: Magento 2 Payment Fee

Product Designer for Magento 2 © Meetanshi

Product Designer for Magento 2

User Guide

Table of Content

1. Extension Installation Guide

2. Configuration

3. Tax Settings

4. Manage Product Designers

5. Add new Fee

6. Product Designer in Frontend

7. Product Designer in Order View Backend

Page 2: Magento 2 Payment Fee

Product Designer for Magento 2 © Meetanshi

1. Extension Installation

• For Magento Marketplace Customers

o Create a folder structure in Magento root as app/code/Meetanshi/ProductDesigner o Download and extract the zip folder and upload our extension files to the

app/code/Meetanshi/ProductDesigner via FTP. o Login 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

o Extract the zip folder and upload our extension to the root of your Magento 2 directory via

FTP.

o Login 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 For configuring the extension, login to Magento 2, move to Stores → Configuration → Product

Designers where you can find various settings to enable the extension.

• Product Designer: Enable the Product Designer extension from here.

• Refund Product Designers: Set YES to refund the fees while refunding orders.

Page 3: Magento 2 Payment Fee

Product Designer for Magento 2 © Meetanshi

3. Tax Settings From here, you can configure tax settings to add tax on Product Designers. • Apply Tax for Product Designers: Select YES to apply tax on Product Designers.

• Set Tax Class for Product Designers: Select the tax class for Product Designers.

• Display Product Designers: Select how you want to display Product Designers with the tax

on the frontend.

• Assign Tax Class to Products

Once you have selected the tax class to apply on Product Designers, make sure to assign the

same tax class to the products. It will than calculate tax on Product Designer.

Page 4: Magento 2 Payment Fee

Product Designer for Magento 2 © Meetanshi

4. Manage Product Designers The extension facilitates a backend grid where all the Product Designer details are saved. Go to

Sales → Manage Product Designers to see the list of already created and saved Product

Designers. Any new Product Designer can be added by clicking the “Add New Fee” button.

Admin can activate or deactivate any Product Designers for Magento 2 store from here.

5. Add New Fee On click of the “Add New Fee” button from “Manage Product Designers”, you can see the

following settings to add a new Product Designer.

• Fee Title: Add Product Designer title.

• Status: Set the status to enable to activate the Product Designer.

• Amount: Add the fee amount.

• Fee Type: Select the fee type from the dropdown.

• Payment Methods: Select the payment methods to apply fee on.

• Store View: Select the store view.

• Customer Groups: Select the customer groups to enable Product Designers for.

Page 5: Magento 2 Payment Fee

Product Designer for Magento 2 © Meetanshi

Page 6: Magento 2 Payment Fee

Product Designer for Magento 2 © Meetanshi

6. Product Designer in Frontend Once configured, the Product Designer gets applied on the order in frontend.

• Product Designer Applied on Order in Checkout Page Customers can see the Product Designer applied on order on the checkout page in frontend.

Here, the Cash on Delivery payment method is selected and hence its fee is charged and

added to the order total. Also, tax is applied on the Product Designers based on the settings

and it’s displayed based on the selected option.

Page 7: Magento 2 Payment Fee

Product Designer for Magento 2 © Meetanshi

• Product Designer in My Account The extension also displays the Product Designer details in order view section under “My

Account”, as shown below.

Page 8: Magento 2 Payment Fee

Product Designer for Magento 2 © Meetanshi

7. Product Designer in Order View Backend After the successful order, Product Designer details can also be seen in the Sales → Orders →

Order View in the backend.