aa
This commit is contained in:
@@ -215,7 +215,15 @@ function loadArticleByIdArticle($id, $checkprevendita = false)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return dd($articles);
|
$ris = dd($articles);
|
||||||
|
|
||||||
|
$product = Product::where('sku', $id)->first();
|
||||||
|
|
||||||
|
$ris .= 'Product:';
|
||||||
|
$ris .= dd($product);
|
||||||
|
|
||||||
|
return $ris;
|
||||||
|
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
|
|
||||||
return "Errore: " . $e->getMessage();
|
return "Errore: " . $e->getMessage();
|
||||||
|
|||||||
Reference in New Issue
Block a user