diff --git a/routes/web.php b/routes/web.php index 513983e8..1c2ef34d 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6061,6 +6061,7 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po $product = Product::where('sku', $idarticolo)->first(); if ($product) { + echo "Prodotto trovato: " . $product->name . "
"; // dd($product); $preorder = true;