This commit is contained in:
paoloar77
2024-05-18 13:35:05 +02:00
parent ec1c587556
commit 2bf5d24cf5

View File

@@ -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 . "<br>";
// dd($product);
$preorder = true;