vamsik4399 / mage
导入客户
dev-main
2024-03-01 08:29 UTC
Requires
- php: ~8.0.0|8.1.0|~8.1.25
- magento/framework: 103.0.*
This package is auto-updated.
Last update: 2024-09-30 09:55:51 UTC
README
概述
从导入注册页面创建导入账户,并在管理员界面显示账户,支持编辑、添加和删除等操作。
要求
Magento开源版本(CE)2.2.x
安装
解压缩文件文件夹,并将其放置到app/code路径下
然后从命令行运行以下命令
$ php bin/magento module:enable Mage_Import $ php bin/magento setup:upgrade $ php bin/magento cache:clean
## Usage
In the Magento frontend, head to the ```Import Account``` link in header.
In the Magento admin, head to the ```Import``` menu item.