- This topic has 5 replies, 3 voices, and was last updated 12 years, 12 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP PDF Stamper › WP PDF Stamper Troubleshooting › PDF Stamper with a membership site
I am building a membership site through the eStore and eMember plugins. The membership entitles the user to view and download pdf newsletter files.
I would like to use the pdf stamper to encrypt / stamp the files, but the only way I know how to do that is to make each pdf file a product in the eStore. The idea is to offer free access for members, but maintain the security of the PDF stamper.
Seeking any advice on the best way to structure my content offering.
I think the following shortcode will do the job. It can allow your members to download stamped copy of the PDF file:
[wp_eStore_download_now_button_with_stamping id=1]
Check the description of that shortcode from extra eStore shortcodes reference file:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
OK … I made a product in the eStore for $0.00 on a members-only page so that people only have to pay once. However, I get a database error when I am attempting to test the download.
Is this a server bandwidth issue, or is there something else I should check?
Many Thanks
What exact error do you get? Copy and paste the error here please.
In the shortcode, did you replace the value of “id” with the exact “id” of the product you are using?
Just found and replaced the ID with the product ID. Now it works.