{"title":"Transactional emails","slug":"transactional-emails","url":"https://support.storeconnect.com/articles/transactional-emails","url_markdown":"https://support.storeconnect.com/articles/transactional-emails.md","subtitle":null,"summary":"Customize the automated emails sent at each stage of the order lifecycle -- from cart abandonment through payment success, shipping, and fulfillment -- using Salesforce Classic Email Templates and configurable triggers.","type":"Help_Documentation","video_url":"","keywords":"transactional emails, order emails, automated emails, cart abandonment, order confirmation, order shipped, order fulfilled, payment success, salesforce email templates, visualforce email templates, email triggers, order status","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"StoreConnect includes a transactional email system for customizing the emails the platform sends automatically.\n\nTransactional emails are routine emails sent to confirm when an action takes place. When a customer places an order through your store, StoreConnect sends emails at different stages of the order process, such as order payment success, order shipped, and order fulfilled.\n\nFor broader email configuration, see [Set up StoreConnect emails](setting-up-storeconnect-emails).\n\n## How it works\n\nEvery transactional email is sent from your Salesforce org using [Classic Email Templates](https://help.salesforce.com/articleView?id=sf.admin_emailtemplates.htm\u0026type=5), specifically [Visualforce Email Templates](https://help.salesforce.com/articleView?id=sf.email_templates_vf_parent.htm\u0026type=5). StoreConnect uses Visualforce templates for their flexibility, but any Classic Email Template can be used instead.\n\n:::note\nClassic Email Templates are a Salesforce feature. Any template customizations should be done by a qualified Salesforce administrator or developer.\n:::\n\n## Which order fields drive the emails\n\nTransactional emails are triggered by the values of three fields on the standard Order object. For more detail, see [Order object reference](order-object-reference).\n\n### Checkout Step (`Order.Checkout_Step__c`)\n\nOn installation, StoreConnect adds a **Checkout Step** field (`Order.Checkout_Step__c`) to the standard Order object. It always holds one of these values:\n\n- `open`: the customer has added something to the cart.\n- `customer`: the customer is at the customer information step.\n- `shipping`: the customer is at the shipping step.\n- `payment`: the customer is at the payment step (shipping chosen).\n- `complete`: the customer has completed payment.\n- `failed`: the customer tried to pay but the payment failed.\n\n### Abandoned (`Order.Abandoned__c`)\n\nThe standard Order object also has an **Abandoned** checkbox (`Order.Abandoned__c`), `FALSE` by default. It indicates the cart was abandoned after 10 hours of inactivity. An order with a **Checkout Step** of `failed` and **Abandoned** set to `TRUE` means the payment failed and the customer did not retry within 10 hours.\n\n### Status (`Order.Status`)\n\nStoreConnect also uses the standard **Status** field on the Order object. The default Salesforce setup has two statuses, `Draft` and `Activated`. Stores commonly use statuses such as:\n\n1.  Draft\n2.  Verified\n3.  Back Order\n4.  Picking\n5.  Picked\n6.  Shipped\n7.  Fulfilled\n8.  Canceled\n\n### The `-syncing` suffix\n\nAs an order progresses through its stages, a `-syncing` suffix may appear. For example, `complete-syncing` indicates the record has not yet fully synchronized from the StoreConnect ecommerce site.\n\n## Default email templates and triggers\n\nStoreConnect includes 11 default transactional emails for the Order object:\n\n| Transactional email | Checkout Step | Abandoned? | Order Status |\n|---------------------|---------------|------------|--------------|\n| Order Abandoned Open | `open` | `TRUE` | Draft |\n| Order Abandoned Customer | `customer` | `TRUE` | Draft |\n| Order Abandoned Shipping | `shipping` | `TRUE` | Draft |\n| Order Abandoned Pre Payment | `payment` | `TRUE` | Draft |\n| Order Abandoned Failed | `failed` | `TRUE` | Draft |\n| Order Payment Success | `complete` | `FALSE` | Draft |\n| Order Picking | `complete` | `FALSE` | Picking |\n| Order Picked | `complete` | `FALSE` | Picked |\n| Order Backorder | `complete` | `FALSE` | Back Order |\n| Order Shipped | `complete` | `FALSE` | Shipped |\n| Order Fulfilled | `complete` | `FALSE` | Fulfilled |\n\n### Change the email triggers\n\nTransactional emails are triggered by the changing state of the order. The triggers are defined in the **Transactional Emails** related list for each store.\n\n### The email templates\n\nEach transactional email has a Classic Email Template you can edit to fit your branding. We recommend copying the template before editing, so you can revert to the original later.\n\nStoreConnect includes these templates:\n\n| Transactional email | Template name |\n|---------------------|---------------|\n| Order Abandoned Open | TEMPLATE_Order_Abandoned_Open |\n| Order Abandoned Customer | TEMPLATE_Order_Abandoned_Customer |\n| Order Abandoned Shipping | TEMPLATE_Order_Abandoned_Shipping |\n| Order Abandoned Pre Payment | TEMPLATE_Order_Abandoned_Prepayment |\n| Order Abandoned Failed | TEMPLATE_Order_Abandoned_Pay_Failed |\n| Order Payment Success | TEMPLATE_Order_Payment_Success |\n| Order Picking | TEMPLATE_Order_Picking |\n| Order Picked | TEMPLATE_Order_Picked |\n| Order Backorder | TEMPLATE_Order_Backorder |\n| Order Shipped | TEMPLATE_Order_Shipped |\n| Order Fulfilled | TEMPLATE_Order_Fulfilled |\n\nWhen an order changes status, StoreConnect searches the **Transactional Emails** related list for your store, sends the email matching the order's **Checkout Step**, **Abandoned**, and **Status** fields to the order's **Checkout Email** contact, and passes the Order and Contact records to the Classic Email Template.\n\n## Stop transactional emails for a single order\n\n1.  Open the **Order** you want to change.\n2.  Uncheck the **Send Confirmation Emails** checkbox.\n3.  Click **Save**.\n\nThis prevents future email notifications for that order."}