This commit is contained in:
paoloar77
2024-08-14 16:58:04 +02:00
parent 30b975faab
commit 88f3efd668

View File

@@ -487,7 +487,7 @@ function showTest()
try {
$product = WooCommerce::find('products', $codarticolo);
print_r($product);
// print_r($product);
// $product = Product::all();
// $product = Product::where('sku', $codarticolo)->first();
} catch (\Exception $e) {