Skip to content

Commit d07be23

Browse files
author
okarpenko
committed
Merge branch 'MAGETWO-38969' of https://github.corp.ebay.com/magento-south/magento2ce into MAGETWO-36960
2 parents ba48298 + 749c58f commit d07be23

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Block/Product/View/Options/Type

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Block/Product/View/Options/Type/Select.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function getValuesHtml()
4646
if ($_option->getType() == \Magento\Catalog\Model\Product\Option::OPTION_TYPE_DROP_DOWN) {
4747
$select->setName('options[' . $_option->getid() . ']')->addOption('', __('-- Please Select --'));
4848
} else {
49-
$select->setName('options[' . $_option->getid() . ']');
49+
$select->setName('options[' . $_option->getid() . '][]');
5050
$select->setClass('multiselect admin__control-multiselect' . $require . ' product-custom-option');
5151
}
5252
foreach ($_option->getValues() as $_value) {

0 commit comments

Comments
 (0)