Bundle Product Options not showing in Customer Account - Items Ordered #16434
Labels
Component: Bundle
Component: Sales
Fixed in 2.2.x
The issue has been fixed in 2.2 release line
Fixed in 2.3.x
The issue has been fixed in 2.3 release line
Issue: Clear Description
Gate 2 Passed. Manual verification of the issue description passed
Issue: Confirmed
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Reproduced on 2.2.x
The issue has been reproduced on latest 2.2 release
Reproduced on 2.3.x
The issue has been reproduced on latest 2.3 release
When ordering a bundle product (for instance the sample data provides the Yoga Kit) - the bundle options are not shown on the items ordered tab of the my account section.
Environment: Magento v2.2.2 with Sample Data (can't see a fix in other newer release notes)
Steps to reproduce
Expected result
Parent product with the options underneath (as is shown on the invoice tab)
Actual result
Only parent product is listed
Preconditions
What I've debugged so far
Looking through the files, I can see that the $parentItem->getChildrenItems() within the renderer template for bundle returns empty.
Looking deeper into the problem, the magento-sales\Model\Order\Item.php does in fact call addChildItem() which should append to the $this->_children property array.
getChildrenItems() should simply pull this array - it looks like between this class being constructed (with child items) and called, this property is being cleared.
The text was updated successfully, but these errors were encountered: