Re: Cookie Control Support Thread
Hi,
I tested the module and it seems to show the popup and the slider work but I noticed that it doesn't really check whether cookies are truly enabled or disabled and the slider does not change the browser settings. With all browsers now blocking cookies by default now, a rewrite might be needed. For example, I would remove the slide and checkbox and just check if cookies are enabled and then keep popup on till cookies are enabled. This was my experience with this cookie control module. Did I get it wrong? did I mess up my installation?
Re: Cookie Control Support Thread
Hi Guys,
Can anybody please confirm that this Cookie Control plug in is compatible with version ZC1.5.7? As it seems to me too old to run with the latest PHP.
Re: Cookie Control Support Thread
Quote:
Originally Posted by
Georgecy
Hi Guys,
Can anybody please confirm that this Cookie Control plug in is compatible with version ZC1.5.7? As it seems to me too old to run with the latest PHP.
This plugin works https://www.zen-cart.com/downloads.php?do=file&id=1476
Re: Cookie Control Support Thread
I've noticed that this plugin doesn't work in Safari. I checked the same site in Firefox, Chrome, and Edge and I could see the green triangle across the bottom left corner. Not so in Safari.
Can anyone else confirm the same?
Re: Cookie Control Support Thread
Quote:
Originally Posted by
strelitzia
I've noticed that this plugin doesn't work in Safari. I checked the same site in Firefox, Chrome, and Edge and I could see the green triangle across the bottom left corner. Not so in Safari.
Can anyone else confirm the same?
Just loaded a new site and it does display in Safari. Try changing the position .
Re: Cookie Control Support Thread
Hi Guys,
I tried installation on 1.5.7d with mysql 5.7.31 amd Php 7.4.23 and the installation failed. The admin crashes immediately after the installation. The front end works. Removing the installation folder allows login to the admin and in the logs there are a lot of "this will throw an Error in a future version of PHP" and it seems that the creation of necessary fields in the database have failed.(--> PHP Warning: Use of undefined constant COOKIE_CONTROL_READ_xxx).
Any tips?
1 Attachment(s)
Re: Cookie Control Support Thread
Hi guys I solved the issue with the solution from civic https://www.civicuk.com/cookie-control whick works very nice.Attachment 20001
Quote:
Originally Posted by
Georgecy
Hi Guys,
I tried installation on 1.5.7d with mysql 5.7.31 amd Php 7.4.23 and the installation failed. The admin crashes immediately after the installation. The front end works. Removing the installation folder allows login to the admin and in the logs there are a lot of "this will throw an Error in a future version of PHP" and it seems that the creation of necessary fields in the database have failed.(--> PHP Warning: Use of undefined constant COOKIE_CONTROL_READ_xxx).
Any tips?
Re: Cookie Control Support Thread
I am using ZC 1.5.7b, PHP 7.4 with two languages English and German.
It has worked fine for me for years.
I was using extended logging options for another problem when the PHP Notice below showed up. I have no clue what the implications might be or if I should just forget about it.
Code:
PHP Notice: Constant BOX_CONFIGURATION_COOKIECONTROL already defined in /ADMIN/includes/languages/english/extra_definitions/cookie_control.php on line 18.
Re: Cookie Control Support Thread
Quote:
Originally Posted by
marton_1
I am using ZC 1.5.7b, PHP 7.4 with two languages English and German.
It has worked fine for me for years.
I was using extended logging options for another problem when the PHP Notice below showed up. I have no clue what the implications might be or if I should just forget about it.
Code:
PHP Notice: Constant BOX_CONFIGURATION_COOKIECONTROL already defined in /ADMIN/includes/languages/english/extra_definitions/cookie_control.php on line 18.
https://docs.zen-cart.com/user/troub...ready_defined/
Re: Cookie Control Support Thread
Quote:
Originally Posted by
simon1066
Great, thanks