Bir başka sitede bulduğum aşağıdaki çözümü denediysemde olmadı. Üye giriş yaptığında hesap bilgilerinin sayfasına değil de ana sayfaya yönlensin istiyorum. (Not: Opencart 3)
..............................................................................................................................................
catalog/controller/account/login.php
Bul :
if ($this->customer->isLogged()) {
$this->redirect($this->url->link('account/account', '', 'SSL'));
}
Değiştir :
common/home
..............................................................................................................................................