tt
This commit is contained in:
@@ -6058,8 +6058,7 @@ Route::get('/aggiornapreorder/{idarticolo}', function ($idarticolo) {
|
|||||||
$product = Product::where('sku', $idarticolo)->first();
|
$product = Product::where('sku', $idarticolo)->first();
|
||||||
|
|
||||||
if ($product) {
|
if ($product) {
|
||||||
|
dd($product);
|
||||||
echo 'Prodotto: ' . $product->id . ' - ' . $product->name . '<br>';
|
|
||||||
|
|
||||||
$aggiorna = false;
|
$aggiorna = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user