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 Fri, 17 Jul 2009 21:13:24 GMT Fri, 12 Mar 2010 10:41:24 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 #7 http://www.e-junkie.com/bb/topic/3539/pg/0#post10777 http://www.e-junkie.com/bb/topic/3539/pg/0#post10777 Fri, 17 Jul 2009 21:13:24 GMT
solariaIt would be correct if you place a message to each retail customer that he can't resell or distribute in any way the downloaded file and its contents and it is only for his personal use. The place of such message is just before the checkout button in the shopping cart window and also on the page with download links... I didn't see such message here until now, but may be I miss it...

There's two things you can do to add a custom message. The easiest would involve simply customizing your thank-you page, so the buyer would see your terms/conditions when they claim their download:
http://www.e-junkie.com/ej/help.custom.thankyou-email.htm

You can also add a custom message inside your shopping cart for all buyers to see. This is a bit more technical, as you would need to modify your View Cart codes to add the following lines just before the "// -->" line in the standard code you get from Seller Admin:

function EJEJC_config() {
EJEJC_POSTCALL=true;
}
function EJEJC_shown() {
jQuery("#tdPmnt").attr("innerHTML",
"Any custom text or <b>HTML</b> you want to show in the cart goes here");
}]]>
E-junkie Discussions; E-junkieGuru
Post #6 http://www.e-junkie.com/bb/topic/3539/pg/0#post10777 http://www.e-junkie.com/bb/topic/3539/pg/0#post10777 Fri, 17 Jul 2009 05:07:25 GMT E-junkie Discussions; solaria Post #5 http://www.e-junkie.com/bb/topic/3539/pg/0#post10777 http://www.e-junkie.com/bb/topic/3539/pg/0#post10777 Thu, 16 Jul 2009 22:50:41 GMT E-junkie Discussions; E-junkieNinja Post #4 http://www.e-junkie.com/bb/topic/3539/pg/0#post10777 http://www.e-junkie.com/bb/topic/3539/pg/0#post10777 Wed, 15 Jul 2009 11:20:01 GMT
* product code (let say 20 bytes)
* IP (4 bytes)
* time (5 bytes)

for each attempt for download (I set them maximum 5 for a sold product) can be very useful indeed...

Such log could help us to analyze how the retail customers in our area act with the purchased products and if they offer them to other people to download... Also this could help each seller to decide how many attemps for download to allow... It even could be an option, which we can pay additionally monthly...

It would be correct if you place a message to each retail customer that he can't resell or distribute in any way the downloaded file and its contents and it is only for his personal use. The place of such message is just before the checkout button in the shopping cart window and also on the page with download links... I didn't see such message here until now, but may be I miss it...

Regards,
Solaria]]>
E-junkie Discussions; solaria
Post #3 http://www.e-junkie.com/bb/topic/3539/pg/0#post10777 http://www.e-junkie.com/bb/topic/3539/pg/0#post10777 Tue, 14 Jul 2009 20:58:24 GMT E-junkie Discussions; E-junkieGuru Post #2 http://www.e-junkie.com/bb/topic/3539/pg/0#post10777 http://www.e-junkie.com/bb/topic/3539/pg/0#post10777 Tue, 14 Jul 2009 10:32:19 GMT E-junkie Discussions; solaria Post #1 http://www.e-junkie.com/bb/topic/3539/pg/0#post10777 http://www.e-junkie.com/bb/topic/3539/pg/0#post10777 Tue, 14 Jul 2009 10:06:58 GMT
Thanks!]]>
E-junkie Discussions; TBguru