Howdy 🙂
This sounds to me like a JavaScript error on checkout. Can you check your browser’s JavaScript console for errors?
Hello again!
There is one error I get when checking out:
/checkout/order-received/43250/?key=wc_order_5b294b016f55f&utm_nooverride=1:1 Failed to set referrer policy: The value '' is not one of 'no-referrer', 'no-referrer-when-downgrade', 'origin', 'origin-when-cross-origin', 'same-origin', 'strict-origin', 'strict-origin-when-cross-origin', or 'unsafe-url'. The referrer policy has been left unchanged.
Let me know what you think!
Howdy 🙂
I think that there may be a conflicting plugin or possibly a conflict in the theme. How we usually address this type of issue is to have you temporarily switch back to a default WordPress theme such as WordPress Twenty Seventeen Theme or Storefront and disable all plugins except for WooCommerce and the Google Analytics Integration. If that resolves the issue, then re-enable features one-by-one until you find the one that’s causing the conflict.
If none of that helps. perhaps a screenshot of the error in the console would provide more context.
I believe I resolved the issue – we are using a paid plug-in that customizes check-out and have had to modify it over and over again because it wasn’t well written. I went through it and found some more newbie javascript mistakes written into it and corrected them. Now I’m (tentatively) seeing transactions in analytics. I’m not sure what the connection is, but clearly it was stopping it somehow.
Thanks for your help!