Magento 2 module installation. Here's a detailed guide on how to proceed:
Magento 2 module Installation
Step 1:Extract the Zip File:
- Extract the contents of the zip file to a temporary directory on your computer.
Step 2: Copy Files to Magento Root Directory:
- Copy all files and folders from the extracted zip file.
- Paste the copied files into the app/code directory inside your < Magento root directory>. If app/code does not exist, create it.
Step 3: Open Terminal or CMD:
- Change your working directory to the Magento root directory using the following command:
-
you need to run the following commands to install and activate the module:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
Verify Installation:
Troubleshooting:
- Permissions Issue: Ensure the app/code directory and its contents have the correct permissions set for your web server user.
-
Magento Cache: If you encounter issues, try clearing Magento caches and reindexing:
php bin/magento indexer:reindex
php bin/magento cache:clean
Creating a Board Mlm Product
To configure a product as a Board Mlm product, follow these steps:
Navigate to Product Management:
Go to Catalog > Products in the Magento Admin Panel.
Select or Create a Product:
In the product edit page, scroll down to the General section or similar, depending on your Magento version and customizations.
Find the field or checkbox labeled Is Board Mlm Product.
Set this field to True or check the checkbox to enable it.
Save the Product::
After enabling the Is Board Mlm Product option and making any other necessary adjustments, click Save to apply the changes.
Search for Board Mlm Product
Ensure the search functionality works for Board Mlm products.
Search for “your Board Mlm product name ” and “ etc Board Mlm product ”.
Payout Commissions
Ensure that the commissions calculated for payout are accurate before executing the payout process.
Payout Bonuses
Confirm that the bonuses due for payout are correct and aligned with the company's bonus structure.
Run Payout
Ensure that the total amounts of commissions and bonuses are correct before proceeding with the actual payout.
Note : Don't Forgot to select website each time whenever checking payout details or running payout. !!