-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Quantity of a product cannot be modified when you try to make a return #366
Comments
I have confirmed that is something related with falcon theme and the way it is handling each product row. I guess it is blocking default behaviour with Javascript when any click on a row is executed. I have made a video in which you can see the wrong behaviour. It should allow modify the quantity of product to return. cannot.select.quantity.on.a.return.mov |
HI @FranRomero, I was able to reproduce the problem. |
Hi @FranRomero replace it with $product.is_virtual to fix the second problem (to select the product quantity) it is necessary to use this css code `#order-detail .product-line__checkbox-block { #order-detail .product-line__checkbox-block:before { bye |
Thank you @maofree, with your fix the problem that I described above is solved. But doing some test, I have seen that there is another bug related with this screen @Oksydan. If you select one row clicking on the product row checkbox, it is marked correctly, but if you click on "Select all" checkbox and then try to mark any of the product rows checkbox, you are not able to select them. Should I create a new ticket or does this ticket can be used for both as they are totally related? Thanks! |
Hi |
Hi @maofree, if you would like to fix it for version 3.X. You can submit PR. |
Description
If you try to make a return of an order, you cannot select the quantity of product you want to return. Instead, when you click on quantity select, it checks/uncheck the row of the product in which you click on.
Node.js version
v18.17.0
php version
v8.1
OS and it's version
MacOs Ventura 13.6.1
Browsers
No response
Required module/theme
theme
Reproduction steps
Logs
No response
The text was updated successfully, but these errors were encountered: