t
This commit is contained in:
@@ -6067,6 +6067,8 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po
|
|||||||
// Aggiorna Preorder
|
// Aggiorna Preorder
|
||||||
$product = Product::where('sku', $idarticolo)->first();
|
$product = Product::where('sku', $idarticolo)->first();
|
||||||
|
|
||||||
|
showarray($product);
|
||||||
|
|
||||||
$product_id = $product['id'];
|
$product_id = $product['id'];
|
||||||
|
|
||||||
if ($product) {
|
if ($product) {
|
||||||
|
|||||||
Reference in New Issue
Block a user