-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: CatalogComponent: TaxIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report
Description
Preconditions
- Magento version 2.1.2
- PHP 7.0.11
- MySQL 5.6
Steps to reproduce
- Create a bundle product.
- Set base price 0.
- Add some bundle option. For example, 1 drop down option with $10 product A, 2nd drop down option with $5 product B with default quantity of 4.
Expected result
- In theory, the default price should be $0 + $10 + (4x $5 = $20) = $30 and that show be consistently shown on category page, product page, and shopping cart (if added).
Actual result
-
On the product page the top price that show under the product name is for some reason show as $0 + $10 + (4 x 4 x $5 = 80) = $90.
-
The bottom price toward the end where we specify quantity is show the correct $30.
So in the other words, the first price, which is also the same price that shows on the category page incorrectly combine the 4 x qty price on top of the pre-computed (4 x $5) again.
The bottom part and the final amount show on the shopping cart is shown correctly.
Metadata
Metadata
Assignees
Labels
Component: CatalogComponent: TaxIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report