DRMasterChief Posted May 12, 2018 Posted May 12, 2018 Hi, maybe we got the point..... please see the things in other countries !! In Germany (and most EU) it is not possible to not allow returns (for 99,5% of all items), so you can´t exclude such things in ToS here. It is regulated by law. I am not able to translate all these things, maybe Google translater will work and if you are interested, please find the following two things (and a lot of more which i can find in minutes): https://www.it-recht-kanzlei.de/h%C3%A4kchen-setzen-agb-bestellprozess.html https://www.it-recht-kanzlei.de/2/DieLoesungmitHakenfuerAGBDatenschutzerklaerungWiderrufsbelehrungCoeinMuss/bestellvorgang-bestellprozess.html in the 2nd you can find: ....Online retailers are legally not forced to customize the ordering process in their webshop so that their customers confirm the acceptance of the terms and conditions or the privacy policy and cancellation policy with a check mark. A clear reference to the terms and conditions and this information, combined with the possibility for the customer to retrieve and read through, is sufficient. but please let´s finish this here, focus should be on GDPR only
lesley Posted May 12, 2018 Posted May 12, 2018 Agreed. There is already a button for this, so it should not be included in GDPR.
Viklemagi Posted May 13, 2018 Posted May 13, 2018 Oh, thanks! Hadn't thought of anything like that :) @mdekker said in New General Data Protection Regulation 2018-05-25: Thanks @Viklemagi, I'll pass it on to @SnowyCat If you want to add a translucent background to the page in order to focus on the cookie consent bar you can use either CSS or Javascript: CSS: css [aria-label="cookieconsent"] { outline: 9999px solid rgba(0, 0, 0 , 0.5); } Native JavaScript: js var consentBar = document.querySelector('[aria-label="cookieconsent"]'); if (consentBar) { consentBar.style.outline = '9999px solid rgba(0, 0, 0, .5)'; } jQuery: js $('[aria-label="cookieconsent"]').css('outline', '9999px solid rgba(0, 0, 0, .5)');
toplakd Posted May 16, 2018 Posted May 16, 2018 Have installed the 1.7 PS official onto TB 1.0.4 and PS 1.6.1.18. It installs on both (had to change min-version), delete data works in admin on both. Get data in front as .pdf works only on PS, and checkboxes doesn't work on neither :) It seems that module is almost same for both 1.6 and 1.7 as it has all the needed templates.
Pilou Posted May 18, 2018 Posted May 18, 2018 @toplakd how did you install a Ps1.7 module on a Ps 1.6.1.18 please ?
toplakd Posted May 19, 2018 Posted May 19, 2018 Change the min-version in install script. Only what is not working is Consent boxes in the front, and same in admin area - the consent tab does not save as it exits. And GDPR has no button in MyAccount area, just text, but exporting my data works. How far is Thirtybees with it's own GDPR solution? Thank you. Dejan
rubben1985 Posted May 19, 2018 Posted May 19, 2018 How far is Thirtybees with it's own GDPR solution? same question here. If it will takes time, any module that works in TB? I do not know what to do to adapt the PS 1.7 module (not technical knowledge) to TB
toplakd Posted May 19, 2018 Posted May 19, 2018 1.7 module does not work correctly. I was just testing it. Showing consent's does not work in front office, neither enabling/disabling them in backoffice. You could try if this free one works. https://www.tecnoacquisti.com/en/free-modules/60-prestashop-free-gdpr-compliance-rgpd-2016679-.html
toplakd Posted May 19, 2018 Posted May 19, 2018 Have not tested again the 1.7 module on TB. Only things that are to do are commenting following lines in file psgdpr.php // $this->psversion = (bool)versioncompare(PSVERSION_, '1.6', '>='); // $this->psversionscompliancy = array('min' => '1.6', 'max' => PSVERSION_); Than module installs without problems, but as said before everything works except consent boxes (front and admin settings). And in my account there is no nice button for "My Personal Data" link where one can download all his information. Module can be easily downloaded if you install test 1.7 store for obtaining the module. Than just copy it to your TB install for further testing.
toplakd Posted May 19, 2018 Posted May 19, 2018 Hi SnowyCat. Yes I know this, and I can hardly wait. Preparing to migrate already.
Cassim Posted May 21, 2018 Posted May 21, 2018 @snowycat We are looking forward to this. ! Do you know when. ? And will it have all the function needed. ? Art. 8 GDPR - Conditions applicable to child's consent The processing of the personal data of a child shall be lawful only if the child is at least 16 years old. Our module has a checkbox to confirm the legal age. Art. 15 GDPR - Right of access by the data subject The data subject has access to the personal data by request. They are able to view / download this from their account. Art. 20 GDPR - Right to data portability Upon request, a package of the personal data is available to download, giving the data subject the option of portability. Art. 17 GDPR - Right to erasure (‘right to be forgotten’) The data subject can request the erasure or anonymization of their personal data. This can be actioned by the store admin in the PrestaShop back-office. Art. 7 - GDPR Conditions for consent (2) Clarity of consent The request for consent is presented in a manner which is clearly distinguishable from the other matters, in an intelligible and easily accessible form. Art. 7 - GDPR Conditions for consent (3) Withdrawal of consent The data subject has the right to withdraw his or her consent at any time using the "Control my Privacy" option.
toplakd Posted May 23, 2018 Posted May 23, 2018 Deadline is arround the corner. So any news on TB side? PS already sold 1000+ of their buggy module (they are calling opened support tickets - love letter)
lesley Posted May 23, 2018 Posted May 23, 2018 We are looking at the next day or two. We have looked at their solution and seen the issues with it, so we will not have them in our module.
datakick Posted May 23, 2018 Posted May 23, 2018 For those of you who would like to test/use official prestashop gdpr module, I've ported their free ps17 version to ps16 / thirtybees (credits for the idea goes to @toplakd). ...download link was removed, because original ps17 module is not entirely open-sourced...
toplakd Posted May 23, 2018 Posted May 23, 2018 Damn. I'm no coder, so I didnt have any luck trying to get the checkboxes working :) Your port works fully also on PS :)
lesley Posted May 23, 2018 Posted May 23, 2018 Be careful @datakick there are parts of that module that are not licensed under open source. I think that is why it is not on GitHub.
lesley Posted May 23, 2018 Posted May 23, 2018 Check the tabs directory, that all seems to be missing an OSL license and seems to be closed source by the way it is done.
datakick Posted May 23, 2018 Posted May 23, 2018 @lesley, you are right, there are many parts of the code that's not released under open source license. They are licensed unter this --- which is not a license at all. But I guess that doesn't mean I can use it anyway.... so sorry folks, no ported GDPR module :)
lesley Posted May 23, 2018 Posted May 23, 2018 I think, coupled with the copyright and trademark lines makes it closed source. We looked at the code and wanted to borrow some of it, but we decided agaInst it for that reason. I did ask @mickaelandrieu about it, but he does not work on that team.
toplakd Posted May 23, 2018 Posted May 23, 2018 But at least he showed that PS intentionaly deprecated the module for lower versions, when they offering it for free for 1.7. Just for the couse of downgrading 1.6 to new "better" 1.7 :)
nickon Posted May 23, 2018 Posted May 23, 2018 Is there a module (for us unlucky ppl that still use ps1.6) that can check what modules need some GDPR love? sunnytoo said they will release a GDPR compatable theme next week. but what about the other modules ?
datakick Posted May 23, 2018 Posted May 23, 2018 @nickon I'm afraid that can't be done programatically / automatically. Ultimately it's up to merchants to decide if the module complies with the laws.
nickon Posted May 23, 2018 Posted May 23, 2018 Thanks @datakick The more I look at the GDPR the more I get confused. eg today I bought the module from prestashop official and it doesn't have the "under16" and cookie consent. Other modules https://addons.prestashop.com/en/legal/31185-gdpr-compliance-pro.html have per module cookie consent. man....
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now