catalog pageOverview** NOTE ** it is your responsibility to manage your PayPal account, to read the instructions provided by PayPal in the Merchant Services section of your account and monitor all settings such as tax and shipping. There are 'SEVERAL' ways to use a PayPal shopping cart, the 'code' provided is a working example, that you can modify to suit your needs. The 'code' is provided as is, you will need to modify the code, or create new code in your PayPal Merchant Services page ( there is a 'button wizard ). The catalog.htm page is really just a regular HTML page, designed with a
layout that is common to most online stores. Modifying the default information,
replacing the product image is all that is really required. To learn more on the PayPal buy now buttons used in your website, please visit the PayPal website (click here to open in a new window)
INSTRUCTIONSmodify the 'PalPal' button code:
<form action="https://www.paypal.com/cgi-bin/webscr" target="paypal"
method="post"> <input type="hidden" name="business" value="youremail@paypal.com" > (your own PayPal email address) <input type="hidden" name="item_name" value="Product
Name"> (name of your product) <input type="hidden" name="no_shipping" value="0"> (shipping - must set this in your PayPal account- Merchant Services) <input type="hidden" name="tax" value="0.00"> (must set this value in your PayPal account - Merchant Services) <input type="hidden" name="undefined_quantity" value="0"> |