#15573·opencart

Wrong links for stylesheet and fonts for promotion on opencart.com

Author: mhcwebdesignCreated Jul 12, 2026Updated Jul 12, 2026

When calling the https://www.opencart.com/index.php?route=api/install via curl_exec the response always includes the wrong links from opencart.com:

<link href="http://localhost/opencart-website/public_html/application/view/stylesheet/install.css" rel="stylesheet"/>
<link href="http://localhost/opencart-website/public_html/application/view/javascript/fontawesome/css/font-awesome.min.css" rel="stylesheet"/>

Instead it should return these:

<link href="https://opencart.com/application/view/stylesheet/install.css" rel="stylesheet"/>
<link href="https://opencart.com/application/view/javascript/fontawesome/css/font-awesome.min.css" rel="stylesheet"/>