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