Install instructions
Step 1
Follow our Online store 2.0 article to enable the Store Pickup + Delivery widget, but don't publish the duplicate theme before implementing the rest of the steps.
Note
Please reach out to us at support@zapiet.com—we’ll be happy to install the widget for you.
Only proceed if you are comfortable editing code yourself.
On the theme, click Actions > Edit code.
Step 2
Our widget cannot work reliably in the drawer cart on this theme.
- This will redirect the Checkout button in the drawer cart to the regular cart—this way our app will not be bypassed.
Open snippets/cart-drawer.liquid and search for the following:
name="checkout"
Replace the code above with the following code:
name="cart"
The widget should appear on the cart page when you have added a product in the cart.
It should look similar to the screenshot below.