E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2013, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Wed, 23 Feb 2011 03:36:44 GMT Wed, 22 May 2013 09:14:33 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/5026/pg/0#post16926 http://www.e-junkie.com/bb/topic/5026/pg/0#post16926 Wed, 23 Feb 2011 03:36:44 GMT
Oh, and using Send Generated Codes counts as a digital product, whereas using Integration does not, so if you weren't selling any downloads, codes, nor product-specific redirections, you could use a tangible-goods-only subscription plan:
http://www.e-junkie.com/ej/pricing.htm]]>
E-junkie Discussions; E-junkieGuru
Post #5 http://www.e-junkie.com/bb/topic/5026/pg/0#post16926 http://www.e-junkie.com/bb/topic/5026/pg/0#post16926 Tue, 22 Feb 2011 04:13:20 GMT
Thanks for the reply.]]>
E-junkie Discussions; cpol
Post #4 http://www.e-junkie.com/bb/topic/5026/pg/0#post16926 http://www.e-junkie.com/bb/topic/5026/pg/0#post16926 Mon, 21 Feb 2011 23:15:55 GMT
Using Redirection is not a reliable method to pass order data back to your system for the purpose you describe (registering the buyer for a user account in your system), since we cannot force every third-party payment processor's checkout site to automatically redirect all buyers to any thank-you page URL after checkout. E.g., PayPal only provides a Complete Purchase button the buyer must click to proceed to a thank-you page. If the buyer has no incentive (such as claiming a download they'd paid for) to click through to visit that page at some point, they might never visit any thank-you page at all, so the GET variables would never be handed-off to your page. The sole purpose of the GET variables we append to your URL when redirecting is simply so your page scripting can grab those variables to customize the page content displayed to the buyer, that's all.

To reliably transmit order data to your system, you should instead be using our custom/3rd-party Integration feature, which is designed to mimic PayPal IPN as closely as possible, so any ready-made off-the-shelf script or scripting approach which can handle PayPal IPN should be able to handle our Integration submissions with little or no modification:
http://www.e-junkie.com/ej/help.integration.htm]]>
E-junkie Discussions; E-junkieGuru
Post #3 http://www.e-junkie.com/bb/topic/5026/pg/0#post16926 http://www.e-junkie.com/bb/topic/5026/pg/0#post16926 Mon, 21 Feb 2011 18:41:36 GMT
I want to do some custom PHP scripting depending the type of product purchased when a customer lands on my thank you page. However, I don't just want anyone to be able to type in the thank you page url directly and have access.

Hence, I want to only allow access to my thank you page when ejunkie is the referrer to the URL.]]>
E-junkie Discussions; cpol
Post #2 http://www.e-junkie.com/bb/topic/5026/pg/0#post16926 http://www.e-junkie.com/bb/topic/5026/pg/0#post16926 Mon, 21 Feb 2011 18:36:29 GMT
<meta name="robots" content="noindex, nofollow ">]]>
E-junkie Discussions; TaraWagner
Post #1 http://www.e-junkie.com/bb/topic/5026/pg/0#post16926 http://www.e-junkie.com/bb/topic/5026/pg/0#post16926 Mon, 21 Feb 2011 18:22:45 GMT
What is the best way to do this? I was thinking about using the HTTP_REFERER to make sure that customers are coming through ejunkie, but I know this can be easily spoofed.

In the documentation, ejunkie recommends blocking direct visits to a thank you page without going through E-Junkie. What is the best way to do this?]]>
E-junkie Discussions; cpol