Basic stock status badge
Add this to your product card snippet (typicallysnippets/card-product.liquid or similar):
Badge with social proof
Combine stock status with sales data to create urgency:Overlay badge on product image
Position the badge as an overlay on the product card image:Variant count warning
Show how many variants are running low:Tips
- Product-level for collection pages - use
product.metafieldsfor aggregated data across all variants - Variant-level for PDP - use
product.selected_or_first_available_variant.metafieldsfor specific variant data - Only show what matters - customers don’t need to see “In Stock” badges. Save badge real estate for actionable states: low stock, out of stock, and selling fast
- Combine data points - pairing “Low Stock” with “X sold recently” creates more urgency than either alone