文件名称:magento2-b2butils:Magento 2的B2B实用程序
文件大小:28KB
文件格式:ZIP
更新时间:2024-05-20 18:19:46
magento2 b2b PHP
Magento 2 B2B实用程序 Magento 2的B2B实用程序模块。 系统要求 此扩展支持以下版本的Magento: 社区版(CE)版本2.2.x 企业版(EE)版本和2.2.x 安装 通过Composer要求模块 $ composer require aune-io/magento2-b2butils 启用模块 $ bin/magento module:enable Aune_B2bUtils $ bin/magento setup:upgrade 特征 登记批准 允许商店所有者手动批准新客户,然后他们才能成功登录。 要启用此功能: 转到商店>配置>客户>客户配置>创建新帐户选项 将“需要店主批准”设置为“是” (可选)设置收件人以进行注册通知 (可选)自定义电子邮件模板 清理配置缓存 保留价格 仅向注册/登录用户显示价格。 要启用此功能: 转到商店>配置>目录>
【文件预览】:
magento2-b2butils-master
----registration.php(163B)
----view()
--------frontend()
--------base()
----.gitignore(55B)
----Plugin()
--------Catalog()
--------Quote()
--------Customer()
----Helper()
--------Data.php(2KB)
----etc()
--------module.xml(435B)
--------config.xml(686B)
--------adminhtml()
--------frontend()
--------email_templates.xml(736B)
----.travis.yml(2KB)
----Setup()
--------InstallData.php(3KB)
--------Uninstall.php(1KB)
----composer.json(867B)
----Model()
--------Entity()
--------EmailNotification.php(7KB)
--------EmailNotificationInterface.php(746B)
----LICENSE.txt(10KB)
----Observer()
--------CustomerRegisterSuccess.php(1KB)
--------CustomerAuthenticated.php(1KB)
--------CustomerSaveAfter.php(3KB)
----README.md(2KB)
----.coveralls.yml(115B)
----Test()
--------Unit()
----phpunit.xml.dist(691B)