The Product Sticker extension adds promotion stickers to products.
Contact DeveloperThe Product Sticker extension adds promotion stickers to products. With the extension, an administrator can manage stickers and assign to products and categories.
Every sticker consist of label, width, height and sticker image. Extension allows you to create your own design and specify the background and text color for your sticker. To display sticker on frontend you should assign it to rules. The Product Sticker provides two types of rules:
The Product Sticker extension provides another easy way to apply stickers. You can assign your stickers to product on Product Edit page in admin. The same with category entity. You can assign your stickers to category on Category Edit page.
In SSH console of your server navigate to your store root folder:
cd /path/to/store/root/folder
Enable Product Sticker extension:
php bin/magento module:enable MageKey_ProductSticker -c
Upgrade magento system to apply Product Sticker extension:
php -f bin/magento setup:upgrade
Deploy static view files:
php -f bin/magento setup:static-content:deploy
The Product Sticker extension adds promotion stickers to products. With the extension, an administrator can manage stickers and assign to products and categories.
The Product Sticker introduces its sections under Products > Product Stickers menu. The extension comes with 2 sections:
To create a new sticker navigate to Products > Product Stickers > Stickers section.
To create a new sticker click Add Sticker button.
The New Sticker screen is represented with three settings blocks: General Information, Sticker Design and Sticker Rules
To create a new rule navigate to Products > Product Stickers > Rules section.
To create a new sticker click Add Sticker button.
The Rules screen is represented with two setting blocks: General Information and Assign Stickers.
The Product Sticker extension provides another easy way to apply stickers. You can assign your stickers to product on Product Edit page in admin.
The Product Sticker extension provides another easy way to apply stickers. You can assign your stickers to category on Category Edit page in admin.