How can I tag orders based on subscription tiers and total cost?

How can I tag orders based on subscription tiers and total cost?

Yvan-HK
Shopify Partner
4 0 1

I'm trying to build a flow on orders having a subscription and specific items with different tiers for free gifts.

 

If an order has subscription item(s) (these orders have a tag "subscription") and at least one item has a specific vendor (i.e: apple) and the total $ of these specific items is between 200$ and 300$ then tag this order with "product A".

 

I'm stuck on the total $ of these specific items.

 

Any ideas?

 

Replies 3 (3)

paul_n
Shopify Staff
1491 161 349

You are probably going to need to use Run code to write that logic. 

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.
Yvan-HK
Shopify Partner
4 0 1

That's what I thought - let me try first and come back to you if needed. Thanks!

Yvan-HK
Shopify Partner
4 0 1

I managed to do it with the Run code - thanks!