amazd/integration

N/A

1.0.5 2022-11-29 14:35 UTC

This package is not auto-updated.

Last update: 2024-10-01 23:29:00 UTC


README

特性

  • Amazd心愿单到结账流程的集成

安装

  • 通过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
  • 从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