How to: Update the Retail Extension
In this article
Run update via ComposerManual Update
Starting with Magento 2.4.0, the Web Setup Wizard is removed, and you must use the command line to install or upgrade Magento, as well as modules and extensions.
Run update via Composer
If the extension files are located in vendor/lsretail folder, then the extension was installed using Composer. SSH to your magento root folder and follow below steps to update the extension via Composer.
-
To update LS eCommerce Retail extension to the latest available version, run the command composer require lsretail/lsmag-two:* --update-with-dependencies via CLI.
-
Run php -f bin/magento setup:upgradecommand:
-
Clear the cache using php -f bin/magento cache:clean
Manual Update
If the extension files are in the folder app/code, then the extension was installed manually using FTP/SFTP. To update the extension you can manually download the files from the repository of corresponding extension and paste the files in app/code folder.
Note:- If you have made any customizations to extension files in app/code folder, manual update will revert your changes.