amazd / integration
N/A
Package info
github.com/amazd-code/magento-integration
Type:magento2-module
pkg:composer/amazd/integration
1.0.5
2022-11-29 14:35 UTC
This package is not auto-updated.
Last update: 2026-03-18 05:59:40 UTC
README
Features
- Integration of Amazd wishbag-to-checkout flow
Installation
- Install via composer:
composer require amazd/integration php bin/magento module:enable Amazd_Integration php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy
- Install from Github:
git clone https://github.com/amazd-code/magento-integration
mv magento-integration {magento_root}/app/code/Amazd/Integration
cd {magento_root}
php bin/magento module:enable Amazd_Integration
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy