X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Login form will not work? Any Ideas? (https://forum.x-cart.com/showthread.php?t=10182)

elabdesigns 11-03-2004 11:14 AM

Login form will not work? Any Ideas?
 
I made this form for my custom login page. All of the logic seems right but from some reason it doesn't work? Any thoughts as to why?

Code:



If you already have an account, please login by filling in the form below.</p>
<table border=0>
  <FORM action="{$xcart_web_dir}/include/login.php" method="post" name="loginform">
    <tr>
      <td height="10" width="78" class=FormButton>Login</td>
      <td width="282" height="10"><input type="text" name="username" size="30">
      </td>
    </tr>
    <tr>
      <td height="10" width="78" class=FormButton>Password</td>
      <td width="282" height="10"><input type="password" name="password" size="30">
      <input type="hidden" name="usertype" value="C">
      </td>
    </tr>
    <tr>
      <td height="10" width="78"></td>
      <td width="282" height="10"></td>
    </tr>
    <tr>
      <td height="10" width="78"></td>
      <td width="282" height="10">LOG IN
      </td>
    </tr>
    <INPUT type="hidden" name="mode" value="logout">
    <INPUT type="hidden" name="redirect" value="{$redirect}">
  </FORM>
</table>


 If you do not have an account, you can easily register here</font>


Jon 11-03-2004 11:45 AM

<INPUT type="hidden" name="mode" value="logout">

Your mode is going to log you out instead of in.

elabdesigns 11-03-2004 12:09 PM

Jon, thanks it worked!

It logs me in but for from some reason when you log in it doesn't redirect you like it does when you login using the /error_message.php?login_incorrect script? I have a call to redirect? is it wrong?

Code:

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

Jon 11-03-2004 12:15 PM

Load the page and see what the actual redirect value is.

elabdesigns 11-03-2004 12:19 PM

Jon, is guess my brain is on break because I am not following?

What should I look for?

The site is an extreme work in progress - but see what you can make of it

http://www.pariscape.com/pages.php?pageid=3[/url]

Jon 11-03-2004 02:02 PM

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">

elabdesigns 11-04-2004 06:55 AM

Didn't work
 
Jon

Thanks for the replies, but that didn't fix the problem either. Any more ideas? Or how I can change the form/make a form to log in on and or register?

Thanks

Jon 11-04-2004 10:02 AM

Depends what x-cart version your using.

I would just include the auth.tpl in a smarty template.

elabdesigns 11-05-2004 07:23 AM

Jon-

I would like to thank you for all the help you have given me thus far. Can you help me even further.

Can you tell me how do make a smarty template and include the auth.tpl like you suggested?

I have tried it all, from making my own myaccoun.php to everthing under the moon. All will not redirect

Jon 11-05-2004 08:07 AM

What version are you running?


All times are GMT -8. The time now is 11:33 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.