Hi All,
We need to add a free item if the order contains a line item with a Subscription (selling plan)
I can’t figure out the condition for this, can you please help.
The below condition work for all variants with the selling plan, even if the item is a one-time purchase in the order.
But I need it to run if only the line item is added to use with subscription.
Thank you!
Hi Nalinda,
Have you tried just looking at whether order.sellingPlans is empty? Looking at the Product’s Selling Plan Groups is not relevant to the specific order whereas order.sellingPlans should be.
Something like this might be worth trying:
Hope that helps!
1 Like
Hey Nalinda - we’ve had success doing this with merchants by checking that a contract exists on any of the lines:
Or you could use Awtomic Subscriptions which provides subscription specific Shopify Flow actions and triggers. In this case you’d use one of our “Subscription Billing Attempt Success” triggers. From there you could add an item to the order or use one of our actions to update the contract (like add a discount or free one time item)
1 Like
Thanks a lot, @DaveMcV ,
This is work fine with recurring subscriptions but didn’t work with the first order.
@Brian_S_1 solution worked for the both first and recurring subscriptions orders.
Regards!
Hey @Brian_S_1 ,
It works perfectly, thanks a lot
Cheers!