Do you have any minification plugins installed? I had the same problem with W3 Total Cache but adding “/wp-content/plugins/woocommerce-quickpay/core.js” to my minify exception list solved it.
I do not have any minification plugins installed i think.
My currently installed plugins are:
Akismet(Not activated)
CodeStyling Localization(Activated)
Custom sidebars(Not activated)
Hello Dolly(Not activated)
WooCommerce(Activated ofc 🙂 )
WooCommerce Quickpay(Also activated)
WooSidebars(Activated)
WOW Slider(Not activated)
It sure sounds like you have javascript disabled in your browser. If that is not the case, it could be an installed toolbar/browser extension preventing the redirect from happening. Have you tried in a different browser?
Nope that is not the case.
My payment windows is currently in test mode so you can access it here: http://www.tøjtildig.dk for further debugging if you need that.
Any help would be really appreciated.
Hi wizwizwiz,
The error is caused by the text you typed in as redirect text in your Quickpay settings.
Notice the unclosed STRONG tag in the following string:
Du vil automatisk blive videreredigeret til betalings vinduet om <strong>5 sekunder</string. Klik på knappen herunder hvis du ikke bliver videreredigeret.
If you change the following, it should work just fine:
<strong>5 sekunder</string
TO:
<strong>5 sekunder</strong>
Lol didn’t even see that 😀
Thank you very much for the support and the great module.