This page covers features gated by Admin-tier permissions — typically Settings access. Admins have these by default; your administrator can adjust who has them in Settings > Team.
Editing a template
1
Open Notifications settings
Go to Settings > Advanced > Notifications.
2
Expand the event
Find the notification event you want to edit and expand it.
3
Open the Email or SMS template
Click into the Email or SMS template.
4
Edit the content
Update the subject line (email only) and message content.
5
Preview
Use the Preview button to see how it looks with sample data.
6
Save your changes
The new template applies to all future notifications of this type.
Variables
Templates support variables that automatically fill in with the right information when the notification is sent. Insert them by clicking Insert Content in the editor, or type them manually. Variables look like this:{{customer.name}} — Digital Florists recognises anything wrapped in double curly brackets and replaces it with real information.
Customer & recipient
Order details
Delivery
{{tracking.link}} is populated on Out for Delivery, Delivered, and Carded notifications for delivery orders (on Delivered and Carded, only when the order already has a tracking link — there it opens the delivery confirmation page, where the customer can view the proof-of-delivery photo). Anywhere else it comes through empty. It inserts the raw URL, which makes it the one to use in SMS templates; in emails, use the {{button:track_delivery}} block (see Ready-made sections) for a proper “Track your delivery” button instead, as buttons are email-only.Your shop
Loyalty
Event & proposal
Changing how variables look
You can change how a variable appears by adding a formatting option after a vertical line (|).
Showing content only when information is available
Sometimes you only want to show part of a message if certain information exists. For example, you might only want to mention delivery instructions if the customer provided some. If this looks complicated, skip it — your notifications work fine without it. You can show or hide parts of your message based on whether certain information is available:{% else %} for fallback content:
Ready-made sections
These insert pre-formatted content into your template:You can combine options in content blocks with commas. For example,
{{order_details:recipient_phone,fulfilment_note}} adds the recipient’s phone number and delivery notes to the summary.Different messages for delivery and collection
Each notification can have different wording depending on whether the order is for delivery, collection, relay, or courier. For example, your “Order Fulfilled” email might say:- Delivery: “Your flowers have been delivered to 12 Oak Street”
- Collection: “Your flowers are ready — we look forward to seeing you”
1
Expand the notification event
Open the event you want to customise per fulfilment method.
2
Choose a specific fulfilment method
Pick Delivery, Collection, Relay, or Courier to write a custom message for.
3
Edit the wording
Digital Florists copies the default message as a starting point — adjust the wording for that specific fulfilment method.
Buttons
Email notifications can include action buttons — clickable links that stand out in the message. The most common example is the “Track your delivery” button on out-for-delivery notifications. You can manage your buttons in Settings > Notifications and insert them into templates with{{button:button_name}}.
Each button has:
- Text — the label shown on the button
- URL — where it links to (can include template variables)
- Colour — the button background colour
Email design
Go to Settings > Notifications > Email Template Design to customise the look of all your notification emails.Colours
You can set 8 colours that control the overall look:
A live preview updates as you make changes, so you can see exactly how your emails will look before saving.
Logo
Toggle your company logo on or off at the top of every email. The logo is pulled from your business settings.Header and footer text
- Header text — shown at the top of every email. The
{{subject}}variable is available here to pull through the email subject line. - Footer text — shown at the bottom. Supports markdown formatting and template variables like
{{company.name}}.
Footer banner
You can add a promotional banner to the bottom of every customer-facing email. This is a great way to advertise seasonal offers, new collections, or upcoming services — every order confirmation and delivery update becomes a marketing opportunity. Set it up in Settings > General > Notifications:- Footer image — upload a graphic
- Footer link — add a URL so the image links to your website
Common questions
Can I use different templates for different locations?
Can I use different templates for different locations?
Yes. If you have multiple shop locations, you can create location-specific template overrides. Digital Florists checks for a location-specific template first and uses the default version instead if one doesn’t exist.
What happens if I leave a variable empty?
What happens if I leave a variable empty?
If the data doesn’t exist for a variable (e.g., no delivery instructions), the variable is replaced with nothing — it just disappears. Use the if/else tags (explained above) to hide entire sections when data is missing.
Can I revert a template to the default?
Can I revert a template to the default?
Yes. Each template editor has a Reset to Default button that clears your changes for that channel and restores the original wording.
How long can an SMS be?
How long can an SMS be?
SMS messages can be up to 1,600 characters. A single text message is 160 characters. Longer messages are automatically split into multiple texts, which uses more of your credits. The editor shows you how many texts your message will use.
What’s next?
Notifications Overview
How notifications work and how to enable or disable events.
Events Reference
Every notification event and what triggers it.
Logs & Troubleshooting
View sent notifications and fix delivery issues.
Automations
Automate actions beyond notifications.