I was able to hide the text on the products page using the following css:
.store-availability-list__stock,
.store-availability-information .store-availability-information__stock {
display: none;
}
Merchants are seeking ways to customize or remove the mandatory “expected pick up time” dropdown in Shopify’s local pickup settings, as the preset options (usually in hours/days) don’t match their business models—particularly for made-to-order items requiring weeks, custom scheduling, or immediate pickup.
Attempted Workarounds:
Current Status:
A recent update (post #26) reveals Shopify has removed the ability to override this field through theme language settings and deprecated the “custom” option in their API. The pickupTime field is now mandatory according to Shopify’s admin API documentation. One user has escalated directly to Shopify’s technical team for clarification.
Key Frustration:
Merchants express ongoing dissatisfaction with Shopify’s lack of flexibility on this basic feature, particularly the automated “ready for pickup” emails that don’t align with actual production timelines.
I was able to hide the text on the products page using the following css:
.store-availability-list__stock,
.store-availability-information .store-availability-information__stock {
display: none;
}