Survey
I have a Shopify store called CrawlBees selling baby products
(Baby Head Protector Backpack Cushion) targeting first-time
mothers in urban India. My store is on [Basic / Advanced / Plus]
Shopify plan.
I want to reduce checkout drop-off by adding 3 things:
---
1. "ONLY X LEFT IN STOCK" URGENCY BADGE
- Show near the Add to Cart button on product page
- Display only when inventory is below 10 units
- Text: "🔥 Only {X} left in stock – Order before it sells out!"
- Color: red or orange text, small warning icon
- Pull live inventory count from Shopify's variant inventory
- File to edit: product-form.liquid or main-product.liquid
- Make it disappear if stock is 0 or above 10
---
2. ESTIMATED DELIVERY DATE BELOW SHIPPING METHOD
- Show on product page below Add to Cart (not checkout,
since I'm on Basic Shopify)
- Text format: "🚚 Estimated Delivery: {date range}
(e.g., Jul 24 – Jul 27)"
- Calculate based on today's date + 3 to 5 business days
- Exclude Sundays from calculation (Indian shipping context)
- Use JavaScript to calculate and inject the date dynamically
- Place it just below the shipping method or ATC button
---
3. WHATSAPP SUPPORT FLOATING BUTTON
- Fixed floating button on bottom-right corner of ALL pages
- Show on both desktop and mobile
- WhatsApp number: 91XXXXXXXXXX (I will replace this)
- Pre-filled message: "Hi CrawlBees! I need help with my order 🛒"
- Button style: green (#25D366), rounded pill shape,
WhatsApp icon + text "Chat with us"
- File to edit: layout/theme.liquid, paste before