Re: 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
Re: Cookie Control [Support Thread]
Quote:
Originally Posted by
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
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
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
Re: Cookie Control [Support Thread]
Hi Design,
I wondered if you could help me,
I have a website 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
Re: Cookie Control [Support Thread]
Quote:
Originally Posted by
beadingmad
Hi Design,
I wondered if you could help me,
I have a website
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!
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
Quote:
Originally Posted by
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!
Re: Cookie Control [Support Thread]
Quote:
Originally Posted by
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!
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
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.