Even though the Basic plan of the Magento 2 Automatic Related Products gives you a vast array of features, there are some other features you might need. So, if you want to provide more personalized recommendations, you need to upgrade the plan to Plus or Extra. You can follow the same steps to upgrade from Plus to Extra.
Today you'll find out how you can upgrade your Auto Related Products plan.
Post Contents [hide]
Note: if you've already purchased a Basic or Plus plan, contact our team for a custom discount.
Upgrade using composer
First of all, remove the extension you currently use:
composer remove magefan/module-auto-related-product*
Then you can continue with installing an upgraded version. To do that go to My Account > My Downloads and click on the Install via Composer button to get the installation instructions.
Upgrade using archive
If you installed the Automatic Related Products extension via archive, you need to upgrade it the same way. Simply download the extension archive from your Magefan account and extract it.
We recommend creating a backup copy of the extension folder on your server before moving to the next step.
Then copy the app folder from the archive to your Magento 2 directory. The new extension files will merge with the existing ones.
Once you copy the files to your Magento root directory, run the following commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
After you upgrade your Automatic Related Products plan, you'll have more features at your disposal. Thus, you need to refer to the user guide to find out more details about the configuration.