riverstone / brand
此模块允许客户轻松找到并筛选他们喜欢的品牌的产品
1.0.0
2024-09-24 11:37 UTC
Requires
- magento/framework: 102.*|103.*
README
Riverstone Shop by Brand for Magento 2
如何安装和升级 Riverstone_ShopbyBrand
1. 通过 composer 安装(推荐)
我们建议您通过 composer 安装 Riverstone_ShopbyBrand 模块。安装、更新和维护都很容易。
在 Magento 2 根目录下运行以下命令。
1.1 安装
composer require riverstone/brand
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
1.2 升级
composer update riverstone/brand
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
如果您的商店处于产品模式,请运行编译。
php bin/magento setup:di:compile