Zapiet - Pickup + Delivery sends customer-facing notifications and internal emails about order status changes.
Pickup email notifications are enabled on your store by default.
For the general overview of our notifications, take a look at our Email notifications article.
Customer notifications
We send:
You can access your customer pickup notification in the settings, and change the logo and the accent color.
In Zapiet - Pickup + Delivery, click Settings.
In the Advanced section, click Notifications.
Under Store logo, click Add image or drop images to upload.
If you need to remove it, click Remove logo. To replace the logo, click the image.
Adjust the logo width if needed.
Select your accent color (the color of the button and the links). You can select color manually or input the hex colour code.
Click Save.
Your customer notifications should now include those changes. You can preview them within each notification's page.
For any functionality customizations, you will need to manually update your emails using our Liquid variable reference guide.
HTML is supported in Zapiet - Pickup + Delivery emails.
Order ready for pickup email
We send an Order ready for pickup email when the order is marked as ready for pickup in Zapiet - Pickup + Delivery.
You can preview and edit your Order ready for pickup email notification.
In Zapiet - Pickup + Delivery > Settings > Notifications > Customer notifications, click Order ready for pickup.
Click Preview to see what the email will look like to the customer. You can customise the email below if needed.
Your Order ready for pickup email notification should look similar to the one below (if you have the date and time picker and pickup security code enabled).
If you would like to customise the way date and time are shown, please take a look at our Change the date and time format in email notifications article.
Order picked up email
We send an Order picked up email when the order is marked as picked up in Zapiet - Pickup + Delivery.
You can preview and edit your Order picked up email notification.
In Zapiet - Pickup + Delivery > Settings > Notifications > Customer notifications, click Order picked up.
Click Preview to see what the email will look like to the customer. You can customise the email below if needed.
Your picked-up email notification should look similar to the one below.
Internal email notifications
We send:
Internal notifications are location specific. You need to specify the sender email and the email(s) that should receive them.
In Zapiet - Pickup + Delivery, click Locations.
Select the location you would like to receive internal notifications from.
In Store pickup section, click Edit settings.
In the Internal notifications section, enter the email address(es) that should receive this location's internal pickup emails.
Click Save.
Repeat this process for the rest of your locations.In Zapiet - Pickup + Delivery, click Settings.
In Advanced section, click Notifications.
Under Preferences, enter your store's email address.
This is the email that will appear as the sender of the internal notifications.
New pickup order
We send a New pickup order email when a new pickup order is placed.
You can preview and edit your New pickup order email notification.
In Zapiet - Pickup + Delivery > Settings > Notifications > Internal notifications, click New pickup order.
Click Preview to see what the email will look like. You can customise the template below if needed.
Your New pickup order email notification should look similar to the one below.
Updated pickup order
We send an Updated pickup order when an order's pickup details are updated.
You can preview and edit your Updated pickup order email notification.
In Zapiet - Pickup + Delivery > Settings > Notifications > Internal notifications, click Updated pickup order.
Click Preview to see what the email will look like. You can customise the template below if needed.
Your Updated pickup order email notification should look similar to the one below.
Disable notifications
If you don't want to send pickup notifications, you can disable them.
In Zapiet - Pickup + Delivery, click Settings.
In the Advanced section, click Notifications.
Click on the notification you'd like to disable.
Click Disable notification.
This notification will now be disabled.
If you need to enable it again, click Enable notification.
Troubleshooting
Zapiet - Pickup + Delivery only offers email notifications, we do not offer SMS notifications.
If you aren't receiving internal notifications, check if you've added the correct email address to the Zapiet - Pickup + Delivery > Locations > Select the location > Edit pickup settings > Internal notifications.
If you don't see the pickup date and time:
If you have not modified the template, revert the email template to default.
If you have modified the template, add the following code snippet after {{ attributes.Pickup-Security-Code }}, but before </p> as shown below:
{% if attributes.Pickup-Date %}
<br/><br/>Pickup Date:<br/>{{ attributes.Pickup-Date | date: "%A, %-d %B %Y" }}<br/>
{% endif %}
{% if attributes.Pickup-Time %}
<br/>Pickup Time:<br/>{{ attributes.Pickup-Time | date: "%R" }}<br/>
{% endif %}