-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Bundle Product with dynamic price - partial refund - incorrect quantity for the parent product #39060
Comments
Hi @gorbunovav. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-Bravo. Thank you for working on this issue.
|
Hi @gorbunovav, Thanks for your reporting and collaboration. We have verified the issue in Latest 2.4-develop instance and the issue is not reproducible.Kindly refer the screenshots. Credit Memo allows to specify the quantity of Bundle Products to refund and also it displays correctly the Kindly recheck the issue in Latest 2.4-develop instance and elaborate the steps to reproduce if the issue is still reproducible. Thanks. |
@engcom-Bravo Hi! Sorry, but I think you have missed some points in the ticket description. You are showing that it is possible to refund child products inside the bundle. And this ticket is about the parent product or the root Bundle product. |
Hi @gorbunovav, Thanks for your update. We have verified the issue in Latest 2.4-develop instance and the issue is reproducible.Kindly refer the screenshots. In Database we have the refunded quantity for the bundle product line will be equal to the invoiced quantity.in backend there is no field specified. Hence Confirming the issue. Thanks. |
✅ Jira issue https://jira.corp.adobe.com/browse/AC-12867 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-Bravo. Thank you for verifying the issue. |
Preconditions and environment
Steps to reproduce
sales_order_item
table thatqty_refunded
for the root order item representing the bundle product is set to2
now, which doesn't make sense.Expected result
Credit Memo allows to specify the quantity of Bundle Products to refund.
If Credit Memo refunds bundle items only without the parent product - it is still displayed correctly.
Actual result
Credit Memo doesn't allow to specify the quantity of Bundle Product to refund and automatically refunds full quantity (which can break some logic and reporting). If you manage to create a Credit Memo with Bundle Product quantity set to zero it will not display refunded bundle items (the list of refunded items will be empty).
Additional information
Ideally the quantity of child items (bundle items) in the order should represent the quantity per bundle, while the the quantity of the parent product - the number of bundles (like it is implemented for the cart).
With the current approach it is hard to tell what is the relation between the quantity of each bundle item refunded and the quantity of bundles to refund.
I think it is better to allow users to specify the quantity of Bundle Products to refund according to their own business logic requirements.
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: