I actually had a customer complain that the email that they received by placing an order contained their IP address. They indicated that this is a violation of their privacy. Anyway ... I could comment about this forever ... but after much thought, I don't think that there is any value in displaying the IP address in their email. So, how easy is it to remove from that email when they place a new order?
Thanks!
Thanks!
Which Opencart version are you using?
Get a secure, fast, and reliable web hosting service from https://turnuphosting.com/opencart-hosting/.
Try this
go to catalog/view/theme/default/template/mail/order_add.twig, around line 33, find
and delete
go to catalog/language/en-gb/mail/order_add.php, around line 15, find
and replace with
Refresh both modifications and caches (theme and saas ).
go to catalog/view/theme/default/template/mail/order_add.twig, around line 33, find
Code: Select all
<b>{{ text_ip }}</b> {{ ip }}<br />
go to catalog/language/en-gb/mail/order_add.php, around line 15, find
Code: Select all
$_['text_ip'] = 'IP Address:';
Code: Select all
// $_['text_ip'] = 'IP Address:';
Last edited by fegdeed on Wed May 27, 2020 1:09 am, edited 1 time in total.
Get a secure, fast, and reliable web hosting service from https://turnuphosting.com/opencart-hosting/.
It IS a beach!
Read more about that in the GDPR : https://eur-lex.europa.eu/legal-content ... 79&from=DE
Recording IP-Addresses is part of a so called "private" data.
While I understand that IP-Addresses may sometimes needed (e.g. check fraudster etc.).
But storing them is not allowed.
What you can do is to store such in a "masked" form (e.g. 82.123.xxx.xxx)
Finally if stored it should not point to any customer (the theory).
And sending the IP-Address back to the customer is a "very" bad idea!
What for should this be good?
p.s.: instead of adding <!-- .. --> remove the complete line inside the template (because it will be though visible with them).
Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.
Thanks @OSWorX, I have updated the info.
Get a secure, fast, and reliable web hosting service from https://turnuphosting.com/opencart-hosting/.
Who is online
Users browsing this forum: No registered users and 43 guests