riverstone / product-label
使用我们的产品标签扩展程序,将您的在线商店转变为一个引人注目的平台,该扩展程序是一个强大的工具,可无缝集成到您的网站中
1.0.0
2024-01-04 07:56 UTC
Requires
- magento/framework: 102.*|103.*
README
Riverstone Product Label for Magento 2
如何安装和升级 Riverstone_ProductLabel
1. 通过 composer 安装(推荐)
我们建议您通过 composer 安装 Riverstone_ProductLabel 模块。它易于安装、更新和维护。
在 Magento 2 根目录下运行以下命令。
1.1 安装
composer require riverstone/product-label
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
1.2 升级
composer update riverstone/product-label
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
如果您的商店处于产品模式,请运行编译命令
php bin/magento setup:di:compile