Jump to content

When placing an order get logged out


wroughtec

Recommended Posts

I am in the final testing phase of our hosting site:

 

http://www.webtemplates-online.co.uk/host/

 

But I am being logged out every time i try and complete an order and I don't know why happens on the domain page were you hit continue and happens on the payment page maybe else were but that is what I have tested so far.

 

Any ideas as obviously this is a bit of a problem!

Link to comment
Share on other sites

ok seem to have solved was this login box cuasing the issue:

 

<!--member start -->
{if !$loggedin}
<div id="member">
 <div align="center"><h2>{$LANG.clientlogin}</h2></div>
 <form method="post" action="dologin.php">
   <div class="c2"><label>{$LANG.email}:</label>
   <input name="username" type="text" class="navinput" /></div><br />
   <div class="c2"><label>{$LANG.loginpassword}:</label>
   <input name="password" type="password" class="navinput" /></div><br />
   <div class="c2"><input type="checkbox" name="rememberme" /> Remember Me   <input type="submit" class="submitbutton" value="Login" /></div>
</form>
</div>
{else}
<div id="member">
 <div align="center"><h2>{$LANG.clientareanavlogout}</h2></div>
   <form method="post" action="logout.php">
   <br /><div align="center">{$LANG.welcomeback} {$clientsdetails.firstname} {$clientsdetails.lastname} 
   <br /><br /><input type="submit" class="submitbutton" value="Logout" /></div>
   </div>
{/if}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated