Products tags on product images

I want to add pre order tag & new arrival tags on products the same way it shows sold out. I am using the Craft theme.

Kindly help if someone knows how to do this.

TIA!

Hi @KalindiKapadia

you can use metafields for creating custom label for the products. Do let me know if you need help for this.

Thanks

Hello,

You can try this app for showing your product tags

App URL: https://apps.shopify.com/featureframe

This app hopefully resolved your issue

Hi! You can use metafields, as Liquid_xPert_SJ mentioned, but you can also edit your code and build it based on the added tags. However, as I mentioned, this will require code modification. Send me a private message if you are interested :slightly_smiling_face: Otherwise, you have to buy an app, there is a great selection.

Hi @KalindiKapadia ,

To add pre-order and new arrival tags to your Craft Theme products similar to the sold-out tag, you’d typically go through the theme’s tutorials or the help section to see how to implement. Product labels are usually implemented via specific product tags.

These tags are usually managed via theme customization settings or the products’ admin panel. In cases where the theme doesn’t support such customization, you may need to modify the theme’s code or use Shopify apps like Product Labels. Remember to always back up your theme before making any changes to the code.