This commit is contained in:
paoloar77
2024-08-13 09:31:34 +02:00
parent 9926562f03
commit 1bbb23088d

View File

@@ -495,9 +495,9 @@ function showOrdini()
// Show the fields of the orders
foreach ($orders as $order) {
// $product = Product::where('sku', $order->CodArticoloGM)->first();
$product = Product::where('sku', $order->CodArticoloGM)->first();
$product = null;
// $product = null;
if ($product)
$titolo = "<a href='" . $product['permalink'] . "' target='_blank'><span style='font-weigth: bold;'>" . $product['name'] . "</span></a>";