devhub / product-label
By using this extension, vendor(s) will be able to add ribbon(s) on the products to attract customer(s).
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:magento2-module
Requires
- php: >=7.1.0
- devhub/core: 1.0.*
README
Overview
Highlight your products with eye-catching ribbons to immediately draw customers attention to particular items. This allows you to easily inform your customers about all the upcoming or ongoing offers which ultimately helps to generate more sales.
Features
This extension will allow you to create two types of ribbons i.e. Static and Dynamic Ribbons Static Ribbons will allow you to highlight attractive Ribbons on Product and Categories Pages Dynamic Ribbons comes with an additional feature that allows you to add specific discounts (with the help of the catalog price rule) on the product along with the Ribbon
Installation
- Please run the following command
composer require devhub/core composer require devhub/product-label
- Update the composer if required
composer update
- Enable module
php bin/magento module:enable DeveloperHub_Core php bin/magento module:enable DeveloperHub_ProductLabel php bin/magento setup:upgrade php bin/magento cache:clean php bin/magento cache:flush
4.If your website is running in product mode the you need to deploy static content and then clear the cache
php bin/magento setup:static-content:deploy php bin/magento setup:di:compile
#####This extension is compatible with all the versions of Magento 2.3.* and 2.4.*. ###Tested on following instances: #####multiple instances i.e. 2.3.7-p4 and 2.4.5p1