blockoverlay / JSON errors
-
Approx 3 weeks ago I received word from my client that their online store was no longer working. I have installed the storefront theme from WordPress (and this issue also occurs on their Twenty Seventeen theme).
Issue One: When going through the checkout process, a rotating circle appears over the “Your Order” and credit card areas. It is the blockoverlay CSS and a Google search prompted this CSS fix. This does fix this problem.
/* Fix issues with jquery overlay blocking checkout button */
.woocommerce .blockUI.blockOverlay {
position: relative!important;
display: none!important;
}However, the second issue is when submitting payment via the authorize.net plugin. After entering the card information and hitting submit, it rolls back to the top of the page and gives the following error. This is occuring regardless of which Authorize.net plugin I’m using.
SyntaxError: Unexpected token < in JSON at position 0
Any help would be GREATLY appreciated!
Thanks,
WillThe page I need help with: [log in to see the link]
- The topic ‘blockoverlay / JSON errors’ is closed to new replies.