Commit 53c54d8727092fdbb849e38d897f8702ec19f05a
1 parent
db09c8fd
option delimiter ~
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/modules/product/models/Import.php
... | ... | @@ -681,7 +681,7 @@ |
681 | 681 | } |
682 | 682 | $taxGroup->save(false); |
683 | 683 | } |
684 | - $filters_options = explode(',', $filter[ 2 ][ 0 ]); | |
684 | + $filters_options = explode('~', $filter[ 2 ][ 0 ]); | |
685 | 685 | foreach($filters_options as $filter_options) { |
686 | 686 | $parsed_option_name = $this->parseName($filter_options); |
687 | 687 | /** | ... | ... |