justuno/magento-2-v4
最新稳定版本:4.1.4
Composer 安装命令:
composer require justuno/magento-2-v4
包简介
Justuno integration for Magento 2
关键字:
README 文档
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.
统计信息
- 总下载量: 1.06k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2024-05-29