M2 Marketplace - Vendor Subscription Module - Installation
Please remember that this module will work only if you have installed Marketplace Multi Vendor Extension for Magento 2!
Installation Guide
The process to install a module is the same as that of extensions.
1) Check for folder "Cminds"
First, you have to make sure that app/code/Cminds directory tree exists. If not, please create it.
2) Copy files to the folder
Then, copy the extracted directory to the previously mentioned place. It should look similar to screenshot below, but with the name of the extension or module instead of the green bar.
3) Run commands in the terminal
To make sure that extension will work, we have to enable it and run few other commands using the Command Prompter (Windows) or Terminal (Mac). If you are not familiar with these softwares, you can check these guides for Windows and Mac.
Please make sure to set the terminal location to magento root directory and then type the commands listed below:
php bin/magento module:enable SupplierSubscription
php bin/magento setup:upgrade
rm -rf var/di
rm -rf var/generation
php bin/magento setup:di:compile
rm -rf pub/static/*
php bin/magento setup:static-content:deploy
chmod -R 777 pub/static
chmod -R 777 var
Congratulations! It is installed and ready to use.
Get more information about the Marketplace Multi Vendor Subscription Plan module Find other Magento products at the CreativeMinds Magento Store |
|
Let us know how we can Improve this Product Documentation Page To open a Support Ticket visit our support center |