Zen Cart Logo
Forums / All Other Contributions/Addons / Cookie Control [Support Thread]

Cookie Control [Support Thread]

Views: 54,574

Results 61 to 80 of 174
18 Jun 2013, 5:48 PM
#61
aljosa avatar

aljosa

New Zenner

Join Date:
Nov 2007
Posts:
30
Plugin Contributions:
0

Cookie Control [Support Thread]

Hi, my name is Aljosa and because I cant find information how to install or put http://www.zen-cart.com/downloads.php?do=file&id=1476 cookie control on my web shop. I hope that someon will help me and give me info how to put cookie control on my web shop.

Oh yes, sorry on my english I am from Slovenia ;-)

All the best Aljosa

18 Jun 2013, 7:46 PM
#62
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Cookie Control [Support Thread]

aljosa:

Hi, my name is Aljosa and because I cant find information how to install or put http://www.zen-cart.com/downloads.php?do=file&id=1476 cookie control on my web shop. I hope that someon will help me and give me info how to put cookie control on my web shop.

Oh yes, sorry on my english I am from Slovenia ;-)

All the best Aljosa

there is a readme inside the zip file

18 Jun 2013, 9:58 PM
#63
aljosa avatar

aljosa

New Zenner

Join Date:
Nov 2007
Posts:
30
Plugin Contributions:
0

Re: Cookie Control [Support Thread]

Ok I found it and I take the steps.... now in admin panel everything look OK, it means that I can make changes in admin site, but there is no cookie on my page. Or I transfer files in wrong folder... I dont know. I tried to follow your instructions but I realy dont know what I have make wrong. Do you know why I dont se cookie on my page..?????

all the best
Aljosa

25 Jun 2013, 10:59 AM
#64
aljosa avatar

aljosa

New Zenner

Join Date:
Nov 2007
Posts:
30
Plugin Contributions:
0

Re: Cookie Control [Support Thread]

Design75 could you be so kind and write in wich folders i have to transfer your module files for cookies. Sorry but I realy dont know what I am doing wron and I am :frusty::frusty:. I also install 1.5.1. version of Zen cart for testing but on the front page of the Zen store I cant see any cookie notification. In admin panel I have Cookie Control on the end of configuration list but nothing in front page of the store.
I hope you understand what is my problem, because my english is for :cry:.

All the best
Aljosa

30 Jun 2013, 10:53 AM
#65
beadingmad avatar

beadingmad

New Zenner

Join Date:
Jun 2013
Location:
United Kingdom
Posts:
8
Plugin Contributions:
0

Re: Cookie Control [Support Thread]

Hi Design,
I wondered if you could help me,
I have a website https://www.kim.beadingmadnow.com, just setting it up, however I am having problems with your add in for cookie control, its all installed however not displaying the add it.

Would you mind pointing me in the right direction

Zencart 1.51

Many Thanks

Dave

30 Jun 2013, 12:37 PM
#66
brave1314 avatar

brave1314

New Zenner

Join Date:
Nov 2011
Posts:
9
Plugin Contributions:
0

Re: Cookie Control [Support Thread]

beadingmad:

Hi Design,
I wondered if you could help me,
I have a website https://www.kim.beadingmadnow.com, just setting it up, however I am having problems with your add in for cookie control, its all installed however not displaying the add it.

Would you mind pointing me in the right direction

Zencart 1.51

Many Thanks

Dave

You need to ensure that your

countries:'GB' is in this format (GB does not work and also you need square brackets.)

countries:['United Kingdom']

or cookie control will not show!

Change this file this \includes\templates\your_template\templates\tpl_cookie_control.php in version 1.4 which is located in the following folder

Line 29
countries:'<?php echo COOKIE_CONTROL_COUNTRIES;?>' // Or supply a list ['United Kingdom', 'Greece']

Add [ ] and remove the ' '

Should be

countries:[<?php echo COOKIE_CONTROL_COUNTRIES;?>] // Or supply a list ['United Kingdom', 'Greece']

Then it should work!

30 Jun 2013, 7:32 PM
#67
beadingmad avatar

beadingmad

New Zenner

Join Date:
Jun 2013
Location:
United Kingdom
Posts:
8
Plugin Contributions:
0

Re: Cookie Control [Support Thread]

THanks Bravel

I have checked the zencart backend and now have ['United Kingdom'] in the countries list

I have also amended the file by removing ' ' and added [ ]

This is still not working.

Many Thanks

Dave

brave1314:

You need to ensure that your

countries:'GB' is in this format (GB does not work and also you need square brackets.)

countries:['United Kingdom']

or cookie control will not show!

Change this file this \includes\templates\your_template\templates\tpl_cookie_control.php in version 1.4 which is located in the following folder

Line 29
countries:'<?php echo COOKIE_CONTROL_COUNTRIES;?>' // Or supply a list ['United Kingdom', 'Greece']

Add [ ] and remove the ' '

Should be

countries:[<?php echo COOKIE_CONTROL_COUNTRIES;?>] // Or supply a list ['United Kingdom', 'Greece']

Then it should work!

1 Jul 2013, 12:04 AM
#68
brave1314 avatar

brave1314

New Zenner

Join Date:
Nov 2011
Posts:
9
Plugin Contributions:
0

Re: Cookie Control [Support Thread]

beadingmad:

THanks Bravel

I have checked the zencart backend and now have ['United Kingdom'] in the countries list

I have also amended the file by removing ' ' and added [ ]

This is still not working.

Many Thanks

Dave

Just checked you site and you have double brackets showing in your code.

countries:[['United Kingdom']]

Your page source should look like this

http://www.lightevolution.co.uk/

<!--BOF cookie control script--> <script src="http://www.geoplugin.net/javascript.gp" type="text/javascript"></script> <script type="text/javascript">//<![CDATA[ cookieControl({ introText:'We use cookies to recognize you on your next visit. Furthermore, we use Google Analytics.', fullText:'<p>Cookies enable us to collect information about the use of our services and to improve and adapt to the needs of our visitors. Our cookies provide information related to personal identification. They are also used to process your order correctly.By using our site you agree to our. <a href="http://www.lightevolution.co.uk/index.php?main_page=privacy">Privacy Policy</a>.</p>', cookieOnText:'Cookies are on', cookieOffText:'Cookies are off', position:'left', shape:'triangle', theme:'light', startOpen:true, // true , false autoHide:6000, // Time in miliseconds protectedCookies: ['analytics'], //list the cookies you do not want deleted ['analytics', 'twitter'] consentModel:'implicit', // information_only , implicit , explicit subdomains:true, // true , false onAccept:function(){ccAddAnalytics();}, onReady:function(){}, onCookiesAllowed:function(){ccAddAnalytics();}, onCookiesNotAllowed:function(){}, countries:['United Kingdom', 'Netherlands'] // Or supply a list ['United Kingdom', 'Greece'] }); function ccAddAnalytics() { jQuery.getScript("http://www.google-analytics.com/ga.js", function() { var GATracker = _gat._createTracker('UA-XXXXXXXXX-1'); GATracker._trackPageview(); }); } //]]> </script><!--EOF cookie control script-->

Hope this fixes your issue!

3 Jul 2013, 9:13 PM
#69
beadingmad avatar

beadingmad

New Zenner

Join Date:
Jun 2013
Location:
United Kingdom
Posts:
8
Plugin Contributions:
0

Re: Cookie Control [Support Thread]

HI Brave

Sorry, i have reinstalled zencart and the template and its still not working.I have lost the slider bar, I understand this is because i have 2 lots of java trying to run at once,

Any ideas?

Thanks

David

5 Jul 2013, 11:18 AM
#70
chrissd avatar

chrissd

New Zenner

Join Date:
Jul 2013
Location:
UK
Posts:
8
Plugin Contributions:
0

Re: Cookie Control [Support Thread]

Running Zencart v1.51.
When I install Cookie Control, I am then unable to get to the Admin panel; webpage returns error HTTP 500.
Has anybody else had this and know the cause? Or is there something else I need to do for Zencart v1.51.
I have removed everything for Cookie Control and Admin works, and tried installing it again but still the same problem.

5 Jul 2013, 11:30 AM
#71
chrissd avatar

chrissd

New Zenner

Join Date:
Jul 2013
Location:
UK
Posts:
8
Plugin Contributions:
0

Re: Cookie Control [Support Thread]

ChrisSD:

Running Zencart v1.51.
When I install Cookie Control, I am then unable to get to the Admin panel; webpage returns error HTTP 500.
Has anybody else had this and know the cause? Or is there something else I need to do for Zencart v1.51.
I have removed everything for Cookie Control and Admin works, and tried installing it again but still the same problem.

I just checked the error logs and got this:
PHP Fatal error:
Call to undefined function zen_page_key_exists() in /home2/*********websitename/public_html/zentest/includes/init_includes/init_cookie_control_config.php
on line 60

init_cookie_control_config.php is in the zc_admin folder.

Line 60 is: if (!zen_page_key_exists('configCookieControl')) {

Is this the correct location for init_cookie_control_config.php ?

6 Jul 2013, 8:13 AM
#72
beadingmad avatar

beadingmad

New Zenner

Join Date:
Jun 2013
Location:
United Kingdom
Posts:
8
Plugin Contributions:
0

Re: Cookie Control [Support Thread]

Hi All,

I have managed to resolve the cookie control issue where it was not displaying, however it seems that the Java script for my banner is now not working.
To make the cookie control work, I have had to rename the Jscript_jquery.js

This suggests that the 2 files were being loaded twice.

Can anyone help me to make the slider work again, I assume that somewhere the file was being called twice, but i can not see the wood through the trees.

Its prob a easy amendment, I just can not see it

http://www.kim.beadingmadnow.com

Many THanks

David

7 Jul 2013, 6:32 AM
#73
beadingmad avatar

beadingmad

New Zenner

Join Date:
Jun 2013
Location:
United Kingdom
Posts:
8
Plugin Contributions:
0

Re: Cookie Control [Support Thread]

Hi All

Thanks for your help all fixed now

David

7 Jul 2013, 6:37 AM
#74
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Cookie Control [Support Thread]

beadingmad:

Hi All

Thanks for your help all fixed now

David

Can you share your fix for future searchers please.

10 Jul 2013, 6:52 PM
#75
chrissd avatar

chrissd

New Zenner

Join Date:
Jul 2013
Location:
UK
Posts:
8
Plugin Contributions:
0

Re: Cookie Control [Support Thread]

Can anybody answer this for me?

ChrisSD:

I just checked the error logs and got this:
PHP Fatal error:
Call to undefined function zen_page_key_exists() in /home2/*********websitename/public_html/zentest/includes/init_includes/init_cookie_control_config.php
on line 60

init_cookie_control_config.php is in the zc_admin folder.

Line 60 is: if (!zen_page_key_exists('configCookieControl')) {

Is this the correct location for init_cookie_control_config.php ?

6 Aug 2013, 8:51 AM
#76
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Cookie Control [Support Thread]

Good morning Design75, I hope you are well?
This appears to be the most asked question on this thread...why won't it show on my site?
www dot tkdrevision dot com
I've checked all files, admin configuration works fine. The important and odd fact is that I have an identical WAMP version of my site and CC works perfectly on localhost version.
Any thoughts or glaring omissions?

6 Aug 2013, 9:46 AM
#77
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Cookie Control [Support Thread]

picandnix:

Good morning Design75, I hope you are well?
This appears to be the most asked question on this thread...why won't it show on my site?
www dot tkdrevision dot com
I've checked all files, admin configuration works fine. The important and odd fact is that I have an identical WAMP version of my site and CC works perfectly on localhost version.
Any thoughts or glaring omissions?

Hi picandnix, actually I am feeling very good :cool:. This module has been out of my focus for some time, since I rarely use it for customers any-more. This is of changing laws again :clap: (though it is still not officially). So my support on the has been neglected.

The most commen issue with this mod is trying to load multiple versions of jquery. The mod loads jquery from google, so that may explain why it is working on a WAMP Server

19 Sep 2013, 1:08 PM
#78
100asa avatar

100asa

Totally Zenned

Join Date:
Oct 2006
Location:
Italy
Posts:
636
Plugin Contributions:
0

Re: Cookie Control [Support Thread]

I use 1.3.5 zencart version, and I've just upload all files. But in admin I can't found none configuration or setting for cookie control. Where I'm wrong?
What exactly does "click ANY link in your store's admin"???

19 Sep 2013, 2:51 PM
#79
discoverytdi avatar

discoverytdi

Totally Zenned

Join Date:
May 2011
Location:
Sunny Rossendale (not)
Posts:
562
Plugin Contributions:
0

Re: Cookie Control [Support Thread]

The mod was written for zen 1.39 and above you should seriously consider upgrading just from a security and functionality point of view.

6 Sep 2014, 8:58 PM
#80
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Cookie Control [Support Thread]

Can I ask if this is suppose to happen it opens up a huge box saying the cookie control accept etc and
when I say big I mean almost half the page .