Redirect to Home on login

Hello Jose.

Try the following:

.- Go to modules -> ps_customersignin and edit the file ” ps_customersignin.php “

.- Look for the following line:

my_account_url’ => $link->getPageLink(‘my-account’, true),

.- Below that line add the following:

‘login_url’ => $link->getPageLink(‘authentication’, true),

.- Go to themes -> tu_olantilla -> modules -> ps_customersignin and edit the file ” ps_customersignin.tpl “

.- Look for the following block:

href=”https:///foro/prestashop-questions/{$my_account_url}”
title=”{ls=”View my customer account” d=’Shop.Theme.Customeraccount’}”
rel=”nofollow ugc”

.- Replace that block with the following:

href=“{$login_url}”
title=“{ls=”Log in to your customer account” d=’Shop.Theme.Customeraccount’}”
rthe=“nofollow”

Note: remember to download a copy of the files before modifying.

All the best

AnswerQuote

Answered: 01/12/2021 9:40 am

See also  Speed ​​test in GT Metrix and WP Rocket
Loading Facebook Comments ...
Loading Disqus Comments ...