Hi! I’m trying to implement a Pick up point selector. The native solution doesn’t work for us because we have more than 70 pick up points and there’s no way of filtering them currently. We talked with a Solutions Architect here at Shopify and he explained to us that the new UI Extensions is what we needed.
I’ve been trying to develop the solution, and I found a few problems that would severely harm the user experience:
What I’ve tried: I’ve added a form before the address form to find and select a pickup point. Selecting this location overrides the user’s address, which is what I was looking for, but the nothing happens. The user gets confused because of this.
Question: Would it be posible to jump to the next step once the pickup point is selected in the UI Extension? Or maybe disable the native address form so that the user understands the pickup address is selected and they don’t change the address? Maybe instead of disabling the form fields we could hide the section altogether?
Alternatively, is there a way to filter the native Pick Up points? I know I can implement a UI Extension in the Pickup menu, but I haven’t found a way to selectively hide, for example, the locations that don’t match with a provided ZIP code.
Thanks!