Hi this code generated a URL using my website domain:
'link' => str_replace('&', '&', $this->url->link('product/product', 'product_id=' . $result['product_id'] . '&tracking=' . $tracking))
How can I make the code above generated a URL with a specific domain, say: google.com and NOT use my websites domain?
Thank for any help