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) {