jedyny
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Ok, my mistake, I didn’t notice that I have to install another plugin for this feature.
Of course:
https://kolorowankadotykowa.pl/That’s very strange. I see that on your site it’s working exactly as design but on mine unofrtunately it doesn’t. Maybe it’s because of the theme I am using (OceanWP). Anyway, I haven’t found any issues with my solution so for now I will stick to it.
ThanksWell, I have found some solution.
It works by listening also for an event “touched” which works on mobile.// track add to cart events for products on product detail pages
[“click”, “touchend”].forEach(function(clickType) {
document.addEventListener( clickType, function( e ) {I don’t know if it is a common error or maybe there is something wrong with my site.
Viewing 4 replies - 1 through 4 (of 4 total)