This is a discussion on Customer Login box on the Homepage within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I would like to put Customer Login (user name & password) on my Homepage (Firstpage) which is actually out side ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I would like to put Customer Login (user name & password) on my Homepage (Firstpage) which is actually out side of my Catalog directory. I really could not find any exact solution in either contribution section or throughout the forums by searching. Please help me out. Thank you. Serial Santa Monica (CA) |
| Sponsored Links | ||
| ||
| |
|
#2
| |||
| |||
| Try this Copy and paste the HTML table below into the page or pages where you would like a login area. Replace PATH_TO_YOUR_SHOP.COM/DIR/ with URL to your login.php. Be sure to leave the ?action=process in the address. Replace YOUR_BUTTON.GIF with the name of your button. <table> <form name="login" method="post" action="https://PATH_TO_YOUR_SHOP.COM/DIR/login.php?action=process"> <tr> <td align="center" class="infoBoxContents"> Email Address: </td> </tr> <tr> <td align="center" class="infoBoxContents"> <input type="text" name="email_address" maxlength="96" size="19" value=""> </td> </tr> <tr> <td align="center" class="infoBoxContents"> Password: </td> </tr> <tr> <td align="center" class="infoBoxContents"> <input type="password" name="password" maxlength="40" size="19" value=""> </td> </tr> <tr> <td class="infoBoxContents" align="center"> <input type="image" src="includes/languages/english/images/buttons/YOUR_BUTTON.GIF" border="0" alt="Sign In" title=" Sign In " SSL> </td> </tr> </form> </table> |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Customer cannot login, redirected back to login page | BHenderson | osCMax v1.7 Installation | 2 | 02-09-2005 07:51 PM |
| Admin Login Problem - my customer can't login, I can | pram0310 | osCMax v1.7 Installation | 2 | 10-29-2004 10:46 AM |
| Remember Customer After Login?? | ProjectShadow | osCommerce 2.2 Modification Help | 0 | 10-21-2004 02:10 PM |
| HELP: New customer going in under previous customer's login! | rhino | osCommerce 2.2 Modification Help | 1 | 07-31-2004 08:18 PM |
| Can't login/signup new customer | jbianco | osCommerce 2.2 Installation Help | 7 | 04-06-2004 12:56 PM |