Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Printer Friendly Tell a Friend

How I can make a customer be redirected to the start page after login instead of the my account page?

Please, open your user_login.php file and replace the following strings:

if (!strlen($return_page)) {
$return_page = $user_home_url;
}

with

}
if (!strlen($return_page)) {
$return_page ="index.php";