This commit is contained in:
paoloar77
2024-11-27 12:39:34 +01:00
parent 39886b8131
commit 79adc61efc

View File

@@ -635,7 +635,7 @@ function showOrdiniWeb()
$product = Product::where('sku', $order->CodArticoloGM)->first();
if (isset($product['permalink'])) {
$permalink = "<a href='" . $product['permalink'] . "' target='_blank'>";
$mylink = "<a href='" . $product['permalink'] . "' target='_blank'>";
$finelink = "</a>";
} else {
$mylink = "";