View Single Post
  #345  
Old 03-24-2005, 05:08 PM
 
pokeey pokeey is offline
 

Member
  
Join Date: Mar 2005
Posts: 15
 

Default No Go To Login

First off kudos on the EZ Cart Mod. This thing rocks and I wish all stores made it this eay

I have run into a problem though.

On checkout when I click the link On the "cart.php?mode=checkout" in tnese paragraph:

Quote:
If you already have an account, please login from here. If you are a new customer we need to know your personal details. Please fill in the form below and click 'Submit'.

On the "cart.php?mode=checkout"

All I come up with is a blank page. No way to login.

Here's my source of the login page:
Quote:
<HTML>
<HEAD>
<TITLE>
Your shopping cart
:: Sheer Miracle Mineral Makeup
</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META name="description" content="The Best Mineral Makeup Discount Web Store">
<META name="keywords" content="best mineral makeup, discount mineral makeup, natural foundation, blush, cosmetics, essential skin care, essentials discount cosmetic brushes">
<link rel="stylesheet" href="/mineral-makeup/skin1/skin1.css">

<script language=JavaScript1.3 src="/mineral-makeup/skin1/copybilling1.js"></script>

<style type="text/css">
td.menuback{
background-color: #C0C0C0;
border-bottom: 1px #000000 solid;
border-left: 1px #808080 solid;
border-top: 1px #808080 solid;
}
td.menubackright{
background-color: #C0C0C0;
border-bottom: 1px #000000 solid;
border-right: 1px #808080 solid;
border-left: 1px #808080 solid;
border-top: 1px #808080 solid;
}
td.menu {
background-color: #FFFFFF;
border-left: 1px #000000 solid;
border-top: 1px #000000 solid;
border-right: 1px #000000 solid;
}
td.border {
border-left: 1px #000000 solid;
border-bottom: 1px #000000 solid;
border-right: 1px #000000 solid;
}
td.borderbottom {
border-bottom: 1px #000000 solid;
}
</style>

</head>
<body bgcolor="#FFFFFF">



<div align="center">
<center>

<table border="0" width="700" cellspacing="0" cellpadding="0">
<tr>
<td class="borderbottom">


[img]skin1/images/secure_checkout.gif[/img]</p>
</td>
<td width="480" valign="bottom">
<table border="0" width="100%" height="30" cellspacing="0" cellpadding="0">
<tr>
<td width="80" align="center" class="menuback">Store</td>
<td width="80" align="center" class="menuback">Your cart</td>
<td width="80" align="center" class="menuback">Login</td>
<td width="80" align="center" class="menuback">Method</td>
<td width="80" align="center" class="menuback">Payment</td>
<td width="80" align="center" class="menubackright">Confirmation</td>
</tr>
</table>
</td>
</tr>
</table>

<table border="0" width="700" bgcolor="#FFFFFF" cellspacing="0" cellpadding="8" align="center">
<tr>
<td width="100%" class="border">







</td>
</tr>
</table>
</center>
</div>



</body>
</html>

Anyone have any ideas?

Also I will be the first to admit that I suck at PHP and .tpls but is there a way to put a login box right in the On the "cart.php?mode=checkout" page?

Any help will be deeply deeply appreciated!

Chris
__________________
http://sheermiracle.com/mineral-makeup/home.php
x-cart-4.0.13gold
EZ-Cart
EZ-Upsell
Reply With Quote