From 19bb990f5b041a19d693592a8ab992854f7abe03 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Sun, 19 May 2024 12:49:27 +0200 Subject: [PATCH] preorder --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 10cf3277..6175e138 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6134,7 +6134,7 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po $preordine = true; $data = []; - $data['_wpro_variable_is_preorder'] = 'true'; + $data['_is_pre_order'] = 'true'; $data['stock_quantity'] = '1000'; $idprodotto = $product['parent_id'];