Forum Replies Created
-
AuthorPosts
-
vfontjrMember
You can also add another email address to you paypal account and send money to that one, for example, sales@mydomain.com.
vfontjrMemberAs I understand it, Paypal does not return the home address in the IPN. Just name and email.
vfontjrMemberwzp,
Since you asked what my book is about, it’s titled “Principles for Maturing Your System Development Life Cycle: The Ultimate Guide to the SDLC.” I’m in the final stage of setting up the website for go-live on Monday. The website is http://www.ultimatesdlc.com. The book is already loaded if you want to buy a copy
vfontjrMemberAs an FYI, I did get Adobe Acrobat X Pro to print to PDF with Word 2010 64-bit. My 326 page book took 2 hours and 45 minutes to print to PDF with Acrobat. The front and back covers printed as blank pages.
I licensed the PDF995 suite this morning and the 326 page book prints to PDF in 3 minutes. Not only that, but the file size is 8mbs smaller with the licensed version vs. the fee version. I’m guessing the free version does embed all the sponsor stuff into the PDF.
vfontjrMemberNone whatsoever. That’s what’s puzzling me. When I compress the same PDF file with Adobe Acrobat, the facebook stuff goes away. I’m wondering if pdf995 is inserting links into the file when it creates it as a .pdf.
The problem is Adobe Acrobat X Pro is not compatible with Word 2010 64-bit. I can’t create the pdf with it from Word and have to use pdf995 to create the file. Once it’s created as a.pdf, I can do anything I want with it in Acrobat. Adobe really missed the boat on this one!
December 9, 2010 at 2:08 pm in reply to: The link you have used to enter the PayPal system is invalid #27217vfontjrMemberThere are several links that need to be right for Paypal to work.
First log into your Paypal account and go to Paypal / Profile/ Web Payment Preferences and make sure Return URL: is set to
.
On the eStore side of things, the settings page should have the following fields set:
Return URL:
http://www.your-domain.com/thank-you/
Checkout Page:
http://www.your-domain.com/shopping-cart/
December 9, 2010 at 1:30 am in reply to: Feature Suggestion: Reset data store after sandbox testing #27210vfontjrMemberThere are no reset buttons on my admin functions menu. I’m using ver. 4.7.1. which I received only about a week to 10 days ago. I only have three options in my admin functions menu:
Generate an Encrypted download link for a Product
Send Email to Customers
Clean The Encrypted Download Links Table
vfontjrMemberI spent much of the day troubleshooting the issue of working with manual stamp and not working with estore. My problem turned out to be a space at the end of the URL. IN eStore you have to use a real URL. If it helps, this is how I have my site configured. It works. These are the settings I changed. Everything else is the default:
eStore
1. Edit products / Digital Content Details / Digital Product URL: http://www.<your-domain>.com/wp-content/plugins/wp-cart-for-digital-products/downloads/<your-file>.pdf
(make sure there are no spaces at the beginning or end of this entry)
2. Edit products / Digital Content Details / Downloadable: Checked
3. Edit products / AddOn Settings / Stamp the PDF File: Checked
4. WP eStore Settings /AddOn Setting / WP eStore Download Manager Related / Both fields set to default (Absolute / Method 1, Fopen-8k
PDF Stamper:
1. WP PDF Stamper Settings / General PDF Stamper Settings / Destination Directory of Stamped Files: http://www.<your-domain>.com/wp-content/plugins/wp-pdf-stamper/stamped-files
2. WP PDF Stamper Settings / PDF Stamper Text Format Settings / Use UTF-8 Font: Checked
3. WP PDF Stamper Settings / PDF File Security Settings / Allow Print: Checked
4. WP PDF Stamper Settings / PDF File Security Settings / Allow Copy: Checked
5. WP PDF Stamper Settings / PDF File Security Settings / Use Email as Password: Checked
vfontjrMemberI had this same error when I was testing. I changed the URL to an absolute path (/home/frogpre1/public_html/studio/<path-to-your-file>) and stamping worked. Then I changed it back to a URL, and it continued to work. Can’t explain why, just know it does.
December 8, 2010 at 5:33 pm in reply to: PDF Stamper Manual Stamp Works – Does Not Work with eStore #27185vfontjrMemberMay I make a suggestion? Is it possible to add a trim() function to remove trailing spaces to the php file that processes the pdf file? I’m sure I’m not the only one with fat finders who will add a trailing space by mistake and then pay dearly troubleshooting for the error.
December 8, 2010 at 3:14 am in reply to: PDF Stamper Manual Stamp Works – Does Not Work with eStore #27184vfontjrMemberDon’t I feel stupid! I got it working. I had a space at the end of the filename in the Digital Product URL field. I couldn’t see it of course and didn’t matter for testing downloads but it does matter for stamping PDF files.
Sorry to put you through any trouble.
December 8, 2010 at 3:00 am in reply to: PDF Stamper Manual Stamp Works – Does Not Work with eStore #27183vfontjrMemberAs an FYI, I changed the settings in Download manager. The results are the same. If PDF stamper is checked for the file, it will not convert and download. A download link is created, but it does not work.
December 8, 2010 at 2:39 am in reply to: PDF Stamper Manual Stamp Works – Does Not Work with eStore #27182vfontjrMemberHere’s the contents of download_manager_debug after I commented out the code you asked me to:
[12/08/2010 2:35 AM] – Advisory : Log file reset.
[12/08/2010 2:38 AM] – Status : Unresolved DL file path = Error! [12/08/2010 2:38 AM] – Status : Resolved DL file path = Error! [12/08/2010 2:38 AM] – FAILURE : Error on file_exists(‘Error!’)December 8, 2010 at 1:52 am in reply to: PDF Stamper Manual Stamp Works – Does Not Work with eStore #27181vfontjrMemberHere’s the exact error: Download file cannot be found. Please let us know. Thank you!
December 8, 2010 at 1:49 am in reply to: PDF Stamper Manual Stamp Works – Does Not Work with eStore #27180vfontjrMemberI am assuming the file is eStore_post_payment_processing_helper. I commented out the code and now receive the download file cannot be found. The stamped file does not get created.
-
AuthorPosts