From 829d274db258944cc78c6924f3edbc613d3a2cc7 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Mon, 20 May 2024 00:35:42 +0200 Subject: [PATCH] aa --- routes/web.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/routes/web.php b/routes/web.php index ae077bb0..87098540 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6134,11 +6134,11 @@ Route::get('/aggiornapreorder/{idarticolo}/{aggiornapreordine}', function ($idar echo "Data:"; showarray($data); - $agg = false; + $agg = true; $data['meta_data'] = $product['meta_data']; if ($agg) { updateValueByKey($data['meta_data'], $campoPreOrder, 'yes'); - updateValueByKey($data['meta_data'], '_is_pre_order', 'yes'); + /*updateValueByKey($data['meta_data'], '_is_pre_order', 'yes'); updateValueByKey($data['meta_data'], '_pre_order_date', $datenow); updateValueByKey($data['meta_data'], '_wpro_date_label_variable', ''); updateValueByKey($data['meta_data'], '_wpro_no_date_label_variable', ''); @@ -6149,7 +6149,7 @@ Route::get('/aggiornapreorder/{idarticolo}/{aggiornapreordine}', function ($idar updateValueByKey($data['meta_data'], '_wpro_amount_price_variable', 'fixed'); updateValueByKey($data['meta_data'], '_wpro_date_variable', ''); updateValueByKey($data['meta_data'], '_wpro_time_variable', ''); - updateValueByKey($data['meta_data'], '_rank_math_gtin_code', ''); + updateValueByKey($data['meta_data'], '_rank_math_gtin_code', '');*/ } echo "
Dati da Salvare:";