Editing Shopify Flows
You may have Shopify Flows set up to capture payment on orders. You will need to adjust these Shopify Flows to avoid capturing payment on TryNow orders.
Note
This is usually relevant for merchants that have Manual Payment Capture settings in Shopify.
How to Create a Condition to Check if an Order has TryNow Items
-
Add a condition in your Shopify Flow.
-
Click Add a variable.
-
Search for order.lineItems.sellingPlan.name.
-
Adjust your Flow:
-
To make the condition check that none of the items are TryNow in an order by selecting None of order / line items selling plan name Includes "Try", like the below:
-
To make the condition check that an order does contain a TryNow item, select At least one of order / line items selling plan name includes "Try", like the below:
-
Example
The following Shopify Flow only captures payment if the order does not have any TryNow line items.
Updated 9 days ago