Replies: 0
Hello!
I recently contacted with the developer of that plugin (WooCommerce Pixel Manager by Woopt) because since I installed his plugin I’m getting a problem in the CartPops popup.
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).
This is the reply of the developer of that module:
_________________________________________
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
____________________________________________
It is possible for you to add that fix on the next release of CartPops to be compatible with the plugin?
This is the plugin I’m talking about:
https://wordpress.org/plugins/woocommerce-google-adwords-conversion-tracking-tag/
Thank you!