View Single Post
  #6  
Old 11-03-2004, 02:02 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

When you go to that page and you view source you'll see:

<INPUT type="hidden" name="redirect" value="{$redirect}">

That means that your page isn't processing your smarty, so you need to specify this value.

Try:

<input type=hidden name=redirect value="customer">
Reply With Quote