-
Notifications
You must be signed in to change notification settings - Fork 87
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
feat: order list filtering #1571
Conversation
55fd7f2
to
c68b10d
Compare
Azure Demo Servers are available: |
4af9b16
to
4a8e019
Compare
Azure Demo Servers are available: |
4a8e019
to
780a23c
Compare
Azure Demo Servers are available: |
780a23c
to
95a39b2
Compare
Azure Demo Servers are available: |
95a39b2
to
7f86757
Compare
Azure Demo Servers are available: |
…atuscode, jest fix
Hi Inken, we had to remove the Order Status handling as long as it is not coming from ICM. If this is possible in the future, this part may be added. |
Hi, would you mind considering keeping the filters after clicking on 'find order'? This way, users can easily see the filters they've applied and clear them if they wish. |
src/assets/i18n/de_DE.json
Outdated
@@ -153,6 +153,7 @@ | |||
"account.customer.registered.title": "Vielen Dank für Ihre Registrierung!", | |||
"account.date.month": "Monat", | |||
"account.date.month.error.required": "Bitte wählen Sie einen Monat aus.", | |||
"account.date.title": "Ein Datum wählen", |
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.
Please check if the translation with infinitive form is fine for this title. We did the same for French. Please inform C3PO if any changes are needed.
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.
@intershop/c3po-documentation-l10n 'Wählen Sie ein Datum aus' would probably be better at this point
Azure Demo Servers are available: |
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.
THX!
src/app/pages/account-order-history/account-order-history-page.component.ts
Outdated
Show resolved
Hide resolved
src/app/pages/account-order-history/account-order-history-page.component.ts
Outdated
Show resolved
Hide resolved
Azure Demo Servers are available: |
PR Type
[x] Feature
What Is the New Behavior?
Order List supports filtering by date range, product ID and order number.
If the number of orders exceeds the search result limit (=30) a 'load more' button is shown to fetch more orders from the server.
Does this PR Introduce a Breaking Change?
[x] No
Other Information
Requires ICM 11.7
AB#92680