Shopify Functions - Only run if customer is logged in #250
Closed
ricksnathan
started this conversation in
Feedback: Discounts APIs
Replies: 2 comments
-
This should now be supported in |
Beta Was this translation helpful? Give feedback.
0 replies
-
Cheers! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I've created a product discount that's based on a customer's tags, i.e. "Employee". Whenever I reach checkout, anybody that knows that email can use it and receive the discount, since there is no logged in state of the customer. They'll get the discount, but all order information will go to the wrong email (i.e. the person who is an actual employee). What checks are possible to make sure the user is logged in? I'd rather not have customers log in before checkout!
Beta Was this translation helpful? Give feedback.
All reactions