From b3ceb38b856c5c7848a66313cbe8c0d80616846c Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Mon, 20 May 2024 00:39:08 +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 ed942612..6724816f 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6139,13 +6139,13 @@ Route::get('/aggiornapreorder/{idarticolo}/{aggiornapreordine}', function ($idar 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'], '_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', ''); updateValueByKey($data['meta_data'], '_wpro_price_variable', ''); updateValueByKey($data['meta_data'], '_wpro_label_variable', 'Pre Ordinalo!'); - updateValueByKey($data['meta_data'], '_wpro_price_type_variable', 'manual'); + /*updateValueByKey($data['meta_data'], '_wpro_price_type_variable', 'manual'); updateValueByKey($data['meta_data'], '_wpro_amount_price_variable', 'fixed'); updateValueByKey($data['meta_data'], '_wpro_date_variable', ''); updateValueByKey($data['meta_data'], '_wpro_time_variable', '');