Home > Miscellaneous > How to add multiple items to a paypal shopping cart at once

How to add multiple items to a paypal shopping cart at once

The following code sample shows that “How to add multiple items to a paypal shopping cart at once” :-

<form action=”https://www.paypal.com/cgi-bin/webscr” method=”post”>
<input type=”hidden” name=”cmd” value=”_cart”>
<input type=”hidden” name=”upload” value=”1″>
<input type=”hidden” name=”currency_code” value=”GBP”>
<input type=”hidden” name=”business” value=”testing@gmail.com”>
<input type=”hidden” name=”item_name_1″ value=”MyItem #1″>
<input type=”hidden” name=”amount_1″ value=”5.00″>
<input type=”hidden” name=”item_name_2″ value=”MyItem #2″>
<input type=”hidden” name=”amount_2″ value=”7.00″>
<input type=”submit” value=”PayPal”>
</form>

Advertisement
  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.