Can I customize product labels without an app on the Testament Theme?

Hi,

I was wondering if it was possible to do product labels and also customise them without the need for an app. I’m trying to use the tags field in the product page but it does not seem to pick up. I’m trying to create things like “Bestseller” “Last Chance” etc. I’m using the Testament Theme.

Thank you

@Ess91 - it can be done without app but will need some coding where each label needs to be linked properly with the existing tag… if you are not familiar with coding then you will need developer

would you be able to show me where it can go so I can add to it?

@Ess91 - you need to add tag to products

  • then go to product grid item.liquid template

  • go to the location where you want this label to appear

  • need to put code to check if product has this particular tag

  • if tag is present then show the particular label related to it

  • then style it using css as per the need