conversify / magento2-scriptmanager
Conversify Script Manager
Installs: 5 591
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 1
Type:magento2-module
Requires
- php: ~8.0|~8.1|~8.2
- ext-json: *
- magento/framework: ^103.0
- magento/module-catalog-inventory: ^100.4
- magento/module-checkout: ^100.4
- magento/module-cookie: ^100.4
- magento/module-quote: ^101.2
Requires (Dev)
- bitexpert/phpstan-magento: ^0.30.1
- phpstan/extension-installer: ^1.3
- phpunit/phpunit: ^9
- youwe/coding-standard-magento2: ^2.0.0
- youwe/testing-suite: ^2.17
README
This plugin enables easy integration with Conversify.
Features
1 Installation
a) Manual Installation
- Download the extension
- Create a folder {Magento 2 root}/app/code/Conversify/ScriptManager
- Extract the extension in the newly created folder
b) Using Composer
Register the repository with composer:
composer config repositories.conversify-scriptmanager git https://github.com/conversify/magento2-scriptmanager composer require conversify/magento2-scriptmanager
2 Enable Conversify
Run the following in the Magento root folder:
php -f bin/magento module:enable --clear-static-content Conversify_ScriptManager php -f bin/magento setup:upgrade
3 Configure
Log into your Magento 2 Admin, then go to Stores -> Configuration -> Conversify -> Conversify Script Manager and enter your API key. An API key can be obtained by creating an account at Conversify.