Allow product discount functions to be combined with order coupon discounts #284
hagsonz
started this conversation in
Feedback: Discounts APIs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we have a major problem preventing us from combining a function generated product discount with a native order scoped coupon code.
we have the next scenario:
result:
the function generated product discount disappears and the coupon applies to all order.
if the customer will remove the coupon, the product discount will appear again.
desired result
order discount will apply to the whole amount including the discounted product (as it is now in Shopify Scripts).
In overall, this limitation prevents us from providing a Buy X get Y (for free or for some discount) - "Order Bump" and "Gift with purchase" discounts.
furthermore, some loyalty apps (e.g Yotpo) are generating coupons - this means a customer can't get loyalty discount with a custom discount created by us.
Beta Was this translation helpful? Give feedback.
All reactions