Top Banner
On - August 12, 2016 Seller Tax Manager Marketplace Add-On for Magento2 webkul.com/blog/marketplace-seller-tax-manager-magento2/ Seller Tax Manager Marketplace Add-On extension allows the seller to manage the tax from their end. Using this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according to their need. This module is an add-on of Magento2 Marketplace Module. To use this module you must have installed first Magento2 Marketplace. Features Of Seller Tax Manager Marketplace Add-On Admin can enable/disable tax manager from seller panel. Admin can create tax rules for sellers. Admin can create product tax class for sellers. Admin can set customer tax class for sellers to create tax rules. admin can see tax amount on seller products order in a separate grid. Sellers can create tax rules, product tax classes and tax rates of his own. Product tax classes created by the seller will be used on product creation form. Installation Of Seller Tax Manager Marketplace Add-On Customers will get a zip folder and they have to extract the contents of this zip folder on their system. The extracted folder has an src folder, inside the src folder you have the app folder. You need to transfer this app folder into the Magento2 root directory on the server as shown below. After the successful installation, you have to run the command on Magento2 root directory- “php bin/magento setup:upgrade” Also, run this command into the Magento2 Root- “php bin/magento setup:static-content:deploy” You can 1/19
19

Seller Tax Manager Marketplace Add-On for Magento2 · this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according

May 29, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Seller Tax Manager Marketplace Add-On for Magento2 · this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according

On - August 12, 2016

Seller Tax Manager Marketplace Add-On for Magento2webkul.com/blog/marketplace-seller-tax-manager-magento2/

Seller Tax Manager Marketplace Add-On extension allows the seller to manage the tax from their end. Usingthis module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can addtax according to their need.

This module is an add-on of Magento2 Marketplace Module. To use this module you must have installed firstMagento2 Marketplace.

Features Of Seller Tax Manager Marketplace Add-On

Admin can enable/disable tax manager from seller panel.

Admin can create tax rules for sellers.

Admin can create product tax class for sellers.

Admin can set customer tax class for sellers to create tax rules.

admin can see tax amount on seller products order in a separate grid.

Sellers can create tax rules, product tax classes and tax rates of his own.

Product tax classes created by the seller will be used on product creation form.

Installation Of Seller Tax Manager Marketplace Add-On

Customers will get a zip folder and they have to extract the contents of this zip folder on their system. Theextracted folder has an src folder, inside the src folder you have the app folder. You need to transfer this appfolder into the Magento2 root directory on the server as shown below.

After the successful installation, you have to run the command on Magento2 root directory-“php bin/magentosetup:upgrade”

Also, run this command into the Magento2 Root- “php bin/magento setup:static-content:deploy” You can

1/19

Page 2: Seller Tax Manager Marketplace Add-On for Magento2 · this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according

refer the below screenshot.

After moving the app folder you have to flush the cache from Magento admin module by navigating through ->System->Cache management as shown below.

Translation Of Seller Tax Manager Marketplace Add-On

If a user wants to translate their module, e.g. from English to the German language then they need to follow thepath app/code/Webkul/MpSellerTaxManager/i18n in their unzipped Seller Tax Manager Marketplace Add-Onfolder and will get a CSV file with name “en_US.csv”. Now they will rename this CSV as “de_DE.csv” andtranslate all right side content after the comma into the German language. After editing the CSV, save it and thenupload it to the path app/code/Webkul/MpSellerTaxManager/i18n where you have installed Magento2 on theserver. The module will get translated into the German Language. It supports both the LTR and RTL languages.

2/19

Page 3: Seller Tax Manager Marketplace Add-On for Magento2 · this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according

The user can edit the CSV like the image below.

Configuration Of Seller Tax Manager Marketplace Add-On

After the successful installation of the module, you will find the configuration settings under ->Stores->Configuration->Seller Tax Manager. Here admin can enable or disable the module can set the allowedCustomer Tax class for the Seller as shown below in the screenshot.

Management Of Seller Tax Manager Marketplace Add-On

3/19

Page 4: Seller Tax Manager Marketplace Add-On for Magento2 · this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according

After the successful installation of this module, sellers can find the Tax Manager tab under Marketplace menu asshown below in the screenshot.

Tax Rates

Seller can add new tax rates by clicking on the Add New Tax Rate button as shown below.

After clicking the add new tax rate button, another page will open up where the seller can define the tax rates.After entering all the values the seller will save the tax rate. Here seller can select the zip Range from and to forthe states if the option Zip/Post Is Range is checked.

4/19

Page 5: Seller Tax Manager Marketplace Add-On for Magento2 · this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according

Zip/Post Code Field – In this field, you can enter the expression that will work as explained below.

Enter “*” that matches any zip code, ” xyz* ” that matches any zip code that begins with ” xyz “, and ” *xyz ” thatmatches any zip code that ends with an ” xyz “.

Eg: If you want to select zip codes starting with 190 just write 190* . To select zip codes ending with 190 justwrite *190 and for selecting all the zip codes write ” * ” as shown below in the screenshot.

5/19

Page 6: Seller Tax Manager Marketplace Add-On for Magento2 · this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according

To edit a tax rate just click on the tax rate to edit it as shown below.

6/19

Page 7: Seller Tax Manager Marketplace Add-On for Magento2 · this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according

After clicking on the tax rate you can see the edit tax rate page where you can make changes to the tax rate andthen click save to save the changes as shown below.

7/19

Page 8: Seller Tax Manager Marketplace Add-On for Magento2 · this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according

Tax Rules

Sellers can add a new Tax Rules by clicking on the Add New Tax Rule button as shown below in thescreenshot.

8/19

Page 9: Seller Tax Manager Marketplace Add-On for Magento2 · this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according

After clicking on the Add New Tax Rule button, another page will open where the seller can create new tax rulesas shown below.

9/19

Page 10: Seller Tax Manager Marketplace Add-On for Magento2 · this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according

Sellers can also click the Add New Tax Rate button on the same page to add a new tax rate. After clicking theadd new tax rate button, new Tax Rate Creation form will open up as shown below.

10/19

Page 11: Seller Tax Manager Marketplace Add-On for Magento2 · this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according

To edit a Tax Rule just click anywhere on the tax rule as shown below.

After clicking on the tax rule to edit, another page will open up where the seller can edit the tax rule. After an edit,you can click save button as shown below.

11/19

Page 12: Seller Tax Manager Marketplace Add-On for Magento2 · this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according

Now the seller can select the product Tax class created above while adding a new product under the TaxClass on the add new product page as shown below.

12/19

Page 13: Seller Tax Manager Marketplace Add-On for Magento2 · this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according

13/19

Page 14: Seller Tax Manager Marketplace Add-On for Magento2 · this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according

When buyer will place an order of seller product, he can see the Tax Amount under checkout page which hasbeen added by the seller as shown below in the screenshot.

Admin Management Of Seller Tax Manager Marketplace Add-On

After the installation of the extension in the admin panel under Marketplace Management menu item, you willfind menu items – Order Tax Details and Seller Tax Rules as shown below in the screenshot.

14/19

Page 15: Seller Tax Manager Marketplace Add-On for Magento2 · this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according

Order Tax Details

Admin can see the Seller Order Tax Details for all the sellers with details of Order Id, Seller name, Productname, and Tax Amount under Order Tax Details menu item as shown below.

Seller Tax Rules

Here admin will find the grid displaying all the sellers with details about their Tax Rules, Tax Rates, Product TaxClass, and Customer Tax Class. Admin can edit any of these details by clicking on the edit button as shownbelow.

15/19

Page 16: Seller Tax Manager Marketplace Add-On for Magento2 · this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according

After clicking on the edit button, admin can edit seller tax rules and add new tax rates, add new product class forthe selected seller. Tax Rates and Product Classes already created by the seller will be shown and admin candelete the already created rules and classes also. After that click save to save the changes made.

16/19

Page 17: Seller Tax Manager Marketplace Add-On for Magento2 · this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according

Admin can also Create Seller wise – New Tax Rules for the sellers in his marketplace by clicking the Add NewTax Rule button as shown below.

17/19

Page 18: Seller Tax Manager Marketplace Add-On for Magento2 · this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according

Here the admin can select the seller from the drop-down selection, soon after Tax Rates and Product TaxClasses of the selected seller show up automatically. Admin can edit or delete any of the Tax rates and Productclasses and create new tax rates & product Classes for the seller as shown below.

18/19

Page 19: Seller Tax Manager Marketplace Add-On for Magento2 · this module seller can add new tax rates, tax classes, and tax rules. With the help of this module, sellers can add tax according

That is all for the Seller Tax Manager Marketplace Add-On. Still, have any issue feel free to add a ticket and letus know your views to make the module better at webkul.uvdesk.com

19/19