-
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
Price is always 0 for bundle product items without dynamic price in order rest API #38687
Comments
Hi @aaqtgft. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-Delta. Thank you for working on this issue.
|
@magento give me 2.4-develop instance |
Hi @engcom-Delta. Thank you for your request. I'm working on Magento instance for you. |
Hi @engcom-Delta, here is your Magento Instance: https://c9541caf779acc04de7439fa43c11cc2.instances-prod.magento-community.engineering |
@magento give me 2.4-develop instance |
Hi @engcom-Delta. Thank you for your request. I'm working on Magento instance for you. |
Hi @engcom-Delta, here is your Magento Instance: https://c9541caf779acc04de7439fa43c11cc2.instances-prod.magento-community.engineering |
Hi @aaqtgft , Verified the issue on 2.4-develop and it is reproducible. Hence, Confirming the issue. Steps to reproduce:- 1.Create a bundle product with a dynamic pricing option Bundle product with dynamic price Bundle product without dynamic price added both products to cart Placed order Bundle product without the dynamic price option, the price of the single product is exported as 0. Bundle product is created with a dynamic price |
✅ Jira issue https://jira.corp.adobe.com/browse/AC-11925 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-Delta. Thank you for verifying the issue. |
Preconditions and environment
Steps to reproduce
When exporting an order containing a bundle product without the dynamic price option, the price of the single product is always exported as 0.
The price of the single product is only exported correctly when the bundle product is created with a dynamic price.
Expected result
Simple products included in a bundle should always have the actual price in the order export.
Those with dynamic price should have the original price, those without should have the price shown on the bundle page.
Actual result
The price of the single product included in a bundle without dynamic price is always exported as 0, while the price of the product included in a bundle with dynamic price is correct.
Additional information
No response
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: