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.
@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.