 |
[Cart]
[Cart Link Generator]
[Cart Links Explained]
[Buy Now]
[Subscription]
[Donation]
[Options]
[Variables]
[Shipping]
[Languages]
SHOPPING CART
Shopping Cart Link Generator | Shopping Cart Links Explained
Below is an example shopping cart code. There are additional features you can
add to each Add to Cart button, but the fields below are all required. For
additional features please take a moment to look at PayPal Integration Guide. It
will provide all the available options you can add to your buttons.
I have marked fields that require their values changed to reflect your personal
or product information with a . Please note the amount
field is marked with an x.xx. You will need to replace this with the dollar
amount of your product (i.e. 10.00). You do not need a $ in the amount value
section.
The currency_code variable is currently set to US dollars. If you do not wish to
have funds sent to you in US Dollars please alter the value to reflect the
appropriate currency. Your current options are "USD"
(U.S. Dollar), "EUR" (Euro), "GBP" (Pound Sterling),
"CAD" (Canadian Dollar), "JPY" (Yen), and "AUD" (Australian Dollars).
Please remember to only use the
three letter abbreviation in capitol letters.
<!-- START PAYPAL SHOPPING CART BUTTON -->
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr"
method="post">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but22.gif"
border="0" name="submit">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd"
value="_cart">
<!-- edit value --><input type="hidden"
name="business" value="youremail@domain.com">
<!-- edit value --><input type="hidden" name="item_name"
value="Insert Item Name Here">
<!-- edit value - If you do not have an item number please erase the line
below -->
<input type="hidden" name="item_number"
value="Insert Item Number Here">
<!-- edit value --><input type="hidden"
name="amount" value="x.xx">
<input type="hidden" name="currency_code" value="USD">
</form>
<!-- END PAYPAL SHOPPING CART BUTTON -->
Please make sure that the email address listed in the View Cart button is the
same as the one that is listed in the Add to Cart button. If they do not match
the view cart button will not function properly. You only need to edit the email
address in this section unless you prefer a different button graphic.
<!-- START PAYPAL VIEW CART BUTTON ->
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr"
method="post">
<input type="hidden" name="cmd"
value="_cart">
<!-- edit value --><input type="hidden"
name="business" value="youremail@domain.com">
<input type="image" src="https://www.paypal.com/en_US/i/btn/view_cart_02.gif"
border="0" name="submit">
<input type="hidden" name="display"
value="1">
</form>
<!-- END PAYPAL VIEW CART BUTTON -->
|
 |