-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
[14.0][IMP] website_sale_product_item_cart_custom_qty #887
[14.0][IMP] website_sale_product_item_cart_custom_qty #887
Conversation
Hi @CarlosRoca13, |
Please review tests |
66d1fce
to
f837ef6
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.
Functional ok!
@CarlosRoca13 can we merge?
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.
@CarlosRoca13 this issue is present in current runboat as well, so it's not due to this PR. Would it be possible to merge? :) |
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.
actually it shouldn't be merged,
@dessanhemrayev when I click on "add to cart" nothing happens
1bd9b65
to
82dc425
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.
I think the option that has been introduced is very restrictive and should not eliminate the existing design. Previously, when the Add to cart option was active and the module installed, hovering over the products makes the buttons appear to indicate the quantity. I don’t want this to be lost.
The new feature should be just that, a new feature, but not break the previous behavior.
3f6804d
to
e0c8246
Compare
Add a setting in /shop page > customize: Always display qty buttons Qty and add to cart buttons are always visible (not only on rollover) To improve the visualization, move the buttons below the image so that they do not overlap it, now it occupies about 20% of the image height.
e0c8246
to
5a83605
Compare
@CarlosRoca13 I returned the previous button behavior and combined them with the new one. Please take a look.) |
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
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.
Functional is ok!
@CarlosRoca13 can we merge?
/ocabot merge minor |
On my way to merge this fine PR! |
Congratulations, your PR was merged at a3794c2. Thanks a lot for contributing to OCA. ❤️ |
@CarlosRoca13 a question: qty button is visibly unaligned with "add to cart" and "wishlist", resulting in a very "sloppy" feeling for the ecommerce: anything that could be done to fix it? |
Hmmm... Has the add to cart any margin top? |
@CarlosRoca13 I'm not technical and cannot say, so I thought to ask you as maybe you know better how it works :) I see this is slightly affecting v15 (while in v16 it's fine) |
I will take a look when i have a chance |
Add a setting in /shop page > customize: Always display qty buttons
Qty and add to cart buttons are always visible (not only on rollover)
To improve the visualization, move the buttons below the image so that they do not overlap it, now it occupies about 20% of the image height.