E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2010, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Mon, 23 Feb 2009 22:56:50 GMT Mon, 22 Mar 2010 06:56:04 GMT 681 E-JUNKIE 5 E-Junkie Forum http://www.e-junkie.com/bb/ http://www.e-junkie.com/ej/logo.gif 290 104 Post #6 http://www.e-junkie.com/bb/topic/3202/pg/0#post9283 http://www.e-junkie.com/bb/topic/3202/pg/0#post9283 Mon, 23 Feb 2009 22:56:50 GMT
What I have thought of, however, since most do buy only 1 code, I will have it hyperlinked as you showed above. And also, down below, I will show the raw URL, and I'll have a disclaimer to people who purchase more than 1 code to use the raw urls.

One code at a time will not work for me as I have set up discounts for my product :)

Thanks for the quick response. Perhaps your programmer can add this to the to-do list.]]>
E-junkie Discussions; coupons-n-stuff
Post #5 http://www.e-junkie.com/bb/topic/3202/pg/0#post9283 http://www.e-junkie.com/bb/topic/3202/pg/0#post9283 Mon, 23 Feb 2009 19:50:02 GMT
I wonder if there might be some JavaScript trick that would automatically turn any raw URLs on the page, or within a given section of the page, into clickable links? I'm no JS whiz, so I can't suggest anything specific along those lines; this is just a suggestion as to one possible solution you might investigate further on your own.]]>
E-junkie Discussions; E-junkieGuru
Post #4 http://www.e-junkie.com/bb/topic/3202/pg/0#post9283 http://www.e-junkie.com/bb/topic/3202/pg/0#post9283 Sun, 22 Feb 2009 23:44:05 GMT
When you buy multiple codes, the links come out as one big hyperlink, and are not separated into each individual links.

It does work well if only one code is purchased.

Please help!]]>
E-junkie Discussions; coupons-n-stuff
Post #3 http://www.e-junkie.com/bb/topic/3202/pg/0#post9283 http://www.e-junkie.com/bb/topic/3202/pg/0#post9283 Sun, 22 Feb 2009 22:11:21 GMT
Just wanted to make sure it works for multiple links. I.E. if a buyer purchased multiple codes, how does it keep track of which codes are which, or is that done automatically?

For your example,
<a href="[%codes%]">[%codes%]</a>
How does it know if the [%codes%] is for the first link, then display first link on the Thank you page, and continue with the second link, display the second hyperlink on the page, and so forth?

I would've thought that the function would show the codes as one lump, if you know what I mean, so the hyperlinks could be all messed up. Perhaps this is all taken care of internally, as some sort of do loop?]]>
E-junkie Discussions; coupons-n-stuff
Post #2 http://www.e-junkie.com/bb/topic/3202/pg/0#post9283 http://www.e-junkie.com/bb/topic/3202/pg/0#post9283 Sun, 22 Feb 2009 20:05:07 GMT http://www.example.com/path/to/file.ext), then you can do something like this in your thank-you page customization fields:

<a href="[%codes%]">[%codes%]</a>

The example above would make the actual URL visible and clickable. If you just want a regular text link to your URL, you could do this instead:

<a href="[%codes%]">Click here for your code</a>

Also note that you can only use HTML in a thank-you page, not in a thank-you email; since thank-you emails are plaintext only, there you could only show the raw URL itself, so it would be up to the buyer's email program to recognize it as a URL and make it clickable.]]>
E-junkie Discussions; E-junkieGuru
Post #1 http://www.e-junkie.com/bb/topic/3202/pg/0#post9283 http://www.e-junkie.com/bb/topic/3202/pg/0#post9283 Sun, 22 Feb 2009 02:04:27 GMT
I was wondering if there was a way to make the codes a hyperlink on the Thank you page.

I use something like this:

----
Thank you for your purchase! Below are links to your code(s). Please cut-n-paste the link(s) into your browser.
<br>The links have also been sent to <b>[%payer_email%]</b>.

<p><b>
[%codes%]</b>

-----

As you can see, I have to ask the buyer to cut-n-paste the links. If I can make these clickable, that would be great.
I don't think by including the anchor tag simply in front and after the codes portion would work. I.E.:

Please click on the links below:
<a href="www.example.com> <p><b>
[%codes%]</b> Code 1 </a>]]>
E-junkie Discussions; coupons-n-stuff