Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/docs/apps/everflow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
<br />

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.
Expand Down Expand Up @@ -65,8 +65,8 @@ The **`everflow_transaction_id`** is equivalent to the "transaction\_id" that Ev
}
```

<Callout type="warning">
<Callout type="info">

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. 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.

</Callout>
2 changes: 1 addition & 1 deletion content/docs/manage/orders/test-orders.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading