Hi, when I check the transaction logs I can only see the IP address of the last attempted download. Is there any way to see the IP addresses of all attempted downloads?
Thanks!
created
Jul '09
last reply
Jul '09
- 6
replies
- 1.3k
views
- 4
users
- 1
link
Hi, when I check the transaction logs I can only see the IP address of the last attempted download. Is there any way to see the IP addresses of all attempted downloads?
Thanks!
A log, which include:
* 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
This is true, but these IP will be almost equal (at least their first 3 bytes), from one provider and in only one country. Two or three attempts even from different providers are still acceptable... How about 10-30-40 and more attempts from different IP and different countries (when a new merchant doesn't specify the number of possible attempts)?
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");
}
Topic | Category | Replies | Views | Activity |
---|---|---|---|---|
Loved the product! | E-junkie Discussions | 0 | 276 | Jul '24 |
Reddit Link Click Tracking | E-junkie Discussions | 2 | 303 | Aug '24 |
Issue with CC processing | E-junkie Discussions | 3 | 273 | Aug '24 |
How to Optimize E-junkie for Selling Digital Products | E-junkie Discussions | 1 | 219 | Oct '24 |
Cart Collating Question | E-junkie Discussions | 1 | 193 | Oct '24 |