|
Rank: Starting Member
Groups: Registered
Joined: 1/11/2003 Posts: 3 Location: ,
|
I'm having a table problem using the new version of
add to cart. I still use the old system, but am currently
revamping my comic book site. I use tables to list the
thousands of items I have up for sale. I am cutting and
pasting the new code into the place of the old, and am
ending up with a table field that is twice as tall as
the old field. The only thing I change is the 'new' add to
cart code. I change the variables and move on. I have also
tried to change the image variable from the "https://" to
the old "http://.images." thinking that perhaps there was
a difference in the butt22.gif. It appears to be the same
button, any ideas????
Phil
when all else fails,
read the instructions...
|
|
Rank: Starting Member
Groups: Registered
Joined: 1/11/2003 Posts: 3 Location: ,
|
This is what I'm working with. The cell around the button WAS approximately 90x18 using the old style 'add to cart' code, all I did was to update that. I had been using the old code for quite some time, and wanted to use the avaialbility of the handling_cart update. Ideas?
<center><table border=4 bordercolor="blue"> <!--TABLE HEADER--> <tr><td><font face="arial" color="blue" size="-1">SERIES TITLE</font></td> <td><font face="arial" color="blue" size="-1">ISSUE #</font></td> <td><font face="arial" color="blue" size="-1">GRADE AND DESCRIPTION</font></td> <td><font face="arial" color="blue" size="-1">IMAGE</font></td> <td><font face="arial" color="blue" size="-1">PRICE</font></td> <td><font face="arial" color="blue" size="-1">PAYPAL SHOP</font></td></tr> <!--TABLE HEADER-->
<tr><td><font face="arial" color="red" size="-1"><b>ZERO HOUR</b></font></td> <td><font face="arial" color="red" size="-1"># 1</font></td> <td><font face="arial" color="red" size="-1">NM/M PARALLAX!</font></td> <td><A href="http://users.ev1.net/~whitskee/Zcomics/zerohour1.jpg" target="new window"> <img border=0 src="http://www.towards2112.com/images/gif/pic2.gif"></A></td> <td><font face="arial" color="red" size="-1">$ 1.00</font></td> <td><form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="towards2112@towards2112.com"> <input type="hidden" name="item_name" value="ZERO HOUR"> <input type="hidden" name="item_number" value="1 NM/M"> <input type="hidden" name="amount" value="1.00"> <input type="hidden" name="handling_cart" value="2.65"> <input type="hidden" name="shipping" value="0.12"> <input type="hidden" name="return" value="http://www.towards2112.com/index.html"> <input type="hidden" name="cancel_return" value="http://www.towards2112.com/index.html"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="USD"> <input type="image" src="http://images.paypal.com/images/x-click-but22.gif" name="submit"> <input type="hidden" name="add" value="1"> </form></td></tr> </table></center>
when all else fails, read the instructions...
|