Overview
When your customers place a pickup order on your store two things happen;
- Shopify send an order confirmation email to your customer
- Store Pickup + Delivery sends an email to your pickup location
Adding pickup details to your order confirmation template
By default the Shopify order confirmation email is tailored towards shipping orders. To improve support for pickup orders we recommend updating your order confirmation template by following the instructions below.
Note if you have already modified your email templates, do not copy and paste the code shown below.
- Login to your store and click Settings
- Click Notifications
- Click Order confirmation
- Click the button below to download the Order Confirmation template
Download order confirmation template
Copy and paste the code from the downloaded file into the Email body field - Click Save
Your order confirmation emails should now look similar to the image below:
Shipping confirmation email
This is the email your customer will receive when their order is marked as ready for pickup
- Login to your store and click Settings
- Click Notifications
- Click Shipping confirmation
- Copy and paste the following into the Email subjectfield
{% if attributes.Checkout-Method == "pickup" %}Order {{ name }} is now ready for pickup{% else %}A shipment from order {{ name }} is on the way{% endif %}
- Click the button below to download the Shipping Confirmation template
Download shipping confirmation template
Copy and paste the code from the downloaded file into the Email body field - Click Save
Adding pickup details to your staff order notification template
When a new order is created on your store Shopify automatically dispatches a "New order" email to the recipients listed within your Shopify -> Settings -> Notifications page. It's important to update this template to inform your colleagues that this order is for pickup.
Note this notification will only be sent to the recipients listed within Shopify. It will notify the recipient(s) of all pickup orders for all locations. If you want to send a notification email to your bricks and mortar locations only when they receive a pickup order see the Bricks and mortar section below.
Note if you have already modified your email templates, do not copy and paste the code shown below.
- Click Settings
- Click Notifications
- Click New order within the order notifications section
- Click the button below to download the New Order template
Download new order template
Copy and paste the code from the downloaded file into the Email body field - Click Save
Bricks and mortar notifications
You can notify your bricks and mortar locations via email when they receive a new pickup order. We currently provide the following internal notifications;
- New pickup order
- Updated order
Changing the sent from address
You can change the sent from email address via the Settings > Notifications page of Store Pickup + Delivery.
How to modify the templates
You can modify the default notification template by following the instructions below:
- Click Settings and Notifications
- Click New pickup order
- Modify your template as required and click Save
Disabling notifications
At the bottom of each notification template there is a button which allows you to disable the entire notification.