Viewing 6 replies - 1 through 6 (of 6 total)
  • 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.

    Thread Starter wizwizwiz

    (@wizwizwiz)

    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)

    Plugin Author PerfectSolution

    (@perfectsolution)

    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?

    Thread Starter wizwizwiz

    (@wizwizwiz)

    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.

    Plugin Author PerfectSolution

    (@perfectsolution)

    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>

    Thread Starter wizwizwiz

    (@wizwizwiz)

    Lol didn’t even see that 😀

    Thank you very much for the support and the great module.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘No redirection of payment windows’ is closed to new replies.