Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

HTML guru's - help with shopping cart needed.

Thread Tools
 
Search this Thread
 
Old Feb 12, 2005 | 09:04 PM
  #1  
mynickers's Avatar
mynickers
Thread Starter
Scooby Regular
 
Joined: Sep 2003
Posts: 1,194
Likes: 0
From: London(ish)
Default HTML guru's - help with shopping cart needed.

Hi Guys,

This is probably really simple to you, but I am stuck.

I am setting up a paypal shopping basket on my photography gallery.

I basically want to get the add payment button to go on the right of the drop down menu (on the following code), at the moment, it's default code is to put it on top and centred.

I still want it centred, but I want the description, followed by the drop down option and then the add to cart button to be on the same horizontal line. Also the text seems to not align with the drop down menu box either.

Can anyone help?

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<div align="center">
<table align="center">
<tr>
<td align="center" valign="top"><input type="hidden" name="on0" value="16 x 12" Print £35">
16 x 12" Print £35</td>
<td><select name="os0">
<option value="High Gloss (210gsm)">High Gloss (210gsm)
<option value="Semi Gloss (210gsm)">Semi Gloss (210gsm)</select> </td>
</tr>
</table>
<input name="submit" type="image" src="https://www.paypal.com/en_GB/i/btn/x-click-but22.gif" alt="Make payments with PayPal - it's fast, free and secure!" align="top" border="0">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="clarke.nick@gmail.com">
<input type="hidden" name="item_name" value="Stage portrait print 01">
<input type="hidden" name="item_number" value="nc0001">
<input type="hidden" name="amount" value="35.00">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="GBP">
</div>
</form>

Many thanks in advance,

Cheers,

Nick
Reply
Old Feb 12, 2005 | 09:26 PM
  #2  
boxst's Avatar
boxst
Scooby Regular
 
Joined: Nov 1998
Posts: 11,905
Likes: 0
Default

Hello

Like this:

Code:
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<div align="center">
<table width="365" align="center">
<tr>
<td align="center" valign="middle"><input type="hidden" name="on0" value="16 x 12" Print £35">
16 x 12" Print £35</td>
<td align="center" valign="middle"><select name="os0">
<option value="High Gloss (210gsm)">High Gloss (210gsm)
<option value="Semi Gloss (210gsm)">Semi Gloss (210gsm)</select> </td>
<td align="center" valign="middle"><input name="submit" type="image" src="https://www.paypal.com/en_GB/i/btn/x-click-but22.gif" alt="Make payments with PayPal - it's fast, free and secure!" align="top" border="0"></td>
</tr>
</table>
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="clarke.nick@gmail.com">
<input type="hidden" name="item_name" value="Stage portrait print 01">
<input type="hidden" name="item_number" value="nc0001">
<input type="hidden" name="amount" value="35.00">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="GBP">
</div>
</form>
Steve.
Reply
Old Feb 12, 2005 | 11:01 PM
  #3  
mynickers's Avatar
mynickers
Thread Starter
Scooby Regular
 
Joined: Sep 2003
Posts: 1,194
Likes: 0
From: London(ish)
Default

Thanks Steve, got it sussed now. All working fine and dandy. Thanks very much for taking the time.

Nick
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
shorty87
Full Cars Breaking For Spares
19
Dec 22, 2015 11:59 AM
Pro-Line Motorsport
Car Parts For Sale
2
Sep 29, 2015 07:36 PM
shorty87
Wheels And Tyres For Sale
0
Sep 29, 2015 02:18 PM
Phil3822
ICE
3
Sep 26, 2015 07:12 PM
shorty87
Other Marques
0
Sep 25, 2015 08:52 PM




All times are GMT +1. The time now is 07:39 PM.