Quote:
Originally Posted by totaltec
Look near line 1274 of include/register.php
Code:
// Redirect just registered customer
if ($isAutoLogin) {
$script = 'address_book.php';
} else {
$script = 'home.php';
}
|
How to achieve this?
If any customer directly register in the cart by clicking register.php without adding product in the cart will redirect to home page and if any customer added product in the cart and then click register.php then how to redirected that customer to address book page?