How to add labels like NEW , BEST SELLER to my products page

Anonymous
Not applicable

Is there any way to add labels like New , Best Seller to my products page in my website like this

I have added the tags New  and Best Seller to the products , but still it is not showing. Please do assist.

SITE URL :: https://itpp637zlcr0qbo1-71493648693.shopifypreview.com

 

Label.jpg

Replies 5 (5)
Dan-From-Ryviu
Shopify Partner
5481 1000 1021

Hi @Anonymous 

You can use an product labels app or customize your code to do that. 

If you do not know how to code, you can find an app from here

https://apps.shopify.com/search?q=product%20label

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

Anonymous
Not applicable

Can you share the code for that or tell me where to edit the code .

 

Thank You!!

Dan-From-Ryviu
Shopify Partner
5481 1000 1021

I can't give you the code but I can tell your steps.

Add tag new or best-seller for products that you want to show badge, go to your product list liquid file, add code to check if product contain those tags, add custom HTML badge and then you need to add customize CSS code to make badge appear in place that you want. 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

Anshul_arora
Pathfinder
124 25 10

Hello @Anonymous ,

I understand that you are looking to display the New & Best seller labels/badges on the products listed on Product Listing page.

Shopify App store provides some of the Free app for implementing the labels/badges on the products.

- https://apps.shopify.com/product-labels-badges
- https://apps.shopify.com/product-labels-by-bss
- https://apps.shopify.com/product-labels
- https://apps.shopify.com/product-labels-badges-samita
- https://apps.shopify.com/magic-badges-myshopkit


Kindly take a look and let me know if it helps you.

Thank you.

Anshul
gr_trading
Shopify Partner
1387 130 151

Hi @Anonymous 

 

Edit your main-product.liquid file put the below code to show the tag.

 

{% for t in product.tags %}

{% if t contains 'bestseller' %} 

   Bestseller 

{% endif %}

{%

endfor %}

 

You can place multiple if statement for different tags.

 

Hope this will help...

For any custom development WhatsApp or connect at Email ID: gr.trading15@gmail.com for quick consultation. | YouTube Videos
To support Buy Me a Coffee