- This topic has 4 replies, 3 voices, and was last updated 8 years, 5 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 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 › eStore – download link customization in email
Hi,
How we can customize the download link {product_link}
By default it comes as a link and we would like the link to appear as button using css. But doesn’t seem to work.
[http://cms.getfriday.com/meditacionmental/link.png]
It comes as broken
[http://cms.getfriday.com/meditacionmental/link2.png]
We want something like this:
[http://cms.getfriday.com/meditacionmental/link3.png]
Is this possible and how to add?
Regards
What are you using for your email template code?
Not sure what you meant. I tried the following with text and html format both:
I tried:
<a href="{product_link}">DOWNLOAD</a>
When you use the {product_link} email tag; eStore expands it to include the Product Name ***AND*** the download URL. This causes the href parameter in your HTML code to mistake “Medication” as the URL, and the rest of the email tag’s output as the text label for the URL.
The reason for why the Product Name is included, is because you might have more than one product’s download link being sent to the buyer.
You can’t use the {product_link} tag the way you are trying to use. It wasn’t intended to be used like that (it outputs the name of the product also).
What you are trying to do will need customization. Use the following: