Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › Customizing the Squeeze Page Download Email
Tagged: customize the email, squeeze form
- This topic has 4 replies, 4 voices, and was last updated 13 years, 2 months ago by admin.
-
AuthorPosts
-
November 6, 2010 at 10:47 am #2176knadolnyMember
Hello,
First great plugin.
I am making my website so that people can buy audio files that come with my book (if they didn’t buy my book) or they can download the audio files for free if they did buy it. So people who are downloading the audio files for free (which I do using the squeeze form and a password protected page) can fill in their email and get their free download.
My question: I want to making this email personable and recommend them to make reviews for my book on Amazon, etc. How can I customize the free download email especially if I still want to make free downloads of other materials (which would need a different style email)?
My website is at http://www.CapturingChinese.com if that helps, but I do not yet have the audio files for sale (it is a work in progress).
November 6, 2010 at 3:43 pm #26175wzpModeratorRight now, there is no support for free download link e-mail templates.
However, if you are brave enough and “want it now…”
Warning: Running with scissors (highly technical information) ahead…
Inside the eStore_includes2.php file there are two functions defined:
eStore_send_free_download1() and eStore_send_free_download2()
eStore_send_free_download1() is used for the Ajax free download buttons and eStore_send_free_download2() is used for the non-Ajax buttons.
You can hard code the messages there.
Always run with scissors pointed down, or you’ll put someone’s eye out.
November 7, 2010 at 3:58 am #26176knadolnyMemberThank you! I managed to destroy my entire website, fix it, and then change the two functions you listed below. Now it is working just how I want it to. Thank you for the quick response!
September 24, 2011 at 8:27 pm #26177ClearlyRobertMemberHi,
Has this problem now been solved?
I just bought eStore and have it installed and working for delivering several free documents. However, the standard Free download link email sucks…I’ve searched all over trying to find out to have the same edit ability for this one that I have under settings for a purchase but apparently that desperately needs to be added to the Settings page….ideally, with all the same control codes including a wildcard in the subject line that ties to the free product being provided. If this is not currently in the works, when will it be? As of now, I see this as the weakest link in eStore.
Also, is there a place to change the size of the input form boxes for free d/ls? Is there a way to download multiple documents with one input form?
Thanks,
Robert
PS: I do not enjoy running with scissors inside php code!
September 25, 2011 at 12:01 am #26178adminKeymasterYou can customize the email sent for the “free download” using this method:
How to customize various text/messages displayed by the plugin
You can customize the width of the free download input boxes by customizing the following CSS element in the “wp_eStore_style.css” file:
.eStore_text_input
-
AuthorPosts
- You must be logged in to reply to this topic.