This plugin integrates Justuno with your Magento 2 store, allowing you to use Justuno's marketing and conversion optimization tools.
- In your Magento 2 root directory, run the following command:
composer require justuno/magento-2-v4
- Enable the module:
bin/magento module:enable Justuno_M2
- Run the Magento setup upgrade:
bin/magento setup:upgrade
- Compile the code (in production mode):
bin/magento setup:di:compile
- Deploy static content (in production mode):
bin/magento setup:static-content:deploy
- Download the plugin files.
- Create a directory
app/code/Justuno/M2/
in your Magento installation. - Copy the plugin files into this directory.
- Enable the module:
bin/magento module:enable Justuno_M2
- Run the Magento setup upgrade:
bin/magento setup:upgrade
- Compile the code (in production mode):
bin/magento setup:di:compile
- Deploy static content (in production mode):\
bin/magento setup:static-content:deploy
- Log in to your Magento admin panel.
- Navigate to Stores > Configuration > Justuno > General Settings.
- Enter your Justuno API Key.
- Select your preferred subdomain or justone.ai.
- Click on "Generate Token" to create a WooCommerce-compatible token for API authentication.
- Save the configuration.
Once installed and configured, the plugin will automatically:
- Add Justuno tracking scripts to your store
- Track product views, add to cart events, and order placements
- Provide API endpoints for Justuno to fetch product and order data
- Disable the module:
bin/magento module:disable Justuno_M2
- Remove the module files:
- If installed via Composer:
composer remove justuno/module-m2
- If installed manually, remove the
app/code/Justuno/M2/
directory.
- Remove the module from the database:
bin/magento setup:upgrade
- Clean up the compiled code and generated files:
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
This plugin is released under the OSL-3.0 License.