t
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user