kowal/module-infobar

将B2B客户重定向到B2B客户页面

安装: 30

依赖项: 0

建议者: 0

安全性: 0

星标: 0

Forks: 0

类型:magento2-module

1.0.6 2022-06-19 10:00 UTC

This package is auto-updated.

Last update: 2024-09-19 14:52:07 UTC


README

``kowal/module-infobar``

主要功能

将B2B客户重定向到B2B客户页面

安装

* = 在生产中请使用 --keep-generated 选项

类型1:ZIP文件

  • 将ZIP文件解压到app/code/Kowal
  • 通过运行 php bin/magento module:enable Kowal_InfoBar 启用模块
  • 通过运行 php bin/magento setup:upgrade 应用数据库更新*
  • 通过运行 php bin/magento cache:flush 清理缓存

类型2:Composer

  • 将模块发布到Composer仓库,例如
    • 私有仓库 repo.magento.com
    • 公开仓库 packagist.org
    • 公开GitHub仓库作为vcs
  • 通过运行 composer config repositories.repo.magento.com composer https://repo.magento.com/ 将Composer仓库添加到配置中
  • 通过运行 composer require kowal/module-infobar 安装模块
  • 通过运行 php bin/magento module:enable Kowal_InfoBar 启用模块
  • 通过运行 php bin/magento setup:upgrade 应用数据库更新*
  • 通过运行 php bin/magento cache:flush 清理缓存

配置

  • 启用(info_bar/settings/enable)

  • 文本(info_bar/settings/text)

  • 背景色(info_bar/settings/bgcolor)

  • 字体颜色(info_bar/settings/fontcolor)

  • 字体大小(info_bar/settings/fontsize)

规格

    • InfoBar > infobar.phtml

属性