File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Bundle/Model/Product Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -687,7 +687,7 @@ protected function _prepareProduct(\Magento\Framework\DataObject $buyRequest, $p
687
687
$ options
688
688
);
689
689
690
- $ optionsCollection ->appendSelections ($ selections , false , $ _appendAllSelections );
690
+ $ optionsCollection ->appendSelections ($ selections , true , $ _appendAllSelections );
691
691
692
692
$ selections = $ selections ->getItems ();
693
693
} else {
@@ -704,7 +704,7 @@ protected function _prepareProduct(\Magento\Framework\DataObject $buyRequest, $p
704
704
->getOptionsIds ($ product );
705
705
$ selectionCollection = $ product ->getTypeInstance ()
706
706
->getSelectionsCollection ($ optionIds , $ product );
707
- $ options = $ optionCollection ->appendSelections ($ selectionCollection , false , $ _appendAllSelections );
707
+ $ options = $ optionCollection ->appendSelections ($ selectionCollection , true , $ _appendAllSelections );
708
708
709
709
$ selections = $ this ->mergeSelectionsWithOptions ($ options , $ selections );
710
710
}
You can’t perform that action at this time.
0 commit comments