SlideShare a Scribd company logo
1 of 21
Download to read offline
User Guide: Product Labels
Page 1
Product Labels
Support: http://amasty.com/support.html
Magento Extension
User Guide
Official extension page: Product Labels
Table of contents:
1. Extension setting ..……....……………...……………………………………….. 3
2. Creation of product labels .………………………..………………………….. 4
3. General label properties .…………………………..………………………….. 5
4. Text and images for labels .………………………..………………………….. 6
5. Conditions for label display ..……………………..………………………….. 8
6. Assign labels to individual products ………………………………………. 13
7. Front end examples …………..……………………..………………………….. 14
Page 2
Support: http://amasty.com/support.html
User Guide: Product Labels
Page 3
Support: http://amasty.com/support.html
Extension setting can be
found in admin panel ->
System -> Configuration ->
Product Labels.
At the configuration page you can specify
the minimal discount amount for display
of labels, which use ‘On Sale’ condition.
Please be aware this is a flat amount, not
percent.
1. Extension settings
To specify the minimal
percent discount please
use ‘Minimal discount
percentage’ setting.
User Guide: Product Labels
Page 4
Support: http://amasty.com/support.html
1. Extension settings
In some cases discounts can be
decimal, so the extension lets you
round them to a whole number.
You can use three algorithms:
1. To next lowest integer. With
this algorithm 20.3 will be
rounded to 20
2. Mathematical rounding. 20.4
will be rounded to 20 and 20.6
will be rounded to 21.
3. To next highest integer. 20.3
will be rounded to 21.
User Guide: Product Labels
Page 5
Support: http://amasty.com/support.html
1. Extension settings
You can choose options for the
‘Is New’ condition. If you set
this option to ‘Yes’, the
extension will consider
products as new between ‘New
from Date’ and ‘New to Date’.
Alternatively you can choose the
products to be new a certain
amount of days after creation
date. For please set ‘Use
Creation Date’ to yes and specify
the desired number of days in
the ‘Product is new threshold’.
User Guide: Product Labels
Page 6
Support: http://amasty.com/support.html
To create labels please go
to admin panel -> Catalog
-> Product Labels.
To add a new label press
‘Add Label’ button.
2. Creation of product labels
User Guide: Product Labels
Page 7
Support: http://amasty.com/support.html
3. General label properties
Use the ‘Priority’ field to
manage order in which the
labels are applied to products.
The highest priority is zero.
Set this option to “Yes’ if you
would like to hide this label,
when a label of higher priority is
already applied to the products.
User Guide: Product Labels
Page 8
Support: http://amasty.com/support.html
4. Text and images for labels
At the images tab you can indicate the text that should be displayed
on the label. It is not mandatory to specify the text.
You can utilize following variables in the label texts:
- {ATTR:code} - with this variable you can display value of any attribute in
the label text. Please replace 'code' with the code of the actual attribute. For
example, {ATTR:manufacturer} would display the product manufacturer.
- {SAVE_PERCENT}. Saving percentage, it's the percentage margin
between regular price and special price. If you specify in admin panel 'Sale!
{SAVE_PERCENT} OFF!', on front end it will be 'Sale! X% OFF!', X
stands for the percent number.
- {SAVE_AMOUNT}. Flat savings amount, represents flat difference
between regular price and special price. So 'Save {SAVE_AMOUNT}!'
results into 'Save $X!'. X is the amount, '$' sign will be automatically replaced
with the symbol of your currency.
- {PRICE} displays regular price.
- {SPECIAL_PRICE} displays special price.
- {NEW_FOR} shows how many days ago a product was added. 'NEW!
Arrived just {NEW_FOR} days ago!' will be shown as 'NEW! Arrived
just X days ago!', where X is the amount of days.
- {SKU} displays product SKU.
- {BR} - new line. The extension automatically breaks messages into several
lines if they are too long. If you need to display some word or phrase in a
separate line, please use {BR} variable.
User Guide: Product Labels
Page 9
Support: http://amasty.com/support.html
4. Text and images for labels
Also at the ‘Images’ tab you
can upload images for labels.
Either use your own images
or the ones provided with the
extension.
You can use different images
for category and product
pages (e.g smaller image for
category page and a bigger
one for product page).
It is possible to choose label
position both for product and
for category pages.
User Guide: Product Labels
Page 10
Support: http://amasty.com/support.html
At the ‘Conditions’ tab you can specify
to which products to apply the label:
1. If you select option ‘All matching
products and SKUs listed below’, the
label will be applied to all products
which meet the conditions specified at
this tab and also to the products, SKUs
of which are indicated in ‘SKUs’ field.
2. If you select option ‘All matching
products except SKUs listed below’,
the label will be applied to all products
which meet the conditions specified at
this tab, however will not be applied
to the products, SKUs of which are
indicated in ‘SKUs’ field.
3. If you select option ‘SKUs listed
below only’, the label will be applied
only to the the products, SKUs of
which are indicated in ‘SKUs’ field.
5. Conditions for label display
User Guide: Product Labels
Page 11
Support: http://amasty.com/support.html
For ‘Is New’ option you can select:
1. ‘Does not matter’. In this case the
option will be ignored.
2. ‘Yes’. The label will be applied only
to products that are set as new.
3. ‘No’. The label will be applied only to
products that are NOT set as new.
For ‘Is on Sale’ option you can select:
1. ‘Does not matter’. In this case the
option will be ignored.
2. ‘Yes’. The label will be applied only
to products that have special price and
the discount amount is higher than
specified at the configuration page.
3. ‘No’. The label will be applied only to
products that do not have a special
price.
For ‘Status’ option you can select:
1. ‘Does not matter’. In this case the
option will be ignored.
2. ‘In Stock’. The label will be applied
only to products that are set as ‘in
stock’.
3. ‘Out of Stock’. The label will be
applied only to products which have
‘out of stock’ status.
5. Conditions for label display
User Guide: Product Labels
Page 12
Support: http://amasty.com/support.html
You can choose to products
of which category the label
should be applied.
5. Conditions for label display
User Guide: Product Labels
Page 13
Support: http://amasty.com/support.html
You can also choose to
products with what attribute
to add the label (dropdown
and multiple select attributes
are available here).
5. Conditions for label display
User Guide: Product Labels
Page 14
Support: http://amasty.com/support.html
After you choose the attribute,
you can also select to products
with which attribute value to
apply the label.
5. Conditions for label display
User Guide: Product Labels
Page 15
Support: http://amasty.com/support.html
You can specify dates and
even time for label display.
5. Conditions for label display
In addition, you can choose the
price range of the products for
which the label should be
displayed, e.g. for products
with price between 50 and 150.
User Guide: Product Labels
Page 16
Support: http://amasty.com/support.html
You can choose which price should be
used for the price range feature, e.g.
special price, based price (the one
specified in the ‘price’ field), final
price (price with all options), etc.
5. Conditions for label display
User Guide: Product Labels
Page 17
Support: http://amasty.com/support.html
It is possible to indicate the
customer groups to which the
label should be displayed.
5. Conditions for label display
User Guide: Product Labels
Page 18
Support: http://amasty.com/support.html
It is possible to assign
labels to individual
products when editing
products in admin panel.
6. Assign labels to individual products
User Guide: Product Labels
Page 19
Support: http://amasty.com/support.html
7. Front end examples
Here’s an example of
labels on category page.
User Guide: Product Labels
Page 20
Support: http://amasty.com/support.html
Here’s an example of
label on product page.
7. Front end examples
User Guide: Product Labels
Thank you!
Your feedback is absolutely welcome!
Page 21
Should you have any questions or feature suggestions, please contact us at:
http://amasty.com/support.html
Support: http://amasty.com/support.html
User Guide: Product Labels

More Related Content

What's hot

A/B Testing Magento Extension by Amasty | User Guide
A/B Testing Magento Extension by Amasty | User GuideA/B Testing Magento Extension by Amasty | User Guide
A/B Testing Magento Extension by Amasty | User GuideAmasty
 
Color Swatches Pro: Magento Extension by Amasty. User Guide.
Color Swatches Pro: Magento Extension by Amasty. User Guide.Color Swatches Pro: Magento Extension by Amasty. User Guide.
Color Swatches Pro: Magento Extension by Amasty. User Guide.Amasty
 
Improved Navigation: Magento Extension by Amasty. User guide.
Improved Navigation: Magento Extension by Amasty. User guide.Improved Navigation: Magento Extension by Amasty. User guide.
Improved Navigation: Magento Extension by Amasty. User guide.Amasty
 
Magento Layered Navigation Pro user manual by Aitoc
Magento Layered Navigation Pro user manual by AitocMagento Layered Navigation Pro user manual by Aitoc
Magento Layered Navigation Pro user manual by AitocAitoc, Inc
 
Extending Magento Layered Navigation
Extending Magento Layered NavigationExtending Magento Layered Navigation
Extending Magento Layered NavigationNadia Sala
 
Introduction to Advanced Product Options
 Introduction to Advanced Product Options  Introduction to Advanced Product Options
Introduction to Advanced Product Options Ketan Raval
 
Order Memos and Attachments: Magento Extension by Amasty. User Guide
Order Memos and Attachments: Magento Extension by Amasty. User GuideOrder Memos and Attachments: Magento Extension by Amasty. User Guide
Order Memos and Attachments: Magento Extension by Amasty. User GuideAmasty
 
Review Booster User Manual by Aitoc
Review Booster User Manual by AitocReview Booster User Manual by Aitoc
Review Booster User Manual by AitocAitoc, Inc
 
Ultimate Advertising Suite: Magento Extension by Amasty: User Guide
Ultimate Advertising Suite: Magento Extension by Amasty: User GuideUltimate Advertising Suite: Magento Extension by Amasty: User Guide
Ultimate Advertising Suite: Magento Extension by Amasty: User GuideAmasty
 
Advanced Customer Segments Magento Extension by Amasty | User Guide
Advanced Customer Segments Magento Extension by Amasty | User GuideAdvanced Customer Segments Magento Extension by Amasty | User Guide
Advanced Customer Segments Magento Extension by Amasty | User GuideAmasty
 
Customer Activity Log: Magento Extension by Amasty. User Guide.
Customer Activity Log: Magento Extension by Amasty. User Guide.Customer Activity Log: Magento Extension by Amasty. User Guide.
Customer Activity Log: Magento Extension by Amasty. User Guide.Amasty
 
Customer Group Catalog: Magento Extension by Amasty. User Guide
Customer Group Catalog: Magento Extension by Amasty. User GuideCustomer Group Catalog: Magento Extension by Amasty. User Guide
Customer Group Catalog: Magento Extension by Amasty. User GuideAmasty
 
Shipping Table Rates for Magento 2 by Amasty | User Guide
Shipping Table Rates for Magento 2 by Amasty | User GuideShipping Table Rates for Magento 2 by Amasty | User Guide
Shipping Table Rates for Magento 2 by Amasty | User GuideAmasty
 
Follow up email_for_magento_2_user_guide
Follow up email_for_magento_2_user_guideFollow up email_for_magento_2_user_guide
Follow up email_for_magento_2_user_guideAmasty
 
Color Swatches Pro: Magento extension by Amasty. User Guide
Color Swatches Pro: Magento extension by Amasty. User GuideColor Swatches Pro: Magento extension by Amasty. User Guide
Color Swatches Pro: Magento extension by Amasty. User GuideAmasty
 
Create a color switcher in magento • inchoo
Create a color switcher in magento • inchooCreate a color switcher in magento • inchoo
Create a color switcher in magento • inchooS.m.sazedul Haque
 
Meta Tags Templates
Meta Tags TemplatesMeta Tags Templates
Meta Tags TemplatesAmasty
 
Flexible Menu: Magento Extension by Amasty. User Guide.
Flexible Menu: Magento Extension by Amasty. User Guide.Flexible Menu: Magento Extension by Amasty. User Guide.
Flexible Menu: Magento Extension by Amasty. User Guide.Amasty
 
Product Parts Finder for Magento 2 | User Guide
Product Parts Finder for Magento 2 | User GuideProduct Parts Finder for Magento 2 | User Guide
Product Parts Finder for Magento 2 | User GuideAmasty
 

What's hot (20)

A/B Testing Magento Extension by Amasty | User Guide
A/B Testing Magento Extension by Amasty | User GuideA/B Testing Magento Extension by Amasty | User Guide
A/B Testing Magento Extension by Amasty | User Guide
 
Color Swatches Pro: Magento Extension by Amasty. User Guide.
Color Swatches Pro: Magento Extension by Amasty. User Guide.Color Swatches Pro: Magento Extension by Amasty. User Guide.
Color Swatches Pro: Magento Extension by Amasty. User Guide.
 
Improved Navigation: Magento Extension by Amasty. User guide.
Improved Navigation: Magento Extension by Amasty. User guide.Improved Navigation: Magento Extension by Amasty. User guide.
Improved Navigation: Magento Extension by Amasty. User guide.
 
Magento Layered Navigation Pro user manual by Aitoc
Magento Layered Navigation Pro user manual by AitocMagento Layered Navigation Pro user manual by Aitoc
Magento Layered Navigation Pro user manual by Aitoc
 
Extending Magento Layered Navigation
Extending Magento Layered NavigationExtending Magento Layered Navigation
Extending Magento Layered Navigation
 
Introduction to Advanced Product Options
 Introduction to Advanced Product Options  Introduction to Advanced Product Options
Introduction to Advanced Product Options
 
Order Memos and Attachments: Magento Extension by Amasty. User Guide
Order Memos and Attachments: Magento Extension by Amasty. User GuideOrder Memos and Attachments: Magento Extension by Amasty. User Guide
Order Memos and Attachments: Magento Extension by Amasty. User Guide
 
Review Booster User Manual by Aitoc
Review Booster User Manual by AitocReview Booster User Manual by Aitoc
Review Booster User Manual by Aitoc
 
Ultimate Advertising Suite: Magento Extension by Amasty: User Guide
Ultimate Advertising Suite: Magento Extension by Amasty: User GuideUltimate Advertising Suite: Magento Extension by Amasty: User Guide
Ultimate Advertising Suite: Magento Extension by Amasty: User Guide
 
Advanced Customer Segments Magento Extension by Amasty | User Guide
Advanced Customer Segments Magento Extension by Amasty | User GuideAdvanced Customer Segments Magento Extension by Amasty | User Guide
Advanced Customer Segments Magento Extension by Amasty | User Guide
 
Customer Activity Log: Magento Extension by Amasty. User Guide.
Customer Activity Log: Magento Extension by Amasty. User Guide.Customer Activity Log: Magento Extension by Amasty. User Guide.
Customer Activity Log: Magento Extension by Amasty. User Guide.
 
Customer Group Catalog: Magento Extension by Amasty. User Guide
Customer Group Catalog: Magento Extension by Amasty. User GuideCustomer Group Catalog: Magento Extension by Amasty. User Guide
Customer Group Catalog: Magento Extension by Amasty. User Guide
 
Shipping Table Rates for Magento 2 by Amasty | User Guide
Shipping Table Rates for Magento 2 by Amasty | User GuideShipping Table Rates for Magento 2 by Amasty | User Guide
Shipping Table Rates for Magento 2 by Amasty | User Guide
 
Follow up email_for_magento_2_user_guide
Follow up email_for_magento_2_user_guideFollow up email_for_magento_2_user_guide
Follow up email_for_magento_2_user_guide
 
Color Swatches Pro: Magento extension by Amasty. User Guide
Color Swatches Pro: Magento extension by Amasty. User GuideColor Swatches Pro: Magento extension by Amasty. User Guide
Color Swatches Pro: Magento extension by Amasty. User Guide
 
Create a color switcher in magento • inchoo
Create a color switcher in magento • inchooCreate a color switcher in magento • inchoo
Create a color switcher in magento • inchoo
 
How to upload your product Qstore
How to upload your product  QstoreHow to upload your product  Qstore
How to upload your product Qstore
 
Meta Tags Templates
Meta Tags TemplatesMeta Tags Templates
Meta Tags Templates
 
Flexible Menu: Magento Extension by Amasty. User Guide.
Flexible Menu: Magento Extension by Amasty. User Guide.Flexible Menu: Magento Extension by Amasty. User Guide.
Flexible Menu: Magento Extension by Amasty. User Guide.
 
Product Parts Finder for Magento 2 | User Guide
Product Parts Finder for Magento 2 | User GuideProduct Parts Finder for Magento 2 | User Guide
Product Parts Finder for Magento 2 | User Guide
 

Similar to Product Label: Magento Extension by Amasty. User Guide.

Product feed: Magento Extension by Amasty. User Guide.
Product feed: Magento Extension by Amasty. User Guide.Product feed: Magento Extension by Amasty. User Guide.
Product feed: Magento Extension by Amasty. User Guide.Amasty
 
Storefront product guide
Storefront product guideStorefront product guide
Storefront product guideJohn Morgan
 
SEO Toolkit: Magento Extension by Amasty. User Guide.
SEO Toolkit: Magento Extension by Amasty. User Guide.SEO Toolkit: Magento Extension by Amasty. User Guide.
SEO Toolkit: Magento Extension by Amasty. User Guide.Amasty
 
MageMob Cart Android & iPhone Application to Access Magento Store
MageMob Cart Android & iPhone Application to Access Magento StoreMageMob Cart Android & iPhone Application to Access Magento Store
MageMob Cart Android & iPhone Application to Access Magento StoreBiztech Store
 
Magento 2 Advance Shop By Brand Extension
Magento 2 Advance Shop By Brand ExtensionMagento 2 Advance Shop By Brand Extension
Magento 2 Advance Shop By Brand ExtensionAppJetty
 
MageMob Cart Android & iOS Application
MageMob Cart Android & iOS ApplicationMageMob Cart Android & iOS Application
MageMob Cart Android & iOS ApplicationAppJetty
 
Google Rich Snippets: Magento Extension by Amasty
Google Rich Snippets: Magento Extension by AmastyGoogle Rich Snippets: Magento Extension by Amasty
Google Rich Snippets: Magento Extension by AmastyAmasty
 
Magento 2 Advance Shop By Brand Extension, Display Logo Slider on Store
Magento 2 Advance Shop By Brand Extension, Display Logo Slider on StoreMagento 2 Advance Shop By Brand Extension, Display Logo Slider on Store
Magento 2 Advance Shop By Brand Extension, Display Logo Slider on StoreBiztech Store
 
Magento 2 Daily Deals extension by ITORIS INC
Magento 2 Daily Deals extension by ITORIS INCMagento 2 Daily Deals extension by ITORIS INC
Magento 2 Daily Deals extension by ITORIS INCItexus LLC
 
Magento product labels extension
Magento product labels extensionMagento product labels extension
Magento product labels extensionNETBASE CMSMART
 
Customer Group Catalog for Magento 2. User Guide
Customer Group Catalog for Magento 2. User GuideCustomer Group Catalog for Magento 2. User Guide
Customer Group Catalog for Magento 2. User GuideAmasty
 
Odoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store Theme
Odoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store ThemeOdoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store Theme
Odoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store ThemeBiztech Store
 
Pre Order: Magento Extension by Amasty. User Guide.
Pre Order: Magento Extension by Amasty. User Guide.Pre Order: Magento Extension by Amasty. User Guide.
Pre Order: Magento Extension by Amasty. User Guide.Amasty
 
Advanced Reports Magento Extension by Amasty | User Guide
Advanced Reports Magento Extension by Amasty | User GuideAdvanced Reports Magento Extension by Amasty | User Guide
Advanced Reports Magento Extension by Amasty | User GuideAmasty
 
Magento 2 Grouped Promotions Extension by itoris Inc.
Magento 2 Grouped Promotions Extension by itoris Inc.Magento 2 Grouped Promotions Extension by itoris Inc.
Magento 2 Grouped Promotions Extension by itoris Inc.Itexus LLC
 
Shipping Table Rates: Extension by Amasty. User Guide.
Shipping Table Rates: Extension by Amasty. User Guide.Shipping Table Rates: Extension by Amasty. User Guide.
Shipping Table Rates: Extension by Amasty. User Guide.Amasty
 
Magento SEO Hub Extension
Magento SEO Hub ExtensionMagento SEO Hub Extension
Magento SEO Hub ExtensionAppJetty
 
Magento 2 Custom Options (Magento 2 Dynamic Product Actions) Extention by Ito...
Magento 2 Custom Options (Magento 2 Dynamic Product Actions) Extention by Ito...Magento 2 Custom Options (Magento 2 Dynamic Product Actions) Extention by Ito...
Magento 2 Custom Options (Magento 2 Dynamic Product Actions) Extention by Ito...Itexus LLC
 
Vendor Membership Addon - Magento Multi-Vendor Marketplace Addon by CedCommerce
Vendor Membership Addon - Magento Multi-Vendor Marketplace Addon by CedCommerceVendor Membership Addon - Magento Multi-Vendor Marketplace Addon by CedCommerce
Vendor Membership Addon - Magento Multi-Vendor Marketplace Addon by CedCommerceCedCommerce
 
Magento 2 Hide Pice Extension by IToris inc.
Magento 2 Hide Pice Extension by IToris inc.Magento 2 Hide Pice Extension by IToris inc.
Magento 2 Hide Pice Extension by IToris inc.Itexus LLC
 

Similar to Product Label: Magento Extension by Amasty. User Guide. (20)

Product feed: Magento Extension by Amasty. User Guide.
Product feed: Magento Extension by Amasty. User Guide.Product feed: Magento Extension by Amasty. User Guide.
Product feed: Magento Extension by Amasty. User Guide.
 
Storefront product guide
Storefront product guideStorefront product guide
Storefront product guide
 
SEO Toolkit: Magento Extension by Amasty. User Guide.
SEO Toolkit: Magento Extension by Amasty. User Guide.SEO Toolkit: Magento Extension by Amasty. User Guide.
SEO Toolkit: Magento Extension by Amasty. User Guide.
 
MageMob Cart Android & iPhone Application to Access Magento Store
MageMob Cart Android & iPhone Application to Access Magento StoreMageMob Cart Android & iPhone Application to Access Magento Store
MageMob Cart Android & iPhone Application to Access Magento Store
 
Magento 2 Advance Shop By Brand Extension
Magento 2 Advance Shop By Brand ExtensionMagento 2 Advance Shop By Brand Extension
Magento 2 Advance Shop By Brand Extension
 
MageMob Cart Android & iOS Application
MageMob Cart Android & iOS ApplicationMageMob Cart Android & iOS Application
MageMob Cart Android & iOS Application
 
Google Rich Snippets: Magento Extension by Amasty
Google Rich Snippets: Magento Extension by AmastyGoogle Rich Snippets: Magento Extension by Amasty
Google Rich Snippets: Magento Extension by Amasty
 
Magento 2 Advance Shop By Brand Extension, Display Logo Slider on Store
Magento 2 Advance Shop By Brand Extension, Display Logo Slider on StoreMagento 2 Advance Shop By Brand Extension, Display Logo Slider on Store
Magento 2 Advance Shop By Brand Extension, Display Logo Slider on Store
 
Magento 2 Daily Deals extension by ITORIS INC
Magento 2 Daily Deals extension by ITORIS INCMagento 2 Daily Deals extension by ITORIS INC
Magento 2 Daily Deals extension by ITORIS INC
 
Magento product labels extension
Magento product labels extensionMagento product labels extension
Magento product labels extension
 
Customer Group Catalog for Magento 2. User Guide
Customer Group Catalog for Magento 2. User GuideCustomer Group Catalog for Magento 2. User Guide
Customer Group Catalog for Magento 2. User Guide
 
Odoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store Theme
Odoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store ThemeOdoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store Theme
Odoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store Theme
 
Pre Order: Magento Extension by Amasty. User Guide.
Pre Order: Magento Extension by Amasty. User Guide.Pre Order: Magento Extension by Amasty. User Guide.
Pre Order: Magento Extension by Amasty. User Guide.
 
Advanced Reports Magento Extension by Amasty | User Guide
Advanced Reports Magento Extension by Amasty | User GuideAdvanced Reports Magento Extension by Amasty | User Guide
Advanced Reports Magento Extension by Amasty | User Guide
 
Magento 2 Grouped Promotions Extension by itoris Inc.
Magento 2 Grouped Promotions Extension by itoris Inc.Magento 2 Grouped Promotions Extension by itoris Inc.
Magento 2 Grouped Promotions Extension by itoris Inc.
 
Shipping Table Rates: Extension by Amasty. User Guide.
Shipping Table Rates: Extension by Amasty. User Guide.Shipping Table Rates: Extension by Amasty. User Guide.
Shipping Table Rates: Extension by Amasty. User Guide.
 
Magento SEO Hub Extension
Magento SEO Hub ExtensionMagento SEO Hub Extension
Magento SEO Hub Extension
 
Magento 2 Custom Options (Magento 2 Dynamic Product Actions) Extention by Ito...
Magento 2 Custom Options (Magento 2 Dynamic Product Actions) Extention by Ito...Magento 2 Custom Options (Magento 2 Dynamic Product Actions) Extention by Ito...
Magento 2 Custom Options (Magento 2 Dynamic Product Actions) Extention by Ito...
 
Vendor Membership Addon - Magento Multi-Vendor Marketplace Addon by CedCommerce
Vendor Membership Addon - Magento Multi-Vendor Marketplace Addon by CedCommerceVendor Membership Addon - Magento Multi-Vendor Marketplace Addon by CedCommerce
Vendor Membership Addon - Magento Multi-Vendor Marketplace Addon by CedCommerce
 
Magento 2 Hide Pice Extension by IToris inc.
Magento 2 Hide Pice Extension by IToris inc.Magento 2 Hide Pice Extension by IToris inc.
Magento 2 Hide Pice Extension by IToris inc.
 

More from Amasty

Способы оптимизации работы с памятью в Magento 2
Способы оптимизации работы с памятью в Magento 2Способы оптимизации работы с памятью в Magento 2
Способы оптимизации работы с памятью в Magento 2Amasty
 
Magento Security from Developer's and Tester's Points of View
Magento Security from Developer's and Tester's Points of ViewMagento Security from Developer's and Tester's Points of View
Magento Security from Developer's and Tester's Points of ViewAmasty
 
A joyful shopping experience. Creating e-commerce sites that are effortless t...
A joyful shopping experience. Creating e-commerce sites that are effortless t...A joyful shopping experience. Creating e-commerce sites that are effortless t...
A joyful shopping experience. Creating e-commerce sites that are effortless t...Amasty
 
Order Status for Magrnto 2 by Amasty
Order Status for Magrnto 2 by AmastyOrder Status for Magrnto 2 by Amasty
Order Status for Magrnto 2 by AmastyAmasty
 
Order Attributes for Magento 2
Order Attributes for Magento 2Order Attributes for Magento 2
Order Attributes for Magento 2Amasty
 
Edit Lock Magento Extension by Amasty | User Guide
Edit Lock Magento Extension by Amasty | User GuideEdit Lock Magento Extension by Amasty | User Guide
Edit Lock Magento Extension by Amasty | User GuideAmasty
 
Meet Magento Belarus 2015: Andrey Tataranovich
Meet Magento Belarus 2015: Andrey TataranovichMeet Magento Belarus 2015: Andrey Tataranovich
Meet Magento Belarus 2015: Andrey TataranovichAmasty
 
Meet Magento Belarus 2015: Igor Bondarenko
Meet Magento Belarus 2015: Igor BondarenkoMeet Magento Belarus 2015: Igor Bondarenko
Meet Magento Belarus 2015: Igor BondarenkoAmasty
 
Meet Magento Belarus 2015: Kristina Pototskaya
Meet Magento Belarus 2015: Kristina PototskayaMeet Magento Belarus 2015: Kristina Pototskaya
Meet Magento Belarus 2015: Kristina PototskayaAmasty
 
Meet Magento Belarus 2015: Mladen Ristić
Meet Magento Belarus 2015: Mladen RistićMeet Magento Belarus 2015: Mladen Ristić
Meet Magento Belarus 2015: Mladen RistićAmasty
 
Meet Magento Belarus 2015: Uladzimir Kalashnikau
Meet Magento Belarus 2015: Uladzimir KalashnikauMeet Magento Belarus 2015: Uladzimir Kalashnikau
Meet Magento Belarus 2015: Uladzimir KalashnikauAmasty
 
Meet Magento Belarus 2015: Jurģis Lukss
Meet Magento Belarus 2015: Jurģis LukssMeet Magento Belarus 2015: Jurģis Lukss
Meet Magento Belarus 2015: Jurģis LukssAmasty
 
Meet Magento Belarus 2015: Sergey Lysak
Meet Magento Belarus 2015: Sergey LysakMeet Magento Belarus 2015: Sergey Lysak
Meet Magento Belarus 2015: Sergey LysakAmasty
 
Meet Magento Belarus 2015: Denis Bosak
Meet Magento Belarus 2015: Denis BosakMeet Magento Belarus 2015: Denis Bosak
Meet Magento Belarus 2015: Denis BosakAmasty
 
Store Credit Magento Extension by Amasty | User Guide
Store Credit Magento Extension by Amasty | User GuideStore Credit Magento Extension by Amasty | User Guide
Store Credit Magento Extension by Amasty | User GuideAmasty
 
Order Archive Magento Extension by Amasty | User Guide
Order Archive Magento Extension by Amasty | User GuideOrder Archive Magento Extension by Amasty | User Guide
Order Archive Magento Extension by Amasty | User GuideAmasty
 
Meet Magento Belarus - Viacheslav Kravchuk
Meet Magento Belarus - Viacheslav KravchukMeet Magento Belarus - Viacheslav Kravchuk
Meet Magento Belarus - Viacheslav KravchukAmasty
 
Meet Magento Belarus - Thomas Fleck
Meet Magento Belarus - Thomas FleckMeet Magento Belarus - Thomas Fleck
Meet Magento Belarus - Thomas FleckAmasty
 
Meet Magento Belarus - Elena Leonova
Meet Magento Belarus - Elena LeonovaMeet Magento Belarus - Elena Leonova
Meet Magento Belarus - Elena LeonovaAmasty
 
Meet Magento Belarus - Sergey Ivashchenko
Meet Magento Belarus - Sergey IvashchenkoMeet Magento Belarus - Sergey Ivashchenko
Meet Magento Belarus - Sergey IvashchenkoAmasty
 

More from Amasty (20)

Способы оптимизации работы с памятью в Magento 2
Способы оптимизации работы с памятью в Magento 2Способы оптимизации работы с памятью в Magento 2
Способы оптимизации работы с памятью в Magento 2
 
Magento Security from Developer's and Tester's Points of View
Magento Security from Developer's and Tester's Points of ViewMagento Security from Developer's and Tester's Points of View
Magento Security from Developer's and Tester's Points of View
 
A joyful shopping experience. Creating e-commerce sites that are effortless t...
A joyful shopping experience. Creating e-commerce sites that are effortless t...A joyful shopping experience. Creating e-commerce sites that are effortless t...
A joyful shopping experience. Creating e-commerce sites that are effortless t...
 
Order Status for Magrnto 2 by Amasty
Order Status for Magrnto 2 by AmastyOrder Status for Magrnto 2 by Amasty
Order Status for Magrnto 2 by Amasty
 
Order Attributes for Magento 2
Order Attributes for Magento 2Order Attributes for Magento 2
Order Attributes for Magento 2
 
Edit Lock Magento Extension by Amasty | User Guide
Edit Lock Magento Extension by Amasty | User GuideEdit Lock Magento Extension by Amasty | User Guide
Edit Lock Magento Extension by Amasty | User Guide
 
Meet Magento Belarus 2015: Andrey Tataranovich
Meet Magento Belarus 2015: Andrey TataranovichMeet Magento Belarus 2015: Andrey Tataranovich
Meet Magento Belarus 2015: Andrey Tataranovich
 
Meet Magento Belarus 2015: Igor Bondarenko
Meet Magento Belarus 2015: Igor BondarenkoMeet Magento Belarus 2015: Igor Bondarenko
Meet Magento Belarus 2015: Igor Bondarenko
 
Meet Magento Belarus 2015: Kristina Pototskaya
Meet Magento Belarus 2015: Kristina PototskayaMeet Magento Belarus 2015: Kristina Pototskaya
Meet Magento Belarus 2015: Kristina Pototskaya
 
Meet Magento Belarus 2015: Mladen Ristić
Meet Magento Belarus 2015: Mladen RistićMeet Magento Belarus 2015: Mladen Ristić
Meet Magento Belarus 2015: Mladen Ristić
 
Meet Magento Belarus 2015: Uladzimir Kalashnikau
Meet Magento Belarus 2015: Uladzimir KalashnikauMeet Magento Belarus 2015: Uladzimir Kalashnikau
Meet Magento Belarus 2015: Uladzimir Kalashnikau
 
Meet Magento Belarus 2015: Jurģis Lukss
Meet Magento Belarus 2015: Jurģis LukssMeet Magento Belarus 2015: Jurģis Lukss
Meet Magento Belarus 2015: Jurģis Lukss
 
Meet Magento Belarus 2015: Sergey Lysak
Meet Magento Belarus 2015: Sergey LysakMeet Magento Belarus 2015: Sergey Lysak
Meet Magento Belarus 2015: Sergey Lysak
 
Meet Magento Belarus 2015: Denis Bosak
Meet Magento Belarus 2015: Denis BosakMeet Magento Belarus 2015: Denis Bosak
Meet Magento Belarus 2015: Denis Bosak
 
Store Credit Magento Extension by Amasty | User Guide
Store Credit Magento Extension by Amasty | User GuideStore Credit Magento Extension by Amasty | User Guide
Store Credit Magento Extension by Amasty | User Guide
 
Order Archive Magento Extension by Amasty | User Guide
Order Archive Magento Extension by Amasty | User GuideOrder Archive Magento Extension by Amasty | User Guide
Order Archive Magento Extension by Amasty | User Guide
 
Meet Magento Belarus - Viacheslav Kravchuk
Meet Magento Belarus - Viacheslav KravchukMeet Magento Belarus - Viacheslav Kravchuk
Meet Magento Belarus - Viacheslav Kravchuk
 
Meet Magento Belarus - Thomas Fleck
Meet Magento Belarus - Thomas FleckMeet Magento Belarus - Thomas Fleck
Meet Magento Belarus - Thomas Fleck
 
Meet Magento Belarus - Elena Leonova
Meet Magento Belarus - Elena LeonovaMeet Magento Belarus - Elena Leonova
Meet Magento Belarus - Elena Leonova
 
Meet Magento Belarus - Sergey Ivashchenko
Meet Magento Belarus - Sergey IvashchenkoMeet Magento Belarus - Sergey Ivashchenko
Meet Magento Belarus - Sergey Ivashchenko
 

Recently uploaded

Factors-Influencing-Branding-Strategies.pptx
Factors-Influencing-Branding-Strategies.pptxFactors-Influencing-Branding-Strategies.pptx
Factors-Influencing-Branding-Strategies.pptxVikasTiwari846641
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...aditipandeya
 
Google 3rd-Party Cookie Deprecation [Update] + 5 Best Strategies
Google 3rd-Party Cookie Deprecation [Update] + 5 Best StrategiesGoogle 3rd-Party Cookie Deprecation [Update] + 5 Best Strategies
Google 3rd-Party Cookie Deprecation [Update] + 5 Best StrategiesSearch Engine Journal
 
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024Richard Ingilby
 
Aryabhata I, II of mathematics of both.pptx
Aryabhata I, II of mathematics of both.pptxAryabhata I, II of mathematics of both.pptx
Aryabhata I, II of mathematics of both.pptxtegevi9289
 
April 2024 - VBOUT Partners Meeting Group
April 2024 - VBOUT Partners Meeting GroupApril 2024 - VBOUT Partners Meeting Group
April 2024 - VBOUT Partners Meeting GroupVbout.com
 
Defining Marketing for the 21st Century,kotler
Defining Marketing for the 21st Century,kotlerDefining Marketing for the 21st Century,kotler
Defining Marketing for the 21st Century,kotlerAmirNasiruog
 
Brighton SEO April 2024 - The Good, the Bad & the Ugly of SEO Success
Brighton SEO April 2024 - The Good, the Bad & the Ugly of SEO SuccessBrighton SEO April 2024 - The Good, the Bad & the Ugly of SEO Success
Brighton SEO April 2024 - The Good, the Bad & the Ugly of SEO SuccessVarn
 
Enjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort ServiceDelhi Call girls
 
Avoid the 2025 web accessibility rush: do not fear WCAG compliance
Avoid the 2025 web accessibility rush: do not fear WCAG complianceAvoid the 2025 web accessibility rush: do not fear WCAG compliance
Avoid the 2025 web accessibility rush: do not fear WCAG complianceDamien ROBERT
 
GreenSEO April 2024: Join the Green Web Revolution
GreenSEO April 2024: Join the Green Web RevolutionGreenSEO April 2024: Join the Green Web Revolution
GreenSEO April 2024: Join the Green Web RevolutionWilliam Barnes
 
Call Us ➥9654467111▻Call Girls In Delhi NCR
Call Us ➥9654467111▻Call Girls In Delhi NCRCall Us ➥9654467111▻Call Girls In Delhi NCR
Call Us ➥9654467111▻Call Girls In Delhi NCRSapana Sha
 
How videos can elevate your Google rankings and improve your EEAT - Benjamin ...
How videos can elevate your Google rankings and improve your EEAT - Benjamin ...How videos can elevate your Google rankings and improve your EEAT - Benjamin ...
How videos can elevate your Google rankings and improve your EEAT - Benjamin ...Benjamin Szturmaj
 
How to utilize calculated properties in your HubSpot setups
How to utilize calculated properties in your HubSpot setupsHow to utilize calculated properties in your HubSpot setups
How to utilize calculated properties in your HubSpot setupsssuser4571da
 

Recently uploaded (20)

Factors-Influencing-Branding-Strategies.pptx
Factors-Influencing-Branding-Strategies.pptxFactors-Influencing-Branding-Strategies.pptx
Factors-Influencing-Branding-Strategies.pptx
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...
 
Google 3rd-Party Cookie Deprecation [Update] + 5 Best Strategies
Google 3rd-Party Cookie Deprecation [Update] + 5 Best StrategiesGoogle 3rd-Party Cookie Deprecation [Update] + 5 Best Strategies
Google 3rd-Party Cookie Deprecation [Update] + 5 Best Strategies
 
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
 
Top 5 Breakthrough AI Innovations Elevating Content Creation and Personalizat...
Top 5 Breakthrough AI Innovations Elevating Content Creation and Personalizat...Top 5 Breakthrough AI Innovations Elevating Content Creation and Personalizat...
Top 5 Breakthrough AI Innovations Elevating Content Creation and Personalizat...
 
Aryabhata I, II of mathematics of both.pptx
Aryabhata I, II of mathematics of both.pptxAryabhata I, II of mathematics of both.pptx
Aryabhata I, II of mathematics of both.pptx
 
April 2024 - VBOUT Partners Meeting Group
April 2024 - VBOUT Partners Meeting GroupApril 2024 - VBOUT Partners Meeting Group
April 2024 - VBOUT Partners Meeting Group
 
Defining Marketing for the 21st Century,kotler
Defining Marketing for the 21st Century,kotlerDefining Marketing for the 21st Century,kotler
Defining Marketing for the 21st Century,kotler
 
Brighton SEO April 2024 - The Good, the Bad & the Ugly of SEO Success
Brighton SEO April 2024 - The Good, the Bad & the Ugly of SEO SuccessBrighton SEO April 2024 - The Good, the Bad & the Ugly of SEO Success
Brighton SEO April 2024 - The Good, the Bad & the Ugly of SEO Success
 
Enjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort Service
 
Avoid the 2025 web accessibility rush: do not fear WCAG compliance
Avoid the 2025 web accessibility rush: do not fear WCAG complianceAvoid the 2025 web accessibility rush: do not fear WCAG compliance
Avoid the 2025 web accessibility rush: do not fear WCAG compliance
 
The Future of Brands on LinkedIn - Alison Kaltman
The Future of Brands on LinkedIn - Alison KaltmanThe Future of Brands on LinkedIn - Alison Kaltman
The Future of Brands on LinkedIn - Alison Kaltman
 
GreenSEO April 2024: Join the Green Web Revolution
GreenSEO April 2024: Join the Green Web RevolutionGreenSEO April 2024: Join the Green Web Revolution
GreenSEO April 2024: Join the Green Web Revolution
 
Brand Strategy Master Class - Juntae DeLane
Brand Strategy Master Class - Juntae DeLaneBrand Strategy Master Class - Juntae DeLane
Brand Strategy Master Class - Juntae DeLane
 
Call Us ➥9654467111▻Call Girls In Delhi NCR
Call Us ➥9654467111▻Call Girls In Delhi NCRCall Us ➥9654467111▻Call Girls In Delhi NCR
Call Us ➥9654467111▻Call Girls In Delhi NCR
 
How videos can elevate your Google rankings and improve your EEAT - Benjamin ...
How videos can elevate your Google rankings and improve your EEAT - Benjamin ...How videos can elevate your Google rankings and improve your EEAT - Benjamin ...
How videos can elevate your Google rankings and improve your EEAT - Benjamin ...
 
No Cookies No Problem - Steve Krull, Be Found Online
No Cookies No Problem - Steve Krull, Be Found OnlineNo Cookies No Problem - Steve Krull, Be Found Online
No Cookies No Problem - Steve Krull, Be Found Online
 
How to utilize calculated properties in your HubSpot setups
How to utilize calculated properties in your HubSpot setupsHow to utilize calculated properties in your HubSpot setups
How to utilize calculated properties in your HubSpot setups
 
Creator Influencer Strategy Master Class - Corinne Rose Guirgis
Creator Influencer Strategy Master Class - Corinne Rose GuirgisCreator Influencer Strategy Master Class - Corinne Rose Guirgis
Creator Influencer Strategy Master Class - Corinne Rose Guirgis
 
SEO Master Class - Steve Wiideman, Wiideman Consulting Group
SEO Master Class - Steve Wiideman, Wiideman Consulting GroupSEO Master Class - Steve Wiideman, Wiideman Consulting Group
SEO Master Class - Steve Wiideman, Wiideman Consulting Group
 

Product Label: Magento Extension by Amasty. User Guide.

  • 1. User Guide: Product Labels Page 1 Product Labels Support: http://amasty.com/support.html Magento Extension User Guide Official extension page: Product Labels
  • 2. Table of contents: 1. Extension setting ..……....……………...……………………………………….. 3 2. Creation of product labels .………………………..………………………….. 4 3. General label properties .…………………………..………………………….. 5 4. Text and images for labels .………………………..………………………….. 6 5. Conditions for label display ..……………………..………………………….. 8 6. Assign labels to individual products ………………………………………. 13 7. Front end examples …………..……………………..………………………….. 14 Page 2 Support: http://amasty.com/support.html User Guide: Product Labels
  • 3. Page 3 Support: http://amasty.com/support.html Extension setting can be found in admin panel -> System -> Configuration -> Product Labels. At the configuration page you can specify the minimal discount amount for display of labels, which use ‘On Sale’ condition. Please be aware this is a flat amount, not percent. 1. Extension settings To specify the minimal percent discount please use ‘Minimal discount percentage’ setting. User Guide: Product Labels
  • 4. Page 4 Support: http://amasty.com/support.html 1. Extension settings In some cases discounts can be decimal, so the extension lets you round them to a whole number. You can use three algorithms: 1. To next lowest integer. With this algorithm 20.3 will be rounded to 20 2. Mathematical rounding. 20.4 will be rounded to 20 and 20.6 will be rounded to 21. 3. To next highest integer. 20.3 will be rounded to 21. User Guide: Product Labels
  • 5. Page 5 Support: http://amasty.com/support.html 1. Extension settings You can choose options for the ‘Is New’ condition. If you set this option to ‘Yes’, the extension will consider products as new between ‘New from Date’ and ‘New to Date’. Alternatively you can choose the products to be new a certain amount of days after creation date. For please set ‘Use Creation Date’ to yes and specify the desired number of days in the ‘Product is new threshold’. User Guide: Product Labels
  • 6. Page 6 Support: http://amasty.com/support.html To create labels please go to admin panel -> Catalog -> Product Labels. To add a new label press ‘Add Label’ button. 2. Creation of product labels User Guide: Product Labels
  • 7. Page 7 Support: http://amasty.com/support.html 3. General label properties Use the ‘Priority’ field to manage order in which the labels are applied to products. The highest priority is zero. Set this option to “Yes’ if you would like to hide this label, when a label of higher priority is already applied to the products. User Guide: Product Labels
  • 8. Page 8 Support: http://amasty.com/support.html 4. Text and images for labels At the images tab you can indicate the text that should be displayed on the label. It is not mandatory to specify the text. You can utilize following variables in the label texts: - {ATTR:code} - with this variable you can display value of any attribute in the label text. Please replace 'code' with the code of the actual attribute. For example, {ATTR:manufacturer} would display the product manufacturer. - {SAVE_PERCENT}. Saving percentage, it's the percentage margin between regular price and special price. If you specify in admin panel 'Sale! {SAVE_PERCENT} OFF!', on front end it will be 'Sale! X% OFF!', X stands for the percent number. - {SAVE_AMOUNT}. Flat savings amount, represents flat difference between regular price and special price. So 'Save {SAVE_AMOUNT}!' results into 'Save $X!'. X is the amount, '$' sign will be automatically replaced with the symbol of your currency. - {PRICE} displays regular price. - {SPECIAL_PRICE} displays special price. - {NEW_FOR} shows how many days ago a product was added. 'NEW! Arrived just {NEW_FOR} days ago!' will be shown as 'NEW! Arrived just X days ago!', where X is the amount of days. - {SKU} displays product SKU. - {BR} - new line. The extension automatically breaks messages into several lines if they are too long. If you need to display some word or phrase in a separate line, please use {BR} variable. User Guide: Product Labels
  • 9. Page 9 Support: http://amasty.com/support.html 4. Text and images for labels Also at the ‘Images’ tab you can upload images for labels. Either use your own images or the ones provided with the extension. You can use different images for category and product pages (e.g smaller image for category page and a bigger one for product page). It is possible to choose label position both for product and for category pages. User Guide: Product Labels
  • 10. Page 10 Support: http://amasty.com/support.html At the ‘Conditions’ tab you can specify to which products to apply the label: 1. If you select option ‘All matching products and SKUs listed below’, the label will be applied to all products which meet the conditions specified at this tab and also to the products, SKUs of which are indicated in ‘SKUs’ field. 2. If you select option ‘All matching products except SKUs listed below’, the label will be applied to all products which meet the conditions specified at this tab, however will not be applied to the products, SKUs of which are indicated in ‘SKUs’ field. 3. If you select option ‘SKUs listed below only’, the label will be applied only to the the products, SKUs of which are indicated in ‘SKUs’ field. 5. Conditions for label display User Guide: Product Labels
  • 11. Page 11 Support: http://amasty.com/support.html For ‘Is New’ option you can select: 1. ‘Does not matter’. In this case the option will be ignored. 2. ‘Yes’. The label will be applied only to products that are set as new. 3. ‘No’. The label will be applied only to products that are NOT set as new. For ‘Is on Sale’ option you can select: 1. ‘Does not matter’. In this case the option will be ignored. 2. ‘Yes’. The label will be applied only to products that have special price and the discount amount is higher than specified at the configuration page. 3. ‘No’. The label will be applied only to products that do not have a special price. For ‘Status’ option you can select: 1. ‘Does not matter’. In this case the option will be ignored. 2. ‘In Stock’. The label will be applied only to products that are set as ‘in stock’. 3. ‘Out of Stock’. The label will be applied only to products which have ‘out of stock’ status. 5. Conditions for label display User Guide: Product Labels
  • 12. Page 12 Support: http://amasty.com/support.html You can choose to products of which category the label should be applied. 5. Conditions for label display User Guide: Product Labels
  • 13. Page 13 Support: http://amasty.com/support.html You can also choose to products with what attribute to add the label (dropdown and multiple select attributes are available here). 5. Conditions for label display User Guide: Product Labels
  • 14. Page 14 Support: http://amasty.com/support.html After you choose the attribute, you can also select to products with which attribute value to apply the label. 5. Conditions for label display User Guide: Product Labels
  • 15. Page 15 Support: http://amasty.com/support.html You can specify dates and even time for label display. 5. Conditions for label display In addition, you can choose the price range of the products for which the label should be displayed, e.g. for products with price between 50 and 150. User Guide: Product Labels
  • 16. Page 16 Support: http://amasty.com/support.html You can choose which price should be used for the price range feature, e.g. special price, based price (the one specified in the ‘price’ field), final price (price with all options), etc. 5. Conditions for label display User Guide: Product Labels
  • 17. Page 17 Support: http://amasty.com/support.html It is possible to indicate the customer groups to which the label should be displayed. 5. Conditions for label display User Guide: Product Labels
  • 18. Page 18 Support: http://amasty.com/support.html It is possible to assign labels to individual products when editing products in admin panel. 6. Assign labels to individual products User Guide: Product Labels
  • 19. Page 19 Support: http://amasty.com/support.html 7. Front end examples Here’s an example of labels on category page. User Guide: Product Labels
  • 20. Page 20 Support: http://amasty.com/support.html Here’s an example of label on product page. 7. Front end examples User Guide: Product Labels
  • 21. Thank you! Your feedback is absolutely welcome! Page 21 Should you have any questions or feature suggestions, please contact us at: http://amasty.com/support.html Support: http://amasty.com/support.html User Guide: Product Labels