Tips and Tricks HQ Support Portal › Forums › General Stuff › eStore – Unable to handle download request
- This topic has 20 replies, 4 voices, and was last updated 10 years ago by
HOPEHSC.
-
AuthorPosts
-
January 28, 2015 at 4:07 pm #67888
wzp
ModeratorI did generate a link in the admin functions. The extra code is not present.
That means the link is being correctly generated and we should be concentrating on the email body.
The text in the email body field says {product_link}. There is no link.
What do you mean by “There is no link?” When the email is sent to the buyer, the {product_link} tag gets replaced by the encrypted link. Otherwise, the buyer having the difficulty wouldn’t have had any link to click on.
Did you examine the email body in both the “Visual” and “Text” editor modes, to make sure there are no extraneous HTML tags in the email body?
January 28, 2015 at 4:38 pm #67889HOPEHSC
MemberInside the {product_link} is it. There is no link present. This is what the text shows:
<span style=”font-family: georgia, palatino; font-size: 12pt;”>Dear {first_name} {last_name}</span>
<span style=”font-family: georgia, palatino; font-size: 12pt;”>Thank you for your purchase!</span>
<span style=”font-family: georgia, palatino; font-size: 12pt;”> {product_details}</span>
<span style=”font-family: georgia, palatino; font-size: 12pt;”>You may download the Crash Course using the encrypted links below.</span>
<span style=”font-family: georgia, palatino; font-size: 12pt;”> {product_link}</span>
January 28, 2015 at 8:53 pm #67890wzp
ModeratorPlease keep the editor window for the email body in “Text” mode and remove all of the HTML markups from the email body. That will solve the “random” problem for those who are using email clients that cannot render HTML.
January 29, 2015 at 12:24 pm #67891HOPEHSC
MemberSo, I just remove the font and size (<span style=”font-family: georgia, palatino; font-size: 12pt;”>) and that should do it?
I generated a link for the client and she was able to download the eBook. She tried the original link provided when she ordered the eBook and it did not work.
January 29, 2015 at 2:28 pm #67892wzp
ModeratorShe tried the original link provided when she ordered the eBook and it did not work.
It shouldn’t work, even if she removed the extra code; because the link most likely is expired by now.
So, I just remove the font and size (<span style=”font-family: georgia, palatino; font-size: 12pt;”>) and that should do it?
That, and the </span> stuff. When you are done, you should end up with something like:
Dear {first_name} {last_name}
Thank you for your purchase!
{product_details}
You may download the Crash Course using the encrypted links below.
{product_link}
Please feel free to contact me with any homeschool questions you may have.
Blessings,Angie McFarren
H.O.P.E. Home School ConsultingJanuary 29, 2015 at 2:39 pm #67893HOPEHSC
MemberThank you so much for your help.
-
AuthorPosts
- You must be logged in to reply to this topic.