- This topic has 5 replies, 2 voices, and was last updated 13 years, 11 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 eStore Forum › WP eStore Troubleshooting › Ajax powered squeeze type form not displaying correctly in email.
Hi,
I used the following short code for form :-
[wp_eStore_free_download_ajax:product_id:1:end]
This works correctly apart from displaying the ‘dear’ email text. It displays :-
Dearlee instead of Dear lee.
What is strange is when I use the normal style short code:-
[wp_eStore_free_download:product_id:1:end]
It displays fine .
Lee
What version of eStore are you using? I checked my 4.7.x copy and all six occurrences of the email text contain “Dear ” (with a space in the email text.
I am using the latest version which is 4.7.8.
Lee
you can check this out on my test site.
My address is :- studio.frogpress.co.uk
click on free download.
Lee
Please 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.
I modified the PHP file as described & all tested perfect.
Thanks for all your help.
Lee