Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 174

Hybrid View

  1. #1
    Join Date
    Dec 2011
    Posts
    7
    Plugin Contributions
    0

    Default Re: Cookie Control Support Thread

    Hi, i have uploaded all cc files, and the admin configuration menu control DOS NOT appears.
    I folowed the instructions but the 8. step does not work.

    8. Once the files are uploaded, click ANY link in your store's admin, and the auto-installer will be triggered. If you have followed the install instructions, you will see the installation confirmation message.

    Zencart version is 1.3.9h
    I dont use english language.
    The site is www.amalda.si

  2. #2
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Cookie Control Support Thread

    did you copy the language files from the english folder to your specific language?

  3. #3
    Join Date
    Nov 2011
    Posts
    9
    Plugin Contributions
    0

    Idea or Suggestion Re: Cookie Control Support Thread

    Quote Originally Posted by kevin_a View Post
    I have installed all the Cookie Control files, and the admin configuration menu control appears.
    However, when I edit the tpl_main_page.php file to include the following as prescribed:

    <!--BOF cookie control script-->
    <?php if (COOKIE_CONTROL_STATUS == 'true'){?>
    <?php require($template->get_template_dir('tpl_cookie_control.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_cookie_control.php');?>
    <?php } ?>
    <!--EOF cookie control script-->

    The easy slider display is broken on the index page.

    http://www.romseybaitandtackle.co.uk...php?main_page=

    I can only find one copy of jscript_jquery-1.5.min.js running on the site.

    Any pointers would be very welcome thanks

    Kevin
    Hi Kevin,

    I have looked at your site and think your issue is the same as mine I can't get both slider and cookie control to work at the same time!

    http://www.lightevolution.co.uk

    About to give up!

    David
    Last edited by brave1314; 14 Jun 2013 at 09:43 PM.

  4. #4
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Cookie Control Support Thread

    Quote Originally Posted by brave1314 View Post
    Hi Kevin,

    I have looked at your site and think your issue is the same as mine I can't get both slider and cookie control to work at the same time!

    http://www.lightevolution.co.uk

    About to give up!

    David
    Try removing jscript_jquery-1.5.min.js , because cookie cintrol is already loading jquery,

    And you have a bigger problem , because you have two <html> declarations on your page
    HTML Code:
    <html itemscope="itemscope" itemtype="http://schema.org/WebPage">
     <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">

  5. #5
    Join Date
    Nov 2007
    Posts
    30
    Plugin Contributions
    0

    Default 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

  6. #6

    Default Re: Cookie Control Support Thread

    Hi,

    I'm using ZenCart 1.5.4 and have just installed Cookie Control.

    When the Cookie Control displays it shows two triangles (or a triangle and a diamond if configured to show a diamond). I've checked all of the install files etc. Any ideas what is going wrong?

    Click image for larger version. 

Name:	Screen Shot 2015-10-09 at 10.20.18.png 
Views:	338 
Size:	14.2 KB 
ID:	15678

  7. #7
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Cookie Control Support Thread

    Do you have a link to your site?

  8. #8
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: Cookie Control Support Thread

    A client is using this plugin but a resource is returning a 403. Specifically, https://ssl.geoplugin.net/javascript.gp in tpl_cookie_control.php

    I've contacted Geo Plugin (waiting for a reply). Is there another way to accomplish this until they fix the issue on their end?

  9. #9
    Join Date
    Jul 2011
    Posts
    22
    Plugin Contributions
    1

    Default Re: Cookie Control Support Thread

    Quote Originally Posted by eentje View Post
    New version (1.1) submitted with SSL support, English defines added, less core files to be altered, general off/on switch in admin and extended read me.
    Firstly, great mod. I had been using the copy and paste version direct from CookieControl website as until today I hadn't found one that was ready-to-go on the zen cart site.

    I'm using the the latest v1.2 version which claims to be able to handle SSL. I appeared to have problems with our sites SSL. I have our mod set to explicit giving the user the choice to avoid cookies until they allow them. In this mode, SSL works ok in both IE9 and firefox. Once the user has allowed cookies, there becomes SSL issues in both browsers; not good news for the customer who's about to log-in.

    Then I thought, I had this problem before! The google analytics script found in includes/templates/YOUR_TEMPLATE/templates/tpl_cookie_control.php contains the a URL that did not start with https:. So I changed it from http: as below:

    function ccAddAnalytics() {
    jQuery.getScript("https://www.google-analytics.com/ga.js", function() {
    var GATracker = _gat._createTracker('<?php echo COOKIE_CONTROL_GOOGLE_ANALYTICS ; ?>');
    GATracker._trackPageview();
    });
    }

    It worked with my old installation so didn't see why it couldn't work with this mod. And it did, cookies are now being stored on my browser. I'm not a php programmer but love to tinker so I'm unsure if this the correct way to sort out this issue, it just happened to work for me.

  10. #10
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Cookie Control Support Thread

    The whole Google function is actually meant a bit as an example, since a lot of people already have analytics added to their site and need to change that. For my own site i rewrote the code so it works together with the simple Google analytics module.
    But I am glad you found your solution that works for you.

 

 
Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3672
    Last Post: 11 Sep 2025, 05:07 PM
  3. BackUp ZC [Support Thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 285
    Last Post: 23 Dec 2020, 10:40 AM
  4. SysCheck [support thread]
    By swguy in forum All Other Contributions/Addons
    Replies: 36
    Last Post: 24 Oct 2020, 05:28 AM
  5. Replies: 7
    Last Post: 7 Apr 2011, 10:34 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg