PayPal offers the ability to generate
custom-coded buttons and links that can be added to individual web
pages, allowing users to make purchases directly from your website. You can embed this code into your page by using the iframe widget. You can also add the PayPal link for a specific item directly into page content by inserting the following code directly into the code for smart
form text areas:
<a href="https://www.paypal.com/xclick/
business=youremailaddresshere&quantity=1&item_name=Item&
no_shipping=2&amount=$$$$¤cy_code=USD" & target="paypal">linkonpage</a>
Make the followng customizations:
youremailaddress here = your paypal account email address
Item = The name of your item as identified within PayPal
$$$$ = The purchase price of your item
linkonpage = The linked text that will appear on your webpage
When the user clicks the link, they will be
taken to the PayPal website to complete the transaction to your account.
The Item name and Amount will be sent to PayPal and will be
pre-populated in the purchase screens.