The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> html code help for online shopping cart
polkadots
post Oct 15 2006, 08:10 PM
Post #1





Group: Members
Posts: 2
Joined: 15-October 06
Member No.: 452



I have an html code for a Paypal shopping cart. See below:

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<table><tr><td><input type="hidden" name="on0" value="Personalize -- Add up to 12 lines of text">Personalize -- Add up to 12 lines of text</td><td><input type="text" name="os0" maxlength="200"></td></tr><tr><td><input type="hidden" name="on1" value="Typestyle">Typestyle</td><td><select name="os1"><option value="American Writer">American Writer<option value="Californian Italic">Californian Italic<option value="Christine">Christine<option value="Coronet">Coronet<option value="Curlz">Curlz<option value="Fiddlestix">Fiddlestix<option value="Footlight">Footlight<option value="French Script">French Script<option value="Hadfield">Hadfield<option value="Harrington">Harrington</select>
</td></tr></table><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but22.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="amfralish@yahoo.com">
<input type="hidden" name="item_name" value="Amy Adele Pink Castle Invitation">
<input type="hidden" name="item_number" value="lc304">
<input type="hidden" name="amount" value="2.00">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="return" value="http://www.polkadotspaper.com/confirmationpg.html">
<input type="hidden" name="cn" value="Comments">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="bn" value="PP-ShopCartBF">
</form>

However, there are a couple of things that I need to be different.

**I think it is "on0" - where I have "Personalize -- Add up to 12 lines of text" -- I am currently only allowed a maximum of 200 characters. I need about 800.

**for "on1" where I have "Typestyle" It is only letting me have 10 drop-down menu items, but I need about 50.

**The thing I need the most -- Right now, I am only given the option of entering in one price and letting a customer choose their quantity. I need to be able to have a drop down menu that includes the quantity and price. For example, the customer can choose the following
25 = $50
50 = $83
75 = $114
100 = $139
125 = $160
150 = $185
200 = $239
250 = $290
300 = $338
350 = $382
Here is link that has the current shopping cart (that I don't like). http://www.polkadotspaper.com/aapinkcastleinvite.html

If anyone can help me figure this out, I would greatly appreciate it.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 23rd April 2024 - 07:44 AM