aa
This commit is contained in:
@@ -6105,7 +6105,7 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po
|
|||||||
$prodotti = null;
|
$prodotti = null;
|
||||||
$prodotti = new ModelsProduct();
|
$prodotti = new ModelsProduct();
|
||||||
|
|
||||||
$prodotti = $prodotti->where('name', $titolo)->get();
|
$prodotti = $prodotti->where('sku', $sku)->get();
|
||||||
$id = 0;
|
$id = 0;
|
||||||
|
|
||||||
if (!is_null($prodotti) && $prodotti->count() > 0) {
|
if (!is_null($prodotti) && $prodotti->count() > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user