I've tried numerous things to get this to work but it seems that changing one thing (such as using a redirection vs. not) changes the other (the function of the df.php file specifically).
Basically all that I am trying to do is:
Upon checkout user gets sent to mysite.com/thank-you.php
On this page there is my content + a download link to my product file that is hosted on e-junkie.
Sounds simple enough, not sure what I am doing wrong or if this combination doesn't exist (that would be odd).
The result:
1. Tried with just the basic <iframe width="400" height="500" scrolling="no" frameborder="0" src="https://www.e-junkie.com/ecom/rp.php?noredirect=true&txnid=<?php echo $txn_id; ?>"></iframe> but the end result was that the iframe simply displayed my thank you page again inside it (think of looking into a mirror with a mirror behind you...).
2. Tried taking the form code that uses <form name='ej_frm_0' style='padding:0;margin:0;border:0;' method='GET' action="https://www.e-junkie.com/ecom/df.php"> and inserting that on my thank you page and grabbing the transaction ID + inserting my client ID so that if you clicked it you would go to https://www.e-junkie.com/ecom/df.php?txnid=XX-XXXXXXXXX&client_id=XXXXX but without the d_id that seems like it won't work and I can't get the d_id from the URL.
Tried a few other things and just nothing seems to work. I saw on http://www.e-junkie.com/bb/topic/2733 it said "You would need to provide some method for the buyer to bookmark your paid-content page, as File Download links cannot be combined with Redirection (so the thank-you email would not provide a link to reach the thank-you page that directs to your paid-content page)." so maybe I'm out of luck but this just doesn't seem logical the limitation would be this basic.
On http://www.e-junkie.com/bb/topic/3117 it talks about the single file download however checking this disables me from being able to check "redirection".
Any help would be appreciated. Spent all day trying to get this to work.
P.S. The page is setup so that it provides tons of information that the buyer needs and thus is the reason I want them to go here and download the file from here.
created
Apr '09
last reply
Jan '11
- 9
replies
- 1.5k
views
- 4
users
- 10
links