Board index PBase Questions and Answers more dumb paypal questions

Questions and Answers

more dumb paypal questions

Ask if you need help using PBase.
digitaldreams
 
Posts: 6

more dumb paypal questions

Post Mon Feb 12, 2007 8:40 pm


please please please can anyone explain to me how to put different
sizes and prices into cart...I have the merchant tools, I have created the HTML I have pasted into the image discription I have a cart...pretty much I am there except this one darn thing. I cannot get the multiple drop down and costs worked out...yes I am thick

cheers

phil

digitaldreams
 
Posts: 6

anyone??????????????

Post Fri Feb 16, 2007 6:49 pm


Can anyone please help me??

dang
 
Posts: 3780


Post Sat Feb 17, 2007 1:20 am


If you'll do a search, you might find the answer. It's been awhile since I've seen something concerning this posted, but the answer might be different shopping carts for each size? It would seem like there should be information available about this via paypal too?

Anyone??


cat_bounds_me
 
Posts: 18


Post Sat Feb 17, 2007 1:39 am


This is an example of using all four options in a shopping cart button (this can also be used in the Buy Now button)
Code:

<form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post" width="10" height="10">
<name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="item_name" value="testABC">
<input type="hidden" name="item_number" value="test123">

<table>

<tr>

<td vAlign="top" align="right">Option A:</td>
<tr>

<td><select name="os0">
<option value="B-1">B-1
<option value="B-2">B-2
<option value="B-3">B-3
</select></td>

</tr>

<tr>

<td><select name="on1">
<option value="C-1">C-1
<option value="C-2">C-2
<option value="C-3">C-3
</select></td>
</tr>
<tr>

<td vAlign="top" align="right">Option D:</td>


</tr></table>
<input type="hidden" name="add" value="1">
<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!">
</form>
Cat Bounds - Alex


Board index PBase Questions and Answers more dumb paypal questions

Who is online

Users browsing this forum: No registered users and 2 guests