From 073c6b2686172c356e1a775cbb2071d2c3746324 Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Mon, 10 Feb 2025 08:35:10 +0100 Subject: [PATCH] =?UTF-8?q?Rozszerzenie=20warunku=20w=20funkcji=20importPr?= =?UTF-8?q?oductFeatures=20oraz=20wyd=C5=82u=C5=BCenie=20czasu=20od=C5=9Bw?= =?UTF-8?q?ie=C5=BCania=20strony=20po=20dodaniu=20produktu=20lub=20kombina?= =?UTF-8?q?cji?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- import-product.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ""; } ?>