Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Why aren't my pre-order tags functioning correctly?

Solved

Why aren't my pre-order tags functioning correctly?

Chloemilton
New Member
6 0 0

Hi, 

 

I am trying to create a flow that tags pre-order orders with 'pre-order' but it does not work. Does anyone have a solution or a better way?

 

Thanks.Screenshot 2023-05-16 at 10.35.32.png

Accepted Solution (1)

paul_n
Shopify Staff
1433 157 332

This is an accepted solution.

This view only shows part of the condition due to space reasons. It looks like you are using "Name" and "Title" but not sure if that's from the order or a product? 

 

Personally I wouldn't do it this way as it's labor intensive to add more pre-order things to Flow. Instead I would add a tag to each product (or a metafield if they have to be variant level) and then check that product tag this condition. If would be much simpler, something like:

 

if order / lineItems / product / tags is at least one of "preorder"

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.

View solution in original post

Replies 2 (2)

paul_n
Shopify Staff
1433 157 332

This is an accepted solution.

This view only shows part of the condition due to space reasons. It looks like you are using "Name" and "Title" but not sure if that's from the order or a product? 

 

Personally I wouldn't do it this way as it's labor intensive to add more pre-order things to Flow. Instead I would add a tag to each product (or a metafield if they have to be variant level) and then check that product tag this condition. If would be much simpler, something like:

 

if order / lineItems / product / tags is at least one of "preorder"

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.
Chloemilton
New Member
6 0 0

This makes much more sense!! Thank you so much!