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:";