riverstone / product-label
Transform your online store with our Product Label extension, a powerful tool for creating eye-catching labels seamlessly integrated across your site
Package info
github.com/River-12/product-label
Type:magento2-module
pkg:composer/riverstone/product-label
1.0.1
2025-02-06 06:42 UTC
Requires
- magento/framework: 102.*|103.*
README
Riverstone Product Label for Magento 2
How to install & upgrade Riverstone_ProductLabel
1. Install via composer (recommend)
We recommend you to install Riverstone_ProductLabel module via composer. It is easy to install, update and maintaince.
Run the following command in Magento 2 root folder.
1.1 Install
composer require riverstone/product-label
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
1.2 Upgrade
composer update riverstone/product-label
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Run compile if your store in Product mode:
php bin/magento setup:di:compile