//seo url from admin area $urlcls = new Url(HTTP_CATALOG, $this->config->get('config_secure') ? HTTP_CATALOG : HTTPS_CATALOG); if ($this->config->get('config_seo_url')) { $urlcls->addRewrite($this); } $url = $urlcls->link('product/product', $url . '&product_id=' . $this->request->get['product_id']); You can use the $url in your code