ViArt - PHP Shopping Cart
Select your currency:
American DollarBritish Pound
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";

ViArt - PHP Shopping Cart