Edit include/login.php:
find:
Code:
if ($login_type=="C") {
if(!func_is_cart_empty($cart))
func_header_location($redirect_to."/cart.php");
else
func_header_location($redirect_to."/home.php");
}
And make proper adjustments to redirect to help.php?section=business
