diff --git a/import-product.php b/import-product.php index 734c781b..61567544 100644 --- a/import-product.php +++ b/import-product.php @@ -236,7 +236,7 @@ function importProductFeatures($productId, $featuresString) { $featureId = $feature->id; } - if ( $featureId == 47 ) + if ( $featureId == 47 or $featureId == 76 ) continue; $featureValueId = Db::getInstance()->getValue( @@ -451,6 +451,6 @@ foreach ($productsBySymbol as $symbol => $products) { } // reload page after 1s if product or combination was added if ($productAdded || $combinationAdded) { - // echo ""; + echo ""; } ?>