You can only specify a maximum of 9 attempts; it is not possible to allow unlimited attempts. We recommend our default settings allowing 5 attempts within 120 hours, whichever comes first.
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");
}