From ff3e978209e1f0b56fd5a95175bd26fcde07fd7a Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Sat, 18 May 2024 17:29:03 +0200 Subject: [PATCH] tt --- routes/web.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index f07235f7..ca18f3c9 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6071,9 +6071,12 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po $attributes = $product['meta_data']; + echo "Attributi:"; dd($attributes); - $variations = Variation::all($product['id']); + echo "Variazioni:"; + + $variations = Variation::all($product_id); dd($variations); } else {