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 from outside of store? (https://forum.x-cart.com/showthread.php?t=5477)

ryanf 12-05-2003 01:05 PM

Login from outside of store?
 
My store is somewhat seperate from my website, so I'll have a webpage that allows members to register an xcart customer account, login to their existing account, and view a preview of my services, all from a webpage outside of xcart. Any idea how I can do this?. I tried to take the code from "auth.tpl" but that obviously doesn't work.

Ryan

ryanf 12-05-2003 01:15 PM

Wild. 3 minutes later I figured it out. lol. Incase anyone else is looking for the same thing, feel free to private message me. I'm not sure what the best way is to post code into the forum.

Ryan

leon 12-13-2003 12:23 AM

Just Copy and Paste thats all.

Regarding your issue all a user has to do is copy a form into a table in any page that references the action to the include/login.php script:

<FORM action="http://yourxcartsite.com/include/login.php" method=post name=authform>
<tr>
<td class=VertMenuItems>
<font class=VertMenuItems>Username</font>

<input type=text name=username size=16>

<font class=VertMenuItems>Password</font>

<input type=password name=password size=16>

<input type=hidden name=mode value=login>
<input type=hidden name=usertype value="C">
<input type=hidden name=redirect value="customer">
</td></tr>
<tr>
<td height=24 class=VertMenuItems>
<font class=VertMenuItems>Login </font><input type=image src='http://yourxcartsite.com/skin1/images/go_menu.gif' width=27 height=14 border=0 align=absmiddle>
</td>
</tr>
<tr>
<td height=24 nowrap class=VertMenuItems>
<font class=VertMenuItems>Register </font>http://yourxcartsite.com/skin1/images/go_menu.gif
</td>
</tr>
<tr>
<td class=VertMenuItems>


<div align=right>
If you have disabled Javascript in your browser click here
</div>
</td>
</tr>
</form>


All times are GMT -8. The time now is 09:16 PM.

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