diff --git a/common/modules/product/models/Import.php b/common/modules/product/models/Import.php index 6186c3f..04316b4 100755 --- a/common/modules/product/models/Import.php +++ b/common/modules/product/models/Import.php @@ -556,7 +556,7 @@ class Import extends Model { $taxGroup->level = $level; $taxGroup->name = $filter_name; $taxGroup->module = 'string'; - $taxGroup->hierarchical = FALSE; + // $taxGroup->hierarchical = FALSE; $taxGroup->group_to_category = $catalog_names; $taxGroup->is_filter = FALSE; $taxGroup->save(); -- libgit2 0.21.4