aa
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user