• Exo

    (@richardshea)


    Sadly, I thought this plugin could be the answer as GDPR law states I’m to disable Woo Commerce cookies until the visitor agrees.

    This plugin seems to bypass that to make a test so always thinks cookies are working.

    So it fails ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ShopitPress.com

    (@shopitpress)

    Hi Exo,

    Which plugin you are using for disabled cookie?

    Give me a link of that plugin.

    Thread Starter Exo

    (@richardshea)

    Hi,
    thanks for the quick reply. I tried two different cookie plugins, but settled for this one:
    https://codecanyon.net/item/ultimate-gdpr-compliance-toolkit-for-wordpress/21704224

    They seem to block the cookies, but as I say yours simply tries a simple test of if it can create a new cookie (I’m guessing)
    Whereas ideally, you’d need to test the Woo Hash cookie is set.

    Meantime, I’ve created my own plugin using a 1 line of PHP code…
    if(!isset($_COOKIE[‘woocommerce_cart_hash’])) { FUNCTIONHERE() }

    Your plugin I think was designed more for those that are using external/browser cookie blocking.
    Hopefully you can consider using both methods.

    Plugin Author ShopitPress.com

    (@shopitpress)

    Hi can you share that plugin with us for the testing purpose and build functionality which you want.

    You can share download link with us at our community page, please make post as private when you sharing the plugin.
    https://shopitpress.com/community/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fails with GDPR cookie disabled’ is closed to new replies.