I'm missing some fields on my cart page. I'm missing the quanity text field, update and remove buttons. my store is for a online game and it's at http://paradox-sim.com/store .
Any help is appreciated
Moderators: Koibito, Stefko, Randy
<form name="order">
<input type=hidden name="PRICE" value="5.00">
<input type=hidden name="NAME" value="Alf-Alfa Square Hay Bale">
<input type=hidden name="ID_NUM" value="Forage 001">
<table width="100%" border="0">
<tr>
<td>Alf-Alfa Hay Square Bale </td>
<td>$5.00</td>
<td><input type=text size=5 maxlength=5 name=QUANTITY onChange='this.value=CKquantity(this.value)' value="1"> </td>
<td><input type=button value=' Buy! ' onClick='AddToCart(this.form)'></td>
</tr>
</table>
</form>Return to Help: Perl/PHP/ASP Checkout
Users browsing this forum: No registered users and 1 guest