From 8eb99ef9f1951757413cbe89329fdb308e54e509 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Sat, 18 May 2024 17:33:25 +0200 Subject: [PATCH] t --- routes/web.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/routes/web.php b/routes/web.php index 465779e5..5d6097ff 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6067,6 +6067,8 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po // Aggiorna Preorder $product = Product::where('sku', $idarticolo)->first(); + showarray($product); + $product_id = $product['id']; if ($product) {