Affiliate Extension for Magento 2¶
Create an affiliate program fast and easy with the Affiliate Extension for Magento 2. The Affiliate Extension eliminates the need for and added costs associated with a thirdparty service to track sales, compile reports, and process payments.
Affiliate Extension helps to promote referral programs and lets you manage affiliate accounts within the Magento 2 Platform. You can set up a variety of affiliate programs and promotional campaigns with this easyto-use platform extension. Along with increased sales leads, an affiliate program is worthwhile because it can boost search engine rankings and further promote your brand even while you are asleep. Because affiliates are compensated only when an action is performed, it requires very little investment on your part.
The Affiliate Extension will help you to design a professional, well-organized, and userfriendly affiliate program without needing to contract with a third-party service. It will give you everything you need to start and manage a successful affiliate program.
Interested in Extension Installation Service?¶
Visit our installation service page https://www.extendware.com/magento-extension-installation-service.html for more information
Support¶
Got questions? Feel free to contact us! Support Form.
Installation Procedure¶
Type 1: Zip file¶
Download your extension package from the Download page after purchasing the extension.
Open the extension ZIP file you downloaded and extract it to a directory on your computer using a tool like WinRar, WinZIP or similar.
Upload the extracted files to the app/code/Extendware directory in your Magento installation, maintaining the folder structure. If updating, overwrite the existing files.
Connect via SSH and run the following commands (make sure to run them as the user who owns the Magento files!
php bin/magento module:enable --clear-static-content Extendware_Core php bin/magento module:enable --clear-static-content Extendware_Affiliate php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy
Type 2: Via Composer (recommended)¶
You can freely install, update, and remove Magento 2 extensions using Composer.
Please request your private access first via Support Form.
Add the custom repository to the composer.json
composer config repositories.private-packagist composer https://extendware.repo.packagist.com/your-company-name/
Setup authentication
composer config --auth http-basic.extendware.repo.packagist.com token YOUR-PRIVATE-TOKEN
Install the module
composer require extendware/module-affiliate
run the following commands
php bin/magento module:enable --clear-static-content Extendware_Core php bin/magento module:enable --clear-static-content Extendware_Affiliate php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy