Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: Woocommerce incapatibility #181375
     dave31415
    Participant

    I’m not sure how this relates to woocommerce but I’ve been able to fix this by changing line 617
    in sweetdate/assets/scripts/app.js

    from

    if (data.redirecturl == null) {

    to

    if (data.redirecturl == null || data.redirecturl == false) {

    I guess this would also work

    if (! data.redirecturl) {

Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?