đź’ˇ
Magento 2 MarketPlace
  • Overview
  • Installation
    • Setup via FTP or cPanel
  • Usage
    • Configuration
    • How to manage sellers
    • How to manage and add groups
    • How to manage and add commission
    • Manage Product Approval
    • Supported payment methods
    • Manage Seller Orders
    • Manage Seller Amount Transaction
    • Manage All Withdrawls Request
    • Manage Method Payment
    • Manage Review & Rating
    • Seller Dashboard
    • Seller Profile
    • Seller Sales
    • Seller Products
    • Seller Withdrawals
    • Seller Message
    • Seller Feedback & Review
    • Seller Vacation
    • Seller Import/Export Products
    • Seller Advanced Report
    • Seller Page
    • Register New Seller Account
    • Customer become to Seller
    • Other Tutorials
    • Create Configurable Product
    • Change Brand Name on Seller Dashboard
  • Tech Spec
    • Overview
    • Vendor Management
    • Vendor Group Management
    • Vendor Commission Management
  • Video Tutorials
    • Videos
  • Rest API and Graph Ql
    • Rest API
    • Graph Ql
  • FAQs
    • How to custom seller dashboard theme?
  • Addons Config and Usage
    • Split Order
    • Seller Faq
    • Split Cart
    • Shipping Per Product
    • Table Rate Shipping
    • Seller Flat Rate Shipping
    • Multi Shipping
    • Seller Membership
    • Seller Auction
    • Seller RMA
    • Seller Badge
Powered by GitBook
On this page

Was this helpful?

  1. Installation

Setup via FTP or cPanel

At now the module just support setup via upload module files via FTP and run magento 2 commands.

You should go to our site, login with your account > go to Dashboard > Download Products > then download module file “Lof Marketplace” will get the file as this “lof_marketplace_v2.1.0.zip“ or "marketplace_core_v2.1.0.zip". After decompress it we will get the folder and module files for each magento 2 version. If your site are running magento 2.4.x, setup module file under folder magento 2.4.x.

After upload module files to your server with FTP client or cPanel. Please run magento 2 commands via SSH terminal:

php bin/magento setup:upgrade --keep-generated

php bin/magento setup:static-content:deploy -f

php bin/magento cache:clean

The marketplace core module just include features: manage sellers, seller groups, seller products, seller commission, seller orders/invoices/shipments/creditmemos.

To expand more features, we developed there addons for marketplace as: Split Order, Seller Invoices, Seller FAQ, Seller RMA, Seller Table Rate Shipping,...

You can setup there addons as you want for your bussiness.

PreviousOverviewNextConfiguration

Last updated 3 years ago

Was this helpful?