webto / magento2-ean
不适用
1.0.3
2022-01-11 10:20 UTC
Requires
- php: ~5.5.0|~5.6.0|^7.0.0
This package is not auto-updated.
Last update: 2024-09-17 23:42:45 UTC
README
magento2-ean
- 一个 Magento 2 模块
此模块为 EAN 支付添加了一个新的离线支付选项。
安装
模块可以通过以下方式安装
-
手动将文件复制到 /app/code/Webto/EAN/ 或使用 git clone
-
将 git 添加到 composer 仓库,并使用 composer 进行安装
Composer 设置
该扩展可在 Composer 仓库中找到。
composer require webto/magento2-ean
Magento 设置
安装后,在 Magento 中启用该模块并清除缓存。
php bin/magento module:enable Webto_EAN
php bin/magento setup:upgrade
清除缓存