-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Order Ahead Subscription #511
Comments
Hi, how do we subscribe? |
Marketing will do it manually. All you have to look for is that flag for now. If they want to cancel, they will have to email us for now. Stripe handles recurring subscriptions. Names for the subscription plan are welcome. |
anyway i can test it on dev? |
Yes. Give me some users to mark as having it. On Fri, Feb 19, 2016 at 3:06 PM, Joseph Lau [email protected]
|
FB - [email protected] |
Me to please: |
All are done. On Fri, Feb 19, 2016 at 3:18 PM, Kokusho Torres [email protected]
|
thanks, here you go: email login -> http://recordit.co/E0xjyIDrH8
|
Yea, it looks great :) 👍 |
SUMMARY:
If a user has an order ahead subscription, then their delivery is free for order ahead orders only.
WHERE TO LOOK:
user.has_oa_subscription
The
/user/login
and/user/info
calls both havehas_oa_subscription
attached to them now.IF
has_oa_subscription
is true (1), THEN strike the delivery cost for order ahead orders only, and mark it as $0. We can use the same styling here as a coupon.Don't forget to still calculate all totals properly! Remember that delivery fee IS taxed, so you need to adjust everything properly. Reference, just in case: https://docs.google.com/spreadsheets/d/1NRV8i4X0_ZHXa0NcRbF1vXZQlx3BQVYyKAxWKzvMjIU/edit#gid=1073682431
The text was updated successfully, but these errors were encountered: