Posted by admin on Mar 3rd, 2011 | 2 comments
The WP PDF Stamper plugin can be integrated with ClickBank payments. This can be useful when you want to sell your ClickBank eBooks from your WordPress site and want to stamp the PDF eBooks with the customer name and email address before giving it to them.
What can you expect from this integration?
The following points shows the flow of events:
You add an eBook product to your Clickbank...
Posted by admin on Jun 10th, 2010 | 0 comments
The WP PDF Stamper can be easily integrated with the WP eStore plugin. All you have to do is:
Create a product for your eBook in WP eStore (use the URL of this PDF fie in the “Digital Product URL” field)
Then simply check the “Stamp the PDF File” checkbox for this eBook products that you are configuring (You can find the “Addon Setttings” section shown in the...
Posted by admin on Jun 8th, 2010 | 7 comments
The WP PDF Stamper plugin can be integrated with a plain PayPal buy button so you can send a stamped copy of your eBook that you are selling after the customer makes a purchase.
To use a plain PayPal button with WP PDF Stamper you need two pieces of information:
The URL of the PDF eBook that you are selling
The URL of the IPN handling script
For this integration you simply have to specify the...
Posted by admin on Jun 8th, 2010 | 0 comments
This documentation is only for developers. If you are not a developer with good PHP coding skills then you have no need to read this.
It is possible to integrate a 3rd party software with the WP PDF Stamper using the HTTP GET method. All you need to do is construct the GET values then add it to the URL of the API and execute it.
GET Values
WP PDF Stamper expects a certain set of variables to be...
Posted by admin on Jun 2nd, 2010 | 5 comments
This documentation is only for developers. If you are not a developer with good PHP coding skills then you have no need to read this.
Overview
Integrating a 3rd party payment system or shopping cart with WP PDF Stamper is possible. The integration process can be accomplished in three steps, namely:
Generate POST data
Send POST data to the POST URL
Process the returned data
POST Values
WP PDF...