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:

  1. Log in to your SSH console and navigate to your store root folder:
    cd path_to_the_store_root_folder
  2. Run the following command to install the latest version of the extension:
    composer require aheadworks/module-trackr
  3. Enable the extension:
    bin/magento module:enable Aheadworks_Trackr
  4. Register the extension:
    bin/magento setup:upgrade
  5. Deploy static content for the Admin panel:
    bin/magento setup:static-content:deploy --area adminhtml
  6. Recompile Magento (required if your store is in Production mode):
    bin/magento setup:di:compile
  7. Verify that the extension is enabled:
    bin/magento module:status
  8. Clean the store cache:
    bin/magento cache:flush
  9. Enjoy 🙂