Skip to content
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

Open
2 of 5 tasks
aaqtgft opened this issue Apr 30, 2024 · 11 comments
Open
2 of 5 tasks
Labels
Area: Pricing Component: Bundle Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Priority: P1 Once P0 defects have been fixed, a defect having this priority is the next candidate for fixing. Progress: ready for dev Reported on 2.4.6 Indicates original Magento version for the Issue report. Reproduced on 2.4.x The issue has been reproduced on latest 2.4-develop branch

Comments

@aaqtgft
Copy link

aaqtgft commented Apr 30, 2024

Preconditions and environment

  • 2.4.6

Steps to reproduce

  1. Create a bundle product with a dynamic pricing option
  2. Create a bundle product without dynamic price option
  3. Add both items to the cart
  4. Complete the checkout process
  5. Export the order using the REST API

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

  • Severity: S0 - Affects critical data or functionality and leaves users without workaround.
  • Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
  • Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
  • Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
  • Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
Copy link

m2-assistant bot commented Apr 30, 2024

Hi @aaqtgft. Thank you for your report.
To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:


Join Magento Community Engineering Slack and ask your questions in #github channel.
⚠️ According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting.
🕙 You can find the schedule on the Magento Community Calendar page.
📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.

Copy link

m2-assistant bot commented Apr 30, 2024

Hi @engcom-Delta. Thank you for working on this issue.
In order to make sure that issue has enough information and ready for development, please read and check the following instruction: 👇

  • 1. Verify that issue has all the required information. (Preconditions, Steps to reproduce, Expected result, Actual result).
  • 2. Verify that issue has a meaningful description and provides enough information to reproduce the issue.
  • 3. Add Area: XXXXX label to the ticket, indicating the functional areas it may be related to.
  • 4. Verify that the issue is reproducible on 2.4-develop branch
    Details- Add the comment @magento give me 2.4-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.4-develop branch, please, add the label Reproduced on 2.4.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!
  • 5. Add label Issue: Confirmed once verification is complete.
  • 6. Make sure that automatic system confirms that report has been added to the backlog.

@engcom-Delta engcom-Delta added the Reported on 2.4.6 Indicates original Magento version for the Issue report. label May 1, 2024
@engcom-Delta
Copy link
Contributor

@magento give me 2.4-develop instance

Copy link

Hi @engcom-Delta. Thank you for your request. I'm working on Magento instance for you.

Copy link

@engcom-Delta
Copy link
Contributor

@magento give me 2.4-develop instance

Copy link

Hi @engcom-Delta. Thank you for your request. I'm working on Magento instance for you.

Copy link

@engcom-Delta
Copy link
Contributor

engcom-Delta commented May 9, 2024

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
2.Create a bundle product without dynamic price option
3.Add both items to the cart
4.Complete the checkout process
5.Export the order using the REST API

Bundle product with dynamic price

Screenshot 2024-05-08 at 7 26 17 PM

Bundle product without dynamic price

Screenshot 2024-05-08 at 7 27 39 PM

added both products to cart

Screenshot 2024-05-08 at 7 33 49 PM

Placed order

Screenshot 2024-05-08 at 7 34 37 PM

Bundle product without the dynamic price option, the price of the single product is exported as 0.

Screenshot 2024-05-08 at 7 38 49 PM

Bundle product is created with a dynamic price

Screenshot 2024-05-08 at 7 39 19 PM

@engcom-Delta engcom-Delta added Area: Pricing Component: BundleImportExport Component: Bundle Reproduced on 2.4.x The issue has been reproduced on latest 2.4-develop branch Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed and removed Component: BundleImportExport Issue: ready for confirmation labels May 9, 2024
@m2-community-project m2-community-project bot moved this from Ready for Confirmation to Confirmed in Issue Confirmation and Triage Board May 9, 2024
@github-jira-sync-bot
Copy link

✅ Jira issue https://jira.corp.adobe.com/browse/AC-11925 is successfully created for this GitHub issue.

Copy link

m2-assistant bot commented May 9, 2024

✅ Confirmed by @engcom-Delta. Thank you for verifying the issue.
Issue Available: @engcom-Delta, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.

@engcom-Delta engcom-Delta added the Priority: P1 Once P0 defects have been fixed, a defect having this priority is the next candidate for fixing. label May 9, 2024
@m2-community-project m2-community-project bot added this to Ready for Development in High Priority Backlog May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Pricing Component: Bundle Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Priority: P1 Once P0 defects have been fixed, a defect having this priority is the next candidate for fixing. Progress: ready for dev Reported on 2.4.6 Indicates original Magento version for the Issue report. Reproduced on 2.4.x The issue has been reproduced on latest 2.4-develop branch
Projects
High Priority Backlog
  
Ready for Development
Development

No branches or pull requests

3 participants