Page 16 of 18 FirstFirst ... 61415161718 LastLast
Results 151 to 160 of 173
  1. #151
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Cookie Control Support Thread

    Quote Originally Posted by Mikeondraco View Post
    Just reporting back, clean install all working Ok now - thanks again

    Michael
    Thank you

  2. #152
    Join Date
    Feb 2011
    Posts
    106
    Plugin Contributions
    0

    Default Re: Cookie Control Support Thread

    Hi All,
    I've searched the forums and finally installed, what seems to be the only cookie control available (https://www.zen-cart.com/downloads.php?do=file&id=1476). and it doesn't mention its compatibility with 1.55 (1.51 only) but i went ahead anyway.
    Once installed the cookie control didn't pop-up at all and it messed with my main page by introducing left sideboxes and also increased the main page width. I played around with this to try and put things back and make the cookie control appear but to no avail.
    Therefore i reverted back to before this was installed.

    My question is, are there any more free cookie controls available for v1.55e or has anyone else had this problem?
    https://www.selfbuildplans.co.uk
    Thanks.

  3. #153
    Join Date
    Feb 2011
    Posts
    106
    Plugin Contributions
    0

    Default Re: Cookie Control Support Thread

    Following on from my message above, i am now using mylivechat instead which works really well.
    Thanks.

  4. #154
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,585
    Plugin Contributions
    30

    Default Re: Cookie Control Support Thread

    i am now using mylivechat
    Does that have cookie control functionality?
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  5. #155
    Join Date
    Jul 2007
    Posts
    342
    Plugin Contributions
    7

    Default Re: Cookie Control Support Thread

    Quote Originally Posted by Design75 View Post
    I have set up a test site on Zen Cart 1.5.6c, and PHP 7.3 (https://cittins.zen4all-dev.nl/)
    And everything is working okay, except for a known (minor) javascript bug
    All appears to working well with Zencart 1.5.7 PHP7.3

  6. #156
    Join Date
    May 2005
    Location
    England
    Posts
    626
    Plugin Contributions
    0

    Default Re: Cookie Control Support Thread

    Hello there,

    I just wondered if Google Analytics is required still for this module to work? On Gmetrix it reports google analytics is being served 3 times and could be reduced to 1. I don't have google analytics and the only reference to it is cookie control. Thanks in advance.

  7. #157
    Join Date
    Apr 2013
    Location
    eglisau switzerland
    Posts
    567
    Plugin Contributions
    0

    Default Re: Cookie Control Support Thread

    I installed another plugin and got a "Warning: Headers already sent..."

    I could [eventually] fix this by removing the spaces at the start of line 5 before the // in jscript_cookieControl-5.1.min.

    I have been using the cookie control plugin for years with no problem

  8. #158
    Join Date
    Apr 2013
    Location
    eglisau switzerland
    Posts
    567
    Plugin Contributions
    0

    Default Re: Cookie Control Support Thread

    Quote Originally Posted by marton_1 View Post
    I installed another plugin and got a "Warning: Headers already sent..."

    I could [eventually] fix this by removing the spaces at the start of line 5 before the // in jscript_cookieControl-5.1.min.

    I have been using the cookie control plugin for years with no problem
    Weirdness!! Help

    As mentioned yesterday I installed a new test version of the mypos credit card payment plugin then made the change to jscript_cookieControl-5.1.min.php and I could make a test payment OK.
    Here is the confirmation to prove I was not dreaming :)
    Code:
    Payment
    MYPOS *SIMONE / Payment via myPOS Online, 15.04.2021 01:31	0.05 CHF
    Now today I ran another test but that failed and I got the "Warning: Headers already sent..." error message again, there is a copy below I just changed the "mytemplate". And yes I did check I am using my changed jscript_cookieControl-5.1.min.php.
    Code:
    [15-Apr-2021 10:00:26 Europe/Zurich] Request URI: /catalog/index.php?main_page=checkout_confirmation, IP address: 88.151.150.xxx
    #1 header() called at [/includes/functions/functions_general.php:42]
    #2 zen_redirect() called at [/includes/modules/payment/mypos_virtual.php:226]
    #3 mypos_virtual->confirmation() called at [/includes/classes/payment.php:223]
    #4 payment->confirmation() called at [/includes/templates/mytemplate/templates/tpl_checkout_confirmation_default.php:67]
    #5 require(/includes/templates/mytemplate/templates/tpl_checkout_confirmation_default.php) called at [/includes/templates/mytemplate/common/tpl_main_page.php:275]
    #6 require(/includes/templates/mytemplate/common/tpl_main_page.php) called at [/index.php:94]
    --> PHP Warning: Cannot modify header information - headers already sent by (output started at /includes/templates/mytemplate/jscript/jscript_cookieControl-5.1.min.php:4) in /includes/functions/functions_general.php on line 42.
    I hate it when there is a conflict between two plugins, due to the divided ownership responsibilities.

  9. #159
    Join Date
    Apr 2021
    Location
    England
    Posts
    3
    Plugin Contributions
    0

    Default Re: Cookie Control Support Thread

    Is it possible to remove the timer from the cookie control and have the consent popup always available until the customer clicks the popup?

  10. #160
    Join Date
    Apr 2013
    Location
    eglisau switzerland
    Posts
    567
    Plugin Contributions
    0

    Default Re: Cookie Control Support Thread

    Quote Originally Posted by marton_1 View Post
    Weirdness!! Help

    As mentioned yesterday I installed a new test version of the mypos credit card payment plugin then made the change to jscript_cookieControl-5.1.min.php and I could make a test payment OK.
    Here is the confirmation to prove I was not dreaming :)
    Code:
    Payment
    MYPOS *SIMONE / Payment via myPOS Online, 15.04.2021 01:31	0.05 CHF
    Now today I ran another test but that failed and I got the "Warning: Headers already sent..." error message again, there is a copy below I just changed the "mytemplate". And yes I did check I am using my changed jscript_cookieControl-5.1.min.php.
    Code:
    [15-Apr-2021 10:00:26 Europe/Zurich] Request URI: /catalog/index.php?main_page=checkout_confirmation, IP address: 88.151.150.xxx
    #1 header() called at [/includes/functions/functions_general.php:42]
    #2 zen_redirect() called at [/includes/modules/payment/mypos_virtual.php:226]
    #3 mypos_virtual->confirmation() called at [/includes/classes/payment.php:223]
    #4 payment->confirmation() called at [/includes/templates/mytemplate/templates/tpl_checkout_confirmation_default.php:67]
    #5 require(/includes/templates/mytemplate/templates/tpl_checkout_confirmation_default.php) called at [/includes/templates/mytemplate/common/tpl_main_page.php:275]
    #6 require(/includes/templates/mytemplate/common/tpl_main_page.php) called at [/index.php:94]
    --> PHP Warning: Cannot modify header information - headers already sent by (output started at /includes/templates/mytemplate/jscript/jscript_cookieControl-5.1.min.php:4) in /includes/functions/functions_general.php on line 42.
    I hate it when there is a conflict between two plugins, due to the divided ownership responsibilities.
    Just to close this off I could fix the "Warning: Headers already sent..." error message in the mypos credit card payment plugin by adding
    Code:
    ob_start();
    to the first line of the mypos.

 

 
Page 16 of 18 FirstFirst ... 61415161718 LastLast

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3600
    Last Post: 7 Apr 2024, 05:20 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR