Thank you for purchasing our “Shopify Product Label & Product Badge” Apps. If you have any questions that are beyond the scope of this help file, please feel free to email via our user page contact form. Thank you so much !
Shopify Product Label & Product Badge is very important and effective App to highlight 'special' or 'new' offers on your products to catch your customer’s attention.
Shopify Product Label & Product Badge app helps you to increase your product reputation and make your store more attractive with badges inviting your customers to purchase your product.
Customers are naturally drawn their attention to the highlighted information when visiting your store. So, by this App customer can make their interest higher to a specific product when they see a special offer with attractive product badge.
By this App store owner can set Product Badge for any Specific Product with Select any Product Variant and/or for any Collection or for all Collections.
Shopify Product Label & Product Badge has powerful admin panel with lots of features with dynamic design and conditions.
Shopify Product Label & Product Badge module is more flexible and compatible with many existing modules in the Shopify repository. This Module is fully customizable. Users can easily configure the module into the new or existing Shopify store.
You can create a on sale product badge by mentioning Discount Percentage or Discount Amount. Then the badge will be shown for products which satisfy this condition (the app calculates the discount using product price and compare at price).
You can create and show badge for out of stock products. You can also show badge products which has minimum quantity (defined in badge condition).
You can create a badge for new product by defining a date range. The products which have been added / published during that period will show that badge. You can also mention a threshhold from product publish date. Example: If you set threshhold 10, that means the products which have been published during last 10 days will show this badge.
You can show badge for all products within a specific price range. For example if you set the range $50 - $100 then the products which has the price within this range will show the badge.
You can show the badges at different positions of product image like: Top Left, Top Right, Top Center, Bottom Left, Bottom Right, Bottom Center, Middle Left Middle Right, Middle Center etc.
You can show different text / discount amount etc. by using some predefined variable as described below:
If a store uses the Product Filter & Search app, then add below code snippet into BCSfFilter.prototype.buildAdditionalElements function in the bc-sf-filter.js file.
if(SCPB && SCPB.bindBadges){ SCPB.bindBadges(); }