Skip to content

Commit 3762729

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-59: Importing Bundle with '?' in the option title corrupts how option is displayed and prevents product from being added to cart
1 parent 42982f1 commit 3762729

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/BundleImportExport/Model/Import/Product/Type

1 file changed

+1
-1
lines changed

app/code/Magento/BundleImportExport/Model/Import/Product/Type/Bundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ protected function populateExistingOptions()
481481
);
482482
$orWhere = false;
483483
foreach ($this->_cachedOptionSelectQuery as $item) {
484-
$expItem = explode('=',$item);
484+
$expItem = explode('=', $item);
485485
if ($orWhere) {
486486
$select->orWhere($expItem[0].' = '.$expItem[1].' = ?', $expItem[2]);
487487
} else {

0 commit comments

Comments
 (0)