<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Stages — What&apos;s New</title><description>The latest features, improvements, and fixes to Stages.</description><link>https://getstages.com/</link><atom:link href="https://getstages.com/whats-new/rss.xml" rel="self" type="application/rss+xml"/><copyright>2026 – Nozzlegear Software</copyright><lastBuildDate>Thu, 28 May 2026 00:00:00 GMT</lastBuildDate><item><title>Use an order&apos;s Due Date to trigger automation rules</title><link>https://getstages.com/whats-new/due-date-automation-triggers/</link><guid isPermaLink="true">https://getstages.com/whats-new/due-date-automation-triggers/</guid><description>Create automation rules that trigger when an order&apos;s due date is approaching, arrives, or passes.</description><pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;It’s now possible to configure your Automation Rules to trigger based on an order’s &lt;strong&gt;Due Date&lt;/strong&gt;! This new Due Date trigger type should help you stay on top of your deadlines by automatically taking action when orders are approaching their due dates; are due today; or become overdue. You can use this new trigger type to automatically send reminder emails to yourself, your staff, or custom recipients before an order’s deadline, or to change the order’s stage to something more urgent like “Must Ship Soon” or “Overdue.”&lt;/p&gt;
&lt;h2 id=&quot;how-it-works&quot;&gt;How it works&lt;/h2&gt;
&lt;p&gt;To get started, you’ll need to create a new automation rule&lt;sup&gt;&lt;a href=&quot;#user-content-fn-1&quot; id=&quot;user-content-fnref-1&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; and when prompted for the event that will trigger the rule, select “&lt;strong&gt;When an order’s due date is approaching.&lt;/strong&gt;” You can then configure one or more timing windows which will activate the rule:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Due in 7 days&lt;/strong&gt;: Triggers the rule 7 days before an order is due, based on your account’s timezone.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Due in 3 days&lt;/strong&gt;: Triggers 3 days before the order is due.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Due in 1 day&lt;/strong&gt;: Triggers the day before the order is due.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Due today&lt;/strong&gt;: Triggers on the day an order is due.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Overdue&lt;/strong&gt;: Triggers one day after the due date has passed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img  src=&quot;/whats-new-assets/2026-05-28-16-30-54.BX80Jxvu_Z2gt5sX.webp&quot; alt=&quot;Configuring a Due Date trigger&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;1628&quot; height=&quot;818&quot;&gt;&lt;/p&gt;
&lt;h2 id=&quot;due-date-rules-operate-on-batches-of-orders-grouped-by-timing&quot;&gt;Due Date rules operate on batches of orders, grouped by timing&lt;/h2&gt;
&lt;p&gt;Once per day, Stages checks your open orders and runs the rule’s actions against every order whose Due Date falls within your configured windows. Right now, a Due Date rule can have two types of actions: &lt;strong&gt;Send an automated email&lt;/strong&gt;, and &lt;strong&gt;Change the order’s stage&lt;/strong&gt;. It’s important to understand that, where other Automation Rules operate on one order at a time, rules triggered by a Due Date trigger operate on &lt;strong&gt;batches&lt;/strong&gt; of orders, &lt;strong&gt;grouped up by configured timings&lt;/strong&gt;. This has a couple implications for emails&lt;sup&gt;&lt;a href=&quot;#user-content-fn-2&quot; id=&quot;user-content-fnref-2&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; sent by the rule:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Instead of sending a dozen emails (one for each order), the rule batches them up into a single email.&lt;/li&gt;
&lt;li&gt;Because orders are batched up, the emails cannot be sent to your customers (they’d receive a list of all orders that triggered your email).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;When you create an email action using a Due Date trigger, the email’s special &lt;a href=&quot;https://docs.getstages.com/formatting-and-using-order-details-in-your-automated-email-messages/&quot;&gt;template variables&lt;/a&gt; change to incorporate the batch of orders:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;{{batch.orders}}&lt;/code&gt;: A list of all orders that matched this Due Date trigger’s timing. Loop over it with &lt;code&gt;{{each batch.orders}}&lt;/code&gt; and end the loop with &lt;code&gt;{{end}}&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;{{batch.timing}}&lt;/code&gt;: A user-friendly string describing the timing (e.g. “Due”, “Due in 1 day”, “Overdue”).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;{{batch.timingDays}}&lt;/code&gt;: A number representing the offset from today (e.g. 0 for today, 1 for tomorrow, -1 for overdue).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;{{batch.dueDate}}&lt;/code&gt;: The batch’s due date (e.g. “May 27, 2026”).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;{{batch.duedateShort}}&lt;/code&gt;: The batch’s due date in short format (e.g. “05/27/2026”).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;{{batch.duedateEuro}}&lt;/code&gt;: The batch’s due date in European format (e.g. “27/05/2026”).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;{{batch.duedateFull}}&lt;/code&gt;: The batch’s due date in full format (e.g. “Friday, May 22, 2026”).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Since the batches are grouped by timing (&lt;em&gt;Due in 7 days&lt;/em&gt;, &lt;em&gt;Due in 3 days&lt;/em&gt;, &lt;em&gt;Due in 1 day&lt;/em&gt;, &lt;em&gt;Due today&lt;/em&gt; and &lt;em&gt;Overdue&lt;/em&gt;), all of the orders in the batch will have the same due date. Here’s an example email that sends a list of orders to the team when those orders become due today or in one day:&lt;/p&gt;
&lt;p&gt;&lt;img  src=&quot;/whats-new-assets/due-date-email-example.veGvulwt_ZorvK0.webp&quot; alt=&quot;An email which sends a list of orders to the team&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;1606&quot; height=&quot;2000&quot;&gt;&lt;/p&gt;
&lt;h2 id=&quot;timezone-settings&quot;&gt;Timezone settings&lt;/h2&gt;
&lt;p&gt;After you’ve configured your new automation rule, you’ll want to adjust your account’s timezone setting for the first time. All accounts use the UTC timezone by default, but a new Account Timezone setting page has been added to the &lt;a href=&quot;/account/settings&quot;&gt;Account Settings&lt;/a&gt; page to support the Due Date trigger feature. This setting controls the timezone for when orders cross those timing thresholds – i.e. if your company is in California (-8 UTC) or Singapore (+8 UTC), you probably don’t want an order becoming “Overdue” and firing off those actions at 0 UTC, which would be eight hours ahead or behind when you’d expect it, respectively.&lt;/p&gt;
&lt;p&gt;&lt;img  src=&quot;/whats-new-assets/timezone-settings.D_F92-71_ZMA87I.webp&quot; alt=&quot;Configuring the account&apos;s timezone settings&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;1794&quot; height=&quot;888&quot;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Note: only the account owner can change the account’s timezone settings.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&quot;important-notes&quot;&gt;Important notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;On the order dashboard, due dates are displayed in your own local timezone, but the automation rules are triggered in your account’s timezone.&lt;/li&gt;
&lt;li&gt;Orders without a due date are never matched by a Due Date trigger.&lt;/li&gt;
&lt;li&gt;One automation rule can never trigger another rule, even if it changes an order’s stage.&lt;/li&gt;
&lt;li&gt;Email actions only trigger once per day to prevent spam.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you have any questions or suggestions regarding this feature, please let me know by sending an email to &lt;a href=&quot;mailto:joshua@getstages.com?subject=I had a question about the Due Date feature in Stages&quot;&gt;&lt;/a&gt;&lt;a href=&quot;mailto:joshua@getstages.com&quot;&gt;joshua@getstages.com&lt;/a&gt;.&lt;/p&gt;
&lt;section data-footnotes=&quot;&quot; class=&quot;footnotes&quot;&gt;&lt;h2 class=&quot;sr-only&quot; id=&quot;footnote-label&quot;&gt;Footnotes&lt;/h2&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-1&quot;&gt;
&lt;p&gt;Due Date triggers can’t be mixed with other traditional triggers, as they operate on batches of orders rather than one order at a time. &lt;a href=&quot;#user-content-fnref-1&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-2&quot;&gt;
&lt;p&gt;Batching has no notable effect on changing the stages of orders, though, except the usual caveat that changing an order’s stage via Automation Rule will not trigger additional automation rules. &lt;a href=&quot;#user-content-fnref-2&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 2&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;</content:encoded></item><item><title>Show due dates on the Stages Tracking widget</title><link>https://getstages.com/whats-new/tracking-widget-due-dates/</link><guid isPermaLink="true">https://getstages.com/whats-new/tracking-widget-due-dates/</guid><description>You can now display each order&apos;s due date on your storefront using the Stages Tracking Widget.</description><pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Your customers can now see when their order is due right from the Stages Tracking Widget that’s embedded in your storefront! This new setting – turned off by default – helps set clear expectations for your customer’s delivery, and gives them better visibility into their order’s timeline. This feature works great alongside our new &lt;a href=&quot;/whats-new/due-date-automation-triggers&quot;&gt;Due Date automation triggers&lt;/a&gt;, giving you full control over how due dates are managed and communicated to your customers and your team throughout your fulfillment process.&lt;/p&gt;
&lt;p&gt;&lt;img  src=&quot;/whats-new-assets/2026-05-28-16-03-58.C4bHf66B_ZuewB0.webp&quot; alt=&quot;An order&apos;s due date being displayed on the Stages Tracking Widget&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;1854&quot; height=&quot;665&quot;&gt;&lt;/p&gt;
&lt;h2 id=&quot;how-to-enable-it&quot;&gt;How to enable it&lt;/h2&gt;
&lt;p&gt;This feature is turned off by default, as it’s assumed that some users may wish to keep an order’s due date internal to the business. To turn the feature on and allow customers to see the due date, navigate to the app’s &lt;a href=&quot;/embed&quot;&gt;Embed Page&lt;/a&gt; in your Stages dashboard. Under the “Widget options” section, check the box that’s labeled “&lt;strong&gt;Show order due date on the tracking widget&lt;/strong&gt;”.&lt;/p&gt;
&lt;p&gt;&lt;img  src=&quot;/whats-new-assets/2026-05-28-16-13-14._z2kID0N_2u3rXp.webp&quot; alt=&quot;How to enable due date tracking on the storefront&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;2548&quot; height=&quot;1416&quot;&gt;&lt;/p&gt;
&lt;p&gt;Click the &lt;strong&gt;Update&lt;/strong&gt; button to save your changes. Once enabled, any order with a due date will display it on the tracking widget, which can always be found on your storefront at &lt;code&gt;yourstore.com/apps/stages-tracking-widget&lt;/code&gt;. You can also use the &lt;code&gt;{{stages.trackingLink}}&lt;/code&gt; variable in your Automation Rule emails to link directly to that page.&lt;/p&gt;
&lt;h2 id=&quot;color-coded-due-dates&quot;&gt;Color-coded due dates&lt;/h2&gt;
&lt;p&gt;The due date label automatically adjusts its color to help customers quickly understand the status:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Green&lt;/strong&gt;: The order is due today&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Orange&lt;/strong&gt;: The order is overdue&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Default&lt;/strong&gt;: The order is due in the future&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;privacy-considerations&quot;&gt;Privacy considerations&lt;/h2&gt;
&lt;p&gt;The due date is displayed to anyone who can access an order on the tracking widget. Make sure this aligns with the level of information you want to share with your customers. If you prefer to keep due dates internal, just leave this setting disabled.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;If you have any questions or suggestions regarding this feature, please let me know by sending an email to &lt;a href=&quot;mailto:joshua@getstages.com?subject=I had a question about the Due Date feature in Stages&quot;&gt;&lt;/a&gt;&lt;a href=&quot;mailto:joshua@getstages.com&quot;&gt;joshua@getstages.com&lt;/a&gt;.&lt;/p&gt;</content:encoded></item></channel></rss>