wpdevlol
Forum Replies Created
-
Forum: Plugins
In reply to: [Blocksy Companion] PHP Fatal Error: After recent update 2023-12-07Hello @eduard,
That was correct, Blocksy theme was 2.0.7 and the Blocksy companion was 1.9.2. Thank you for the swift reply. Appreciated!
Is fatal error the only way of handling version mismatch? That the entire site goes down?Forum: Plugins
In reply to: [WooCommerce] ERROR: Cannot read properties of undefined (reading ‘then’)Thanks for the suggestion @studiofy
I also had a function named fetch() with ajax and when i renamed it, the problem is gone.Forum: Plugins
In reply to: [WooCommerce] ERROR: Cannot read properties of undefined (reading ‘then’)I get the error aswell after updating to latest WC version.
Uncaught TypeError: Cannot read properties of undefined (reading ‘then’)
at refresh_cart_fragment (cart-fragments.js?ver=7.5.0:80:4)
at HTMLDocument. (cart-fragments.js?ver=7.5.0:174:4)
at mightThrow (jquery.js?ver=3.6.1:3766:29)
at process (jquery.js?ver=3.6.1:3834:12)
Cannot add products to cart.“For instance, ecommerce platforms would ideally fire this event when a shopper views a product page. In other words, you can use it to track which products a particular user has shown an interest in and display those products in your remarketing ads.”
view_item and ViewContent is for users that show interest and we use those to build remarketing lists.
Also for Google Ads we need dynamic remarketing parameters, they dont fire either initially for variable products, so we miss out on alot if the user doesnt make a choice.
If we set some options as default for the variable product, it should be fired initially and when a user make a product choice it should be updated.
- This reply was modified 3 years, 7 months ago by wpdevlol.