test
This commit is contained in:
@@ -6061,7 +6061,7 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po
|
|||||||
$product = Product::where('sku', $idarticolo)->first();
|
$product = Product::where('sku', $idarticolo)->first();
|
||||||
|
|
||||||
if ($product) {
|
if ($product) {
|
||||||
dd($product);
|
// dd($product);
|
||||||
|
|
||||||
$preorder = true;
|
$preorder = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user