amazd / integration
N/A
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
This package is not auto-updated.
Last update: 2025-06-25 02:52:24 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