Magento
In this topic, you'll learn how to install and implement the Shopping Tracker in your Magento 2 eCommerce site using the Sizebay Tracker module.
To install the module, navigate to the root directory of your Magento project and execute the following command in the console:
$ composer require sizebay/sizebay-tracker:dev-master
Or
$ bin/composer require sizebay/sizebay-tracker:dev-master
Than execute the following commands:
$ bin/magento setup:upgrade
$ bin/magento cache:clean
$ bin/magento cache:flush
$ bin/magento setup:di:compile
After the module is installed, you need to access the Admin Back-End and set up the Sizebay Tracker by following the steps below:
Access Stores » Settings » Configuration » Sizebay Tracker Settings.
Insert the Tenant ID, refer to your given store in My Sizebay. Then select the country your store is based in and the attribute label corresponding to the size attribute in your products and finally enable the module on the respective store view.

Last updated
Was this helpful?