We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305aa0b commit b36a0abCopy full SHA for b36a0ab
app/code/Magento/Bundle/Block/Catalog/Product/View/Type/Bundle/Option/Multi.php
@@ -16,21 +16,4 @@ class Multi extends \Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Optio
16
* @var string
17
*/
18
protected $_template = 'Magento_Bundle::catalog/product/view/type/bundle/option/multi.phtml';
19
-
20
- /**
21
- * @inheritdoc
22
- * @since 100.2.0
23
- */
24
- protected function assignSelection(\Magento\Bundle\Model\Option $option, $selectionId)
25
- {
26
- if (is_array($selectionId)) {
27
- foreach ($selectionId as $id) {
28
- if ($id && $option->getSelectionById($id)) {
29
- $this->_selectedOptions[] = $id;
30
- }
31
32
- } else {
33
- parent::assignSelection($option, $selectionId);
34
35
36
}
0 commit comments