-
Notifications
You must be signed in to change notification settings - Fork 116
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
[Woo POS] Coupons: Show error when coupons are disabled in core #15468
[Woo POS] Coupons: Show error when coupons are disabled in core #15468
Conversation
} | ||
} | ||
|
||
private func enableStoreCouponSettings() async -> Bool { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not used at the moment, happy to remove it or keep it if you prefer that we handle the enable action via CTA on this same PR 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're not handling enabling on this PR, then let's remove it. 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done! d2619de
|
Thanks for starting to tackle this. According to the requirements (pdfdoF-6BG-p2), the expectation is:
This is what we have in IPP right now, and that would be an expectation: Simulator.Screen.Recording.-.iPad.Air.11-inch.M2.-.2025-04-02.at.09.57.07.mp4
Yes. It will probably require some refactoring:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Since the title of PR is "Show error when coupons are disabled", the goal is fulfilled.
On the next PR, the rest of the things can be handled as I mentioned in the previous comment.
} | ||
} | ||
|
||
private func enableStoreCouponSettings() async -> Bool { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're not handling enabling on this PR, then let's remove it. 👍
Thanks for the review!
Perfect, I'll merge this for the moment and log/handle the "enable coupons" action separately 👍 |
Partially closes: #15348
Description:
This PR takes a first go to handling coupons being enabled or disabled in core. When coupons are disabled, we show an error screen prompting the user to enable them. Once done, we can refresh and coupons will load.
Screen.Recording.2025-04-02.at.09.56.30.mov
Next steps:
I think we have two options to move forward:
enableStoreCouponSettings
at some point, which enables this setting and refreshes the view automatically. This would need some refactor around how we retry errors in the dashboard view, or perhaps add a secondary action that we can use for coupons only.In both cases we'd still need a way for the user to switch between products and coupons, this should not be an issue with the latest designs, as both are in the navigation bar, so there's no need for dismissal/close button.
Testing information
RELEASE-NOTES.txt
if necessary.Reviewer (or Author, in the case of optional code reviews):
Please make sure these conditions are met before approving the PR, or request changes if the PR needs improvement: