Posted - 04/23/2020 : 09:41:35
Hi, How can I redirect clientlogin.php page to my index.php after the customer logout. At the moment after clicking logout it stays at the clientlogin.php Please advice.
Thanks
// Customer Login $enableclientlogin=true; $allowclientregistration=false; $customeraccounturl="../index.php"; $forceclientlogin=true; $nocreateaccountoncheckout=true; $clientloginref="clientlogin.php";
|