Still not working.
I find wird behavior.
If im administrator or im not login i have the same thing:
if i remove product in wishlist – i dont have link wishlist/somerandomlistnuber, and i have information – no product in the list, but they are.
If im login as administrator i have 403 error in in wishlist even i remove cache, remove cookies etc:
wp-content/plugins/ti-woocommerce-wishlist/includes/api/ajax.php
next:
i have analytics.min.js script – with few scripts in it. Like initialisation of hotjar, ga4, adwords and facebook.
if i remove hotjar, ga4, adwords and facebook – is the same behavior,
but
if i don`t remove facebook script:
! function(f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function() {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = '2.0';
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}
(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1123123123123');
fbq('track', 'PageView');
i still have 403, but wishlist working without ajax.`
-
This reply was modified 2 years, 2 months ago by Magda.
-
This reply was modified 2 years, 2 months ago by Magda.