catalog/controller/common/header.php
Dosyasında Aşağıdaki Kodu Bulun:
$data['home'] = $this->url->link('common/home', 'language=' . $this->config->get('config_language'));Aşağıdaki kod ile değiştirin
$data['home'] = $this->request->server['HTTPS'] ? $this->config->get('config_ssl') : $this->config->get('config_url');