From 7b63a424d4e0c32975414a2896e53ff4adf8ff1e Mon Sep 17 00:00:00 2001 From: Brett Bond Date: Tue, 23 Jun 2026 13:05:19 +1000 Subject: [PATCH 1/2] docs: clarify Everflow test-order S2S postback behavior Update the Everflow app docs to reflect the "Enable S2S Postback for test orders" setting: test orders DO fire an S2S postback to Everflow when that setting is enabled (with the master postback toggle on). Also remove a stray trailing backslash from the "Include Tax in Conversion Value" field list item. Co-Authored-By: Claude Opus 4.8 --- content/docs/apps/everflow.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/apps/everflow.mdx b/content/docs/apps/everflow.mdx index 440d810..9a43c0e 100644 --- a/content/docs/apps/everflow.mdx +++ b/content/docs/apps/everflow.mdx @@ -26,7 +26,7 @@ The configurable fields are as follows: * Everflow Network ID\* * Everflow Verification Token * Everflow Postback Delay Minutes -* Include Tax in Conversion Value\ +* Include Tax in Conversion Value
The Everflow App uses the S2S (Server to Server) conversion method with an order. The S2S conversion method will enable the following values to be passed back on a conversion event into Everflow. @@ -65,8 +65,8 @@ The **`everflow_transaction_id`** is equivalent to the "transaction\_id" that Ev } ``` - + -Note that [**Test Orders**](/docs/manage/orders/test-orders) do not fire an S2S postback to Everflow. +By default, [**Test Orders**](/docs/manage/orders/test-orders) do not fire an S2S postback to Everflow. Enable the **Enable S2S Postback for test orders** setting (with **Enable Everflow S2S Postback** also enabled) if you want test orders to fire a conversion postback to Everflow. From c071804246f3a0602d6974827e4a2e9322140ac0 Mon Sep 17 00:00:00 2001 From: Brett Bond Date: Tue, 23 Jun 2026 13:10:11 +1000 Subject: [PATCH 2/2] docs: fix callout stutter and align test-order setting label casing Address Kilo review: reword "Enable the Enable S2S Postback..." to "Turn on the Enable S2S Postback..." and align the setting label casing on the test-orders page to match the in-product label ("Enable S2S Postback for test orders"). Co-Authored-By: Claude Opus 4.8 --- content/docs/apps/everflow.mdx | 2 +- content/docs/manage/orders/test-orders.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/apps/everflow.mdx b/content/docs/apps/everflow.mdx index 9a43c0e..d613677 100644 --- a/content/docs/apps/everflow.mdx +++ b/content/docs/apps/everflow.mdx @@ -67,6 +67,6 @@ The **`everflow_transaction_id`** is equivalent to the "transaction\_id" that Ev -By default, [**Test Orders**](/docs/manage/orders/test-orders) do not fire an S2S postback to Everflow. Enable the **Enable S2S Postback for test orders** setting (with **Enable Everflow S2S Postback** also enabled) if you want test orders to fire a conversion postback to Everflow. +By default, [**Test Orders**](/docs/manage/orders/test-orders) do not fire an S2S postback to Everflow. Turn on the **Enable S2S Postback for test orders** setting (with **Enable Everflow S2S Postback** also enabled) if you want test orders to fire a conversion postback to Everflow. diff --git a/content/docs/manage/orders/test-orders.mdx b/content/docs/manage/orders/test-orders.mdx index e3f3e9c..3216bdc 100644 --- a/content/docs/manage/orders/test-orders.mdx +++ b/content/docs/manage/orders/test-orders.mdx @@ -49,7 +49,7 @@ Test orders differ from real orders in a variety of ways: For stores that have the [**Klaviyo**](/docs/apps/klaviyo) or [ **Everflow** ](/docs/apps/everflow)Apps enabled, note that Test Orders _do not_ trigger server to server (S2S) postbacks by default. \ \ -Choose the "Enable S2S postback for test orders" option in the Everflow App settings to fire postbacks on test orders.\ +Choose the "Enable S2S Postback for test orders" option in the Everflow App settings to fire postbacks on test orders.\ \ Choose the "Enable Sending Test Data to Klaviyo" option in the Klaviyo App settings to send test order data through to Klaviyo.