aa
This commit is contained in:
@@ -635,7 +635,7 @@ function showOrdiniWeb()
|
|||||||
$product = Product::where('sku', $order->CodArticoloGM)->first();
|
$product = Product::where('sku', $order->CodArticoloGM)->first();
|
||||||
|
|
||||||
if (isset($product['permalink'])) {
|
if (isset($product['permalink'])) {
|
||||||
$permalink = "<a href='" . $product['permalink'] . "' target='_blank'>";
|
$mylink = "<a href='" . $product['permalink'] . "' target='_blank'>";
|
||||||
$finelink = "</a>";
|
$finelink = "</a>";
|
||||||
} else {
|
} else {
|
||||||
$mylink = "";
|
$mylink = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user