Connect to Magento
Magento connector installation instructions
Note: Installing the module activates a trial period. After the trial period ends, a subscription fee will be automatically charged for the Magento instance.
Cancel the subscription on your local and/or staging instance before the trial ends to avoid unnecessary charges.
Please follow the instructions below:
- Log in to your SSH console and navigate to your store root folder:
cd path_to_the_store_root_folder - Run the following command to install the latest version of the extension:
composer require aheadworks/module-trackr - Enable the extension:
bin/magento module:enable Aheadworks_Trackr - Register the extension:
bin/magento setup:upgrade - Deploy static content for the Admin panel:
bin/magento setup:static-content:deploy --area adminhtml - Recompile Magento (required if your store is in Production mode):
bin/magento setup:di:compile - Verify that the extension is enabled:
bin/magento module:status - Clean the store cache:
bin/magento cache:flush - Enjoy 🙂