Can we implement it only using the checkout extension?
And I’ve just contacted the app team but they said it is a limit since Shopify didn’t provide the API to disable and enable Option based on the specific condition.
I’m not sure you understood what I mean but I would like to disable or enable based on the customer’s zipcode.
In other words, I would like to enable the pickup option based on the specific zipcode.
I had already been ever implemented using the custom js in the checkout.liquid file.
But I’m going to upgrade to Checkout Extensibility and so I need I would implement this function on the Checkout Extensibility as well. Kindly review the image below.
We can’t see the Local pickup option coz of my custom js.
Hi! In Shopify Plus, to adjust the Local Pickup option on the checkout page based on the customer’s zip code, create shipping profiles with custom shipping zones corresponding to specific zip code regions, and assign the Local Pickup option as a shipping method within these zones. Also, for more advanced control, consider using third-party apps or you could create your own private app.