justuno / magento-2-v4
Justuno integration for Magento 2
Installs: 127
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 2
Type:magento2-module
Requires
- php: ~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.1.0
This package is auto-updated.
Last update: 2024-10-28 15:21:04 UTC
README
This plugin integrates Justuno with your Magento 2 store, allowing you to use Justuno's marketing and conversion optimization tools.
Installation
Via Composer (Recommended)
- 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
Manual Installation
- 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
Setup and Configuration
- 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.
Usage
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
Uninstallation
- 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
License
This plugin is released under the OSL-3.0 License.