From 6436fc04c8c108a8ed74af5a59a6a47c8bfc8536 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Mon, 20 May 2024 00:38:32 +0200 Subject: [PATCH] aa --- routes/web.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/web.php b/routes/web.php index 87098540..ed942612 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6138,8 +6138,8 @@ Route::get('/aggiornapreorder/{idarticolo}/{aggiornapreordine}', function ($idar $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'], '_pre_order_date', $datenow); + 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', ''); updateValueByKey($data['meta_data'], '_wpro_manage_price_variable', '');