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.
Last updated
Was this helpful?