View Single Post
  #2  
Old 03-05-2014, 05:27 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: How to change redirect on login.php

Here's an old note that might at least point you in the right direction:

In include/login.php around line 261, replace:

PHP Code:
...
    if (!
func_is_cart_empty($cart)) { 

with:

PHP Code:
...
     if (
$login_type == 'C') {
          
func_header_location($redirect_to.'/pages.php?pageid=29');
    } elseif (!
func_is_cart_empty($cart)) { 
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote