madkting / magento2-module
Allows you connect your Madkting account with your Magento store
Package info
bitbucket.org/madkting/magento-2
Type:magento2-component
pkg:composer/madkting/magento2-module
2.4.9
2026-02-25 18:21 UTC
Requires
- madkting/sdk-php: 2.0.4
This package is auto-updated.
Last update: 2026-05-25 19:09:51 UTC
README
Connect and synchronize your Magento 2 store with the biggest online Marketplaces in LATAM.
NOTE: This module is only for Magento 2.1+ versions, if you want it for Magento 2.0.x you can find it in https://bitbucket.org/madkting/magento-2.0
Installation
Add the dependency in your composer config
composer require madkting/magento2-moduleEnable it in Magento
php bin/magento module:enable Madkting_ConnectUpgrade your Magento DB
php bin/magento setup:upgrade
Updates
Update the dependency in your composer config
composer update madkting/magento2-module --with-dependenciesUpgrade your Magento DB
php bin/magento setup:upgrade