Craft Theme quantity remaining for featured product on home page

Hi Im using the craft theme. On the individual product pages im able to display the exact quantity remaining, but on the home page, I have 3 featured product listings, but im unable to show the exact quantity remaining.

Can I display this with a custom liquid?

1 Like

@Hamza33 to display exact inventory on your Craft theme’s homepage for featured products, you can add custom Liquid code. Edit the relevant section in your theme files, and insert a snippet like {{ product.variants.first.inventory_quantity }} to show the quantity.

in theme.liquid or in the online store theme editor?

Please try to figure out which file you need to edit. If you are not very familiar with Liquid code editing, consider hiring a Shopify developer.

1 Like

how would I add text after it? I have managed to get the number to appear, but I’d like to have “remaining” after the number.