View Single Post
  #4  
Old 08-18-2008, 05:19 AM
  WhiteDoveGifts's Avatar 
WhiteDoveGifts WhiteDoveGifts is offline
 

X-Adept
  
Join Date: Oct 2006
Location: Maarssen, The Netherlands
Posts: 474
 

Default Re: Link to Login Page

If you are looking for a more elagant solution with more flexibility try the mod in this thread:

http://forum.x-cart.com/showthread.php?t=10141&page=8

In post nr. 75 there's a zip with all the files needed. But to make this work for version 4.1.1o you need to modify the last section in the readme file about register.php with this:
PHP Code:
# My Account Mod Redirect Begin    
    
if (empty($av_error)) {
        if (
$reg_error) {
            
func_header_location($script);
        }
        else {
            
header("LOCATION: help.php?section=Login");
        }
    }
}
# My Account Mod Redirect End 

The nice thing about this mod is that you can include several different templates to suit yout needs
__________________
____________________________
X-Cart Gold 4.1.10

EWD Hosting | CDSEO Pro | One Page Checkout | Smart Search | Telafirma Dynamic Images | X-AOM | Product Importer Pro and many custom mods and tweaks found here...
Reply With Quote