What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Shopify Flow Discussion

Shopify Flow Discussion

GoDrinks-Bali
Excursionist
37 0 5

Hi there,

 

I would like to build Flow like this:

(1) Order checked -> Go to (2)

(2) If first time order

If (Yes) -> Go to (3),

If (No) ->Skip

(3) Check if coupon apply on this order,

If (Yes) -> Go to (4)

If (No) -> Skip

(4) Check if order value is $500 - $999

If (Yes) -> Go to (5)

If (No) -> Go to (6)

(5) Add 3 product on this order as free product.

(6) Check if order value is $1000 or more

If (Yes) -> Add 6 product on this order as free products

If (No) -> Skip

 

-----------------

Can you guys help me with this Flow

 

Replies 6 (6)

Eric-HAN
Shopify Partner
256 29 27

HI, there

Could you please clarify whether the flow you mentioned occurs before the order is generated or after the order is completed? Also i wanna know you hope the customer see the free products  in their checkout orders when  they are placing the orders?

 

- Helpful? Please hit Like and mark it as a solution
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me    Buy Me A Coffee
GoDrinks-Bali
Excursionist
37 0 5

1) After order generated. 

2) If possible but if not possible is Okay, at least I can see on dashboard.

Eric-HAN
Shopify Partner
256 29 27

Hi, there
I have figured out two approaches  after  the order done:
1.You can utilize Shopify Flow. Once the order is completed, Shopify Flow will be automatically executed based on your rules. This option incurs lower costs for your situation and does not require the addition of a public app.
2..Employ a public app or undertake some logical customization development.
However, please note that all these methods will add new items to the original order, and the customer will be able to see the changes. Therefore, I do not recommend them. Instead, I suggest that you tag different orders using distinct tags on the orders. This will not affect the original order.
if the flow you mentioned takes place during checkout:
1.You are required to install a public app that is appropriate for adding new items to the customer's order based on the rules.
2. Liquid customization based on your rules can be implemented before checkout when someone adds new items to the cart (but this cannot be done to check if a coupon applies to this order).

- Helpful? Please hit Like and mark it as a solution
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me    Buy Me A Coffee
GoDrinks-Bali
Excursionist
37 0 5

Its Okay just add Free product like $0 price on the order if that discount code input?

Eric-HAN
Shopify Partner
256 29 27

yeah   Free product like $0 price  you could add to the  order

EricHAN_0-1720602285437.png

 

- Helpful? Please hit Like and mark it as a solution
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me    Buy Me A Coffee

Kalen_Jordan
Shopify Partner
796 36 143

Yeah that should be doable. When adding the items to the order though it will increase the order total. You can mark the order as paid automatically but there isn't really an easy way to add them as zero priced line items. I have an app that I built that can do that piece if necessary.