Forum Replies Created
-
AuthorPosts
-
December 16, 2010 at 2:52 pm in reply to: fatal error when clicking on cart icon in editor for short code #27475
wzp
ModeratorSounds like a conflict with the Contact Form 7 plugin. If you temporarily deactivate that plugin, does the error go away?
December 16, 2010 at 2:36 pm in reply to: how to sell stamped PDF + another file associated ? zipping? #27322wzp
ModeratorOut of curiosity, when you did that, did it try stamping all the files, or it simply didn’t work?
wzp
ModeratorWARNING: RUNNING WITH SCISSORS AHEAD, PROCEED AT OWN RISK
=========================================================
Once upon a time, the squeeze form did not pass the name and e-mail address information to the PDF Stamper. Check the file eStore_includes2.php for the free_download_pseudo_payment_data() function. If you can populate a similar payment_data[] array, you can pass the data to the Stamper.
wzp
ModeratorIf you upgrade to a business account, all payments to/from you will be presented to the buyer/seller as whatever your business name is. You can also have multiple e-mail addresses associated with your account. But as far as PayPal is concerned the account is in your name.
wzp
ModeratorAnd don’t forget to cancel out any recurring payments from the sandbox; those will drive you nuts when then come back in a few months, LOL.
wzp
ModeratorIt really depends on how paranoid you are about the government you live under. Honestly, there is no disadvantage to upgrading your account; unless you are trying to avoid something.
wzp
Moderator“Invalid Product Download Request” means that the product ID in the encrypted link does not match the product ID in the database table. Either the link was corrupted, or the product could not be found in the database.
If you were to create a free download button that points to that same product, does it work?
wzp
ModeratorBut you must make the second address your primary PayPal address, or else the first one will still be shown. Considering that the cost of upgrading to a verified business account is free, it is well worth forking over the personal information PayPal requires. After all, if they were a real bank, you’d have to give the same information.
wzp
ModeratorYou must upgrade to a “Business Account” with PayPal. That will allow you to use a business name, instead of an e-mail address. It is FREE to upgrade, but you must provide some “personal” information to PayPal.
wzp
ModeratorSo if the buyer clicks on the link received with the email, the file is correctly stamped, but if they click on the link on the Thank You page, it is not being properly stamped?
December 12, 2010 at 8:49 pm in reply to: Ajax powered squeeze type form not displaying correctly in email. #27332wzp
ModeratorPlease look in the eStore_includes2.php file near line 21 for the following line…
$email_body = ESTORE_DEAR.$name.
Change it to…
$email_body = ESTORE_DEAR.’ ‘.$name.
And see if that fixes it.
wzp
ModeratorAnd under the Footer Text Layout Settings, you included the proper tags for stamping the address? What tags are you using?
wzp
Moderator@AndyC01, In your case, does the “Buyer Email Body” contain the “{product_details}” tag? Without that tag, the links will not be included in the email. The email being sent from the site will then contain the links.
December 12, 2010 at 8:09 pm in reply to: Urgent: Large files-0kb problem again, just before launch #27143wzp
ModeratorWarning — Running With Scissors Ahead…
If you are a *nix freak, you may want to consider keeping a DIFF log of all your changes. Them whenever you update the plugin you’d simply run the changes back through SED.
wzp
ModeratorFirst, it is necessary to understand that link expirations are global for encrypted links. The default value of 5 days (or whatever you set it to) applies to all encrypted links.
If you only wish some links to be non expiring, then you would uncheck the “Downloadable” box under “Digital Content Details” and the link will be an unencrypted, non expiring link.
.
The fact that the non expiring link is no longer encrypted does not add risk to your product, because the link itself does not expire. However, as I stated in my previous post, you must trust that your customer does not share that link with other people.
It is analogous to the video store trusting you won’t pass that DVD around before returning it.
-
AuthorPosts