-
Notifications
You must be signed in to change notification settings - Fork 30.1k
[IMP] website_sale: differentiate checkout items #189905
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
[IMP] website_sale: differentiate checkout items #189905
Conversation
56a2ff4
to
c326c7e
Compare
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.
LGTM, don't forget to rebase to solve conflicts.
3ae6b24
to
b984a2e
Compare
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.
See my comment on your enterprise PR
bb66de1
to
bcdea08
Compare
bcdea08
to
0c4300b
Compare
04a05e6
to
bc8838c
Compare
The goal is to introduce a visual differentiation in the Order Overview of the checkout process. This commit introduces the `cart_content` template to handle cart_lines iterable variations. Font-sizes and spacing are slightly reviewed for better readability. `_changeCartQuantity` is reviewed to ensure the page displays updated information (and to refresh the input of rented items). task-3531721 Co-authored-by: mano-odoo <mano@odoo.com>
bc8838c
to
3a10361
Compare
@chevalierv we had a discussion with @Jean-boje, we will not go for this approach. We will review the design to differentiate the products with badges. |
Task cancelled in favor of task-4512956 |
The goal is to introduce a visual differentiation in the Order Overview
of the checkout process to differentiate rented items & subscriptions items from the purchased ones.
This PR introduces the
cart_content
template to handle cart_lines variations. Font-sizes and spacing are slightly reviewed for better readability._changeCartQuantity
is reviewed to ensure the page displays updated information.Enterprise PR: https://github.com/odoo/enterprise/pull/75301
task-3531721
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr