This commit is contained in:
paoloar77
2024-05-17 19:13:30 +02:00
parent 7cb43e1a20
commit 5943ef969e

View File

@@ -6061,7 +6061,7 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po
$product = Product::where('sku', $idarticolo)->first();
if ($product) {
dd($product);
// dd($product);
$metadata = WpPostMeta::where('post_id', $postid)->get();