Submitting multiple items to shopping cart

Absolute100
Contributor
Contributor

I found an old code for submitting multiple items to the shopping cart.  However, that doesn't work anymore. 

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="paypal">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="myemail">
<input type="hidden" name="upload" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_SM.gif:NonHostedGuest"> 

<input type="hidden" name="item_name_1" value="Jujai Roll">
<input type="hidden" name="item_number_1" value="01">
<input type="hidden" name="amount_1" value="7.50">
<input type="hidden" name="quantity_1" value=item1>

 <input type="hidden" name="item_name2" value="Dragon Roll">
<input type="hidden" name="item_number2" value="02">
<input type="hidden" name="amount2" value="5.00">
<input type="hidden" name="quantity2" value=item2> -->

<input type="hidden" name="item_name_3" value="Jeb Jai">
<input type="hidden" name="item_number_3" value="03">
<input type="hidden" name="amount_3" value="8,50">
<input type="hidden" name="quantity_3" value="2">

<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
			<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.