Ajax error fixed
Hello,
Congratulations on your theme, it's exceptional.
I found a bug that I fixed locally, in the wp-content/themes/betheme/js/woocommerce.js file.
The problem lies in this call: setTimeout(mfnShopListOptions.grab, 1);
It loses context, so I solved it with: setTimeout(() => mfnShopListOptions.grab(), 1);
I am attaching the file in question with the working modification.
While waiting for a response from one of our team members, we recommend to check Support Center where it is highly likely that you will find the answer to your question in no time.
FAQ | Video Tutorials | How to