home ] [ sell downloads with paypal ] [ secure your site with paypal ] [ sell licence codes ] [ site map creator ] [ flash mp3 buttons ]
blog ] [ newsletter ]

PHP-IPNMonitor - Google button code for your products

create buttons for selling your products

Bookmark this site
PHP-IPNMonitor

documentation :

Find out more

Pricing : PHP-IPNMonitor costs $55 U.S. Dollars, and yes we sell the product using our own application. Click here to go to the purchase page for further details.

Demo : To view an on-line demo illustrating the admin pages and store front, click here.
The demo is live and you may purchase items to see how the system works. Items are $0.01 or $0.02 in value.   

Enquiries : If you have any questions about the product, go to the contacts page by clicking here.

Showcase : To see how customers have used the application, go to the user sites page by clicking here

Google buttons ....

There are two methods to construct your shop system : modify your existing web pages by adding buttons and cart displays which is useful if you are only selling a few items, or use the dynamic store front which is based on a template system.

This section explains how to integrate Google 'buy now' buttons, 'add to cart' buttons, and the 'cart display' into your existing web pages. If you wish to use the full shopping cart system then refer to shopping cart page.

Adding Google buttons

Clicking on a 'Buy now' button immediately takes you to Google checkout where you buy that single item.

Buy now buttons are used where you only have a few items to sell and you do not expect purchasers to buy more than one item at a time. If you think that a purchaser would want to buy more than one item, then use the 'Add to cart buttons'.

The button or buttons may be placed anywhere on an existing web page which makes it easy to integrate into an existing design. The web page can be of php extension or an ordinary htm page.

<form action="http://www.yourservername/ipnmonitor/google/process.php" method="post">
<input type="hidden" name="item_number" value="item1">
<input type="image" src="graphics/secure_checkout_google.gif" border="0" name="submit" alt="Make payments with Google Checkout">
</form>

The fields that you enter to create the button are :

Click on the following button which shows what happens when someone wants to buy PHP-IPNMonitor script.

When the purchaser clicks on the buy now button, the php script will extract all the relevant data from the database and post it to the PayPal server.

Adding cart buttons

Add to cart and view cart buttons are the same as described in the section on PayPal Buttons. Click here.