I Would Like To Install A 'New' Tag On Products

Solved
BOOST1
Tourist
22 0 2

Hello

 

Is it possible, or can someone help me to install a 'new' tag on new products, something like this? 

new.png

Accepted Solution (1)
Anshul_arora
Trailblazer
131 25 10

This is an accepted solution.

Hello @BOOST1 ,

I understand you are looking to add 'New' tag on your products in product listing page.

You can add 'New' badge or many other badges in your products with the help of below mentioned Free Shopify App. Kindly take a look -:

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

I hope the app helps you.

Please let me know if you have any other query.

Thank you.

Anshul

View solution in original post

Replies 4 (4)
laddisahsi
Shopify Partner
321 33 36

Hi @BOOST1 

Shopify show the new tag badge for all new products which added within 30 Days.

Please check card-product.liquid is there badges code added or not

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!
BOOST1
Tourist
22 0 2

This is not added, what do i do?

laddisahsi
Shopify Partner
321 33 36

Hi @BOOST1 

Please add this code on line number 122

<div class="card__badge {{ settings.badge_position }}">
<span
id="NoMediaStandardBadge-{{ section_id }}-{{ card_product.id }}"
class="badge badge--bottom-left color-{{ settings.sold_out_badge_color_scheme }}"
>
New
</span>
</div>




If this solution is worked, then please Like this and Mark this as accepted solution!


Laddi

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!
Anshul_arora
Trailblazer
131 25 10

This is an accepted solution.

Hello @BOOST1 ,

I understand you are looking to add 'New' tag on your products in product listing page.

You can add 'New' badge or many other badges in your products with the help of below mentioned Free Shopify App. Kindly take a look -:

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

I hope the app helps you.

Please let me know if you have any other query.

Thank you.

Anshul