credit management marketplace add-on · 2017-07-04 · the admin can see seller’s credit under...

12
On - April 12, 2016 Credit Management Marketplace Add-On webkul.com/blog/marketplace-seller-credit-management-magento2/ Seller Credit Management Marketplace Add-On for Magento2 provides credit management to the sellers. Using this module Seller can offer credit points based on their rules. Buyer can apply for multiple sellers credits. This module is an add-on of Marketplace Module. To use this module you must have installed Magento2 Marketplace first. Features The seller can set price per credit point. The seller can create credit rules. Credit rules are based on Total Sales, Product Price, Particular Product. The buyer can see their credit details like Total Credits, Debits, and Remaining Credits. The buyer can apply for multiple seller credits in the same order and also delete them. The buyer can apply credit points on the checkout page and the shopping cart page. The admin can see Seller’s Credit, with credit description, Order description, status from the admin panel. The codes are open source so it can be customized as per the requirement. Installation Seller Credit Management Marketplace Add-On installation is super easy. You need to move app folder in Magento root directory that’s it as per the screenshot. If you have downloaded the module from Magento Connect then unzip the respective extension zip and create Webkul(vendor) then Mpsellercredits(module) name folder inside your magento root directory as app/code/Webkul/Mpsellercredits and then move all module’s files inside /app/code/Webkul/Mpsellercredits/ folder in magento root directory. 1/12

Upload: others

Post on 10-Jun-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Credit Management Marketplace Add-On · 2017-07-04 · The admin can see seller’s credit under Marketplace Management > Seller Credits Here admin can find Seller’s credit details

On - April 12, 2016

Credit Management Marketplace Add-Onwebkul.com/blog/marketplace-seller-credit-management-magento2/

Seller Credit Management Marketplace Add-On for Magento2 provides credit management to the sellers.Using this module Seller can offer credit points based on their rules. Buyer can apply for multiple sellers credits.

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

Features

The seller can set price per credit point.

The seller can create credit rules.

Credit rules are based on Total Sales, Product Price, Particular Product.

The buyer can see their credit details like Total Credits, Debits, and Remaining Credits.

The buyer can apply for multiple seller credits in the same order and also delete them.

The buyer can apply credit points on the checkout page and the shopping cart page.

The admin can see Seller’s Credit, with credit description, Order description, status from the admin panel.

The codes are open source so it can be customized as per the requirement.

Installation

Seller Credit Management Marketplace Add-On installation is super easy. You need to move app folder inMagento root directory that’s it as per the screenshot.

If you have downloaded the module from Magento Connect then unzip the respective extension zip and createWebkul(vendor) then Mpsellercredits(module) name folder inside your magento root directory asapp/code/Webkul/Mpsellercredits and then move all module’s files inside /app/code/Webkul/Mpsellercredits/folder in magento root directory.

1/12

Page 2: Credit Management Marketplace Add-On · 2017-07-04 · The admin can see seller’s credit under Marketplace Management > Seller Credits Here admin can find Seller’s credit details

After the upload, you can see the folders in your Magento2 Root Directory.

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

Also, run this commands in the Magento2 Root- “php bin/magento setup:static-content:deploy” You canrefer the below screenshot.

After running the command, you have to log into the admin panel and you have to clear the Cache. You can referto the below screenshot.

2/12

Page 3: Credit Management Marketplace Add-On · 2017-07-04 · The admin can see seller’s credit under Marketplace Management > Seller Credits Here admin can find Seller’s credit details

Configuration For Multi-lingual Support

For the multilingual support, admin will navigate through Store->Configuration->General ->Locale Optionsand select the locale as German (the language into which admin want to translate his store content).

3/12

Page 4: Credit Management Marketplace Add-On · 2017-07-04 · The admin can see seller’s credit under Marketplace Management > Seller Credits Here admin can find Seller’s credit details

Translation

If a user wants to translate their module from English to German then they need to follow the pathapp/code/Webkul/Mpsellercredits/i18n in their unzipped Magento2 Mpsellercredits folder and will get a CSVfile with name “en_US.csv”. Now they will rename that CSV as “de_DE.csv” and translate all right side contentafter the comma in the German language. After editing the CSV, save it and then upload it to the pathapp/code/Webkul/Mpsellercredits/i18n where they have installed Magento2 on the server. The module will gettranslated into the German Language. It supports both RTL and LTR languages.

4/12

Page 5: Credit Management Marketplace Add-On · 2017-07-04 · The admin can see seller’s credit under Marketplace Management > Seller Credits Here admin can find Seller’s credit details

The user can edit the CSV like the image below.

Seller Credit Management

The seller can manage all Credits under Marketplace Dashboard > Credits Manager. The seller can set priceper credit point, create credit rules and manage “My Credits Manager Rule”. The Seller will set the amountfor the point credits and also set credit points as well as the date.

5/12

Page 6: Credit Management Marketplace Add-On · 2017-07-04 · The admin can see seller’s credit under Marketplace Management > Seller Credits Here admin can find Seller’s credit details

The seller can select Credit rule based on the followings-

Total Sales: The seller will set the particular sales amount for a particular seller, on which credit will apply.

Product Price: Here, the credit will apply on specified product price which is selected by the seller.

Particular Product- If a seller has selected Particular Product as credit rule then Credits will apply on thatparticular product.

Seller Credit Use By Customer

When the customer adds the product to the cart, there will a drop-down for Seller’s Credit. The customer canselect multiple Seller’s credits on the same order and apply it. The customer can also cancel the credits.

6/12

Page 7: Credit Management Marketplace Add-On · 2017-07-04 · The admin can see seller’s credit under Marketplace Management > Seller Credits Here admin can find Seller’s credit details

The customer can apply Seller’s Credit and remove applied credit points on the checkout page.

7/12

Page 8: Credit Management Marketplace Add-On · 2017-07-04 · The admin can see seller’s credit under Marketplace Management > Seller Credits Here admin can find Seller’s credit details

The customer can see their credit details under Credits Detail

The customer can find their Total Credit by clicking on “Total Credit” tab.

8/12

Page 9: Credit Management Marketplace Add-On · 2017-07-04 · The admin can see seller’s credit under Marketplace Management > Seller Credits Here admin can find Seller’s credit details

The customer can find their Total Debit by clicking on “Total Debit” tab.

The customer can find their Remaining Credits by clicking on “Remaining Credits” tab.

9/12

Page 10: Credit Management Marketplace Add-On · 2017-07-04 · The admin can see seller’s credit under Marketplace Management > Seller Credits Here admin can find Seller’s credit details

Admin Management

The admin can see the “Credited Amount” by clicking on the Sales > Order

10/12

Page 11: Credit Management Marketplace Add-On · 2017-07-04 · The admin can see seller’s credit under Marketplace Management > Seller Credits Here admin can find Seller’s credit details

11/12

Page 12: Credit Management Marketplace Add-On · 2017-07-04 · The admin can see seller’s credit under Marketplace Management > Seller Credits Here admin can find Seller’s credit details

The admin can see seller’s credit under Marketplace Management > Seller Credits Here admin can findSeller’s credit details with credit description, Seller name, status, Customer Name, Number of Credits.

That’s all for the Seller Credit Management Marketplace Add-On for Magento2 still have any issue feel free toadd a ticket and let us know your views to make the module better https://webkul.uvdesk.com/.

12/12