Connect to Magento
Magento connector installation instructions
Note: When installing the module to your staging instance, please select the
Free plan to avoid any unnecessary charges. For more information, visit the
FAQ page.
Please follow the instructions below:
-
Login to your ssh console and navigate to your store folder:
1cd path_to_the_store_root_folder -
Run the following command to install the latest version of the extension:
1composer require aheadworks/module-langshop -
Enable the extension:
1bin/magento module:enable Aheadworks_Langshop -
Next, register the extension:
1bin/magento setup:upgrade -
Execute compilation of static assets:
1bin/magento setup:static-content:deploy --area adminhtml -
Recompile your Magento store if you are in the Production mode:
1bin/magento setup:di:compile -
To verify that the extension is enabled, run this command:
1bin/magento module:status - Go to Configuration - Services - Oauth and set Allow OAuth Access Tokens to be used as standalone Bearer tokens to Yes
-
Clean store cache, by running the following command:
1bin/magento cache:flush -
Enjoy 🙂
Follow the next guides to get all set up with your multilingual store and translations: