It dynamically stamps a PDF file with the customer’s details (e.g. name, email, address etc.) upon purchase.
The plugin says it works with (their own) WP eStore plugin, but there are also instructions for Third (3rd) Party Integration (HTTP POST and/or GET methods).
Any thoughts on how we could get this working with MarketPress?
It dynamically stamps a PDF file with the customer’s details (e.g. name, email, address etc.) upon purchase.
The plugin says it works with (their own) WP eStore plugin, but there are also instructions for Third (3rd) Party Integration (HTTP POST and/or GET methods).
Any thoughts on how we could get this working with MarketPress?
10626 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Sales & Support Lead
—
7th July 2011 (10 months ago)
#
Hiya,
Looks like they provide quite a bit of documentation on how to integrate it and there's even a manual method.
Marketpress provides a hook for downloads:
//for plugins to hook into the download script. Don't forget to increment the download count, then exit!
do_action('mp_serve_download', $url, $order, $download);
And you'd be good to go. I haven't really explored PDF stamping, but this seems like as good a solution as any. Other folks may have better ideas though!
I've been using Stamper (with a simple paypal button) for over 6 months and am very happy with it. I just installed Marketpress on the same site and would like to move my downloads in there to give a better user experience.
Responses (5)
Member — 7th July 2011 (10 months ago) #
Of course, I'm not married to the WP PDF Stamper plugin specifically. If there's another way to do this with MarketPress, I'm game.
Sales & Support Lead — 7th July 2011 (10 months ago) #
Hiya,
Looks like they provide quite a bit of documentation on how to integrate it and there's even a manual method.
Marketpress provides a hook for downloads:
I believe you can use this to create a function that does the actions specified here:
http://www.tipsandtricks-hq.com/wp-pdf-stamper/wp-content/uploads/2010/06/pdf-stamper-integration-sample-php-code1.txt
And you'd be good to go. I haven't really explored PDF stamping, but this seems like as good a solution as any. Other folks may have better ideas though!
Thanks!
Member — 13th March 2012 (2 months ago) #
Did anyone take the plunge and get this working?
I've been using Stamper (with a simple paypal button) for over 6 months and am very happy with it. I just installed Marketpress on the same site and would like to move my downloads in there to give a better user experience.
Sales & Support Lead — 14th March 2012 (2 months ago) #
I dunno if Nick ever did or not. I never had a chance to look into it though. Would love to know how it works if you give it a shot.
Thanks!
Member — 16th March 2012 (2 months ago) #
No, I never got it working. Never tried, actually. Not sure if it would be easy or hard to get these working together.
Become a member