App reviews, troubleshooting, and recommendations
We currently are using Shopify Scripts to allow customers who have placed at least 5 previous orders, to view an in-store pickup option, though come next year, Shopify Scripts will be deprecated and we must find another way around this. I have set up a Flow to add a boolean metafield for customers who meet this criteria. Does anyone know of an app or another solution that will only show this specific shipping rate depending on if this metafield is TRUE?
Solved! Go to the solution
This is an accepted solution.
You can't currently change local pickup using delivery customizations per this documentation
https://shopify.dev/docs/api/functions/reference/delivery-customization
You can probably use the Delivery Customization Function API for this.
You can check metafield values using `input.cart.buyerIdentity.customer.metafield(...)`
And then return a `HideOperation` to hide the in-store pickup shipping rate to anyone who doesn't have the desired metafield.
This is an accepted solution.
You can't currently change local pickup using delivery customizations per this documentation
https://shopify.dev/docs/api/functions/reference/delivery-customization
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025