Closed
Description
Preconditions (*)
- Magento 2.3.0
- Bundle products having at least 1 child product
- Child product should have some tier prices
Steps to reproduce (*)
- Simple product priced $500
- Add tier price exactly as follow:
- First row: qty=1000, Fixed Price = $300
- Second row: qty=500, Fixed Price = $400
- Third row: qty=10000, Fixed Price = $100
- Fourth row: qty=5000, Fixed Price = $200
- Save product.
When adding tier price, you must add in this sequence. Unless you change the sequence later on like this:
- Simple product priced $500
- Add tier price exactly as follow:
- qty=500, Fixed Price = $400
- qty=5000, Fixed Price = $300
- Save product.
- Lets add more tier price:
- New row: qty=10000, Fixed Price = $100
- New row: qty=1000, Fixed Price = $200
- Save product.
Expected result (*)
- Display correct price (price as configured).
Actual result (*)
- Displayed price (price as configured) is wrong,
- Wrong tier price rate applies
When Adding to cart, it calculates correctly. Only displaying problem.
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release