• Resolved valdic

    (@valdic)


    Hi!

    Since I installed your plugin, I’m having a problem with CartPops plugin.
    Basically it shows this error message when you open the “View details” at cart popup:

    window.wooptpmDataLayer.cartItemKeys = window.wooptpmDataLayer.cartItemKeys || {}; window.wooptpmDataLayer.cartItemKeys[‘c1f7e386e97d11bf9d9bd80a5629831e’] = {“product_id”:100171,”variation_id”:100356}

    Here it should show the product variations (Size, color, etc).

    I have enabled the “Maximum Compatibility Mode” but it’s still failing.

    If you need any more details, please tell me. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author alekv

    (@alekv)

    Hi @valdic

    My plugin uses that output to track products in a way that works with every caching system.

    It outputs that code wrapped in a <script></script> tag which is fully compliant HTML code.

    Because the code is wrapped in <script></script> tag the CartPops module should ignore the code and not output it visibly to the front-end.

    There is nothing I can do from my side. You should ask the CartPops devs to update their plugin and ignore all code that’s wrapped in <script></script> tags.

    Regards
    Aleksandar

    Thread Starter valdic

    (@valdic)

    Thank you for the explanation Alekv, I will contact CartPops developer 🙂

    Best regards!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Problem with CartPops module’ is closed to new replies.