Although the Basic plan of the Magento 2 Product Labels Extension gives you a lot of advantages you might still need to extend the options. To manage your product labels even better, you need to upgrade your plan to Plus and Extra.
In today's guide, you'll learn how to upgrade your Product Labels 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
Firstly, remove the extension you currently use:
composer remove magefan/module-product-label
*
Then you can proceed 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 previously installed Product Labels via archive, you need to upgrade it the same way. Just go to your Magefan account, download the extension archive and extract it.
We recommend creating a backup copy of the extension folder on your server before moving to the next step.
After that, copy the app folder from the archive to your Magento 2 directory. The new extension files will merge with the existing ones.
After 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