• Resolved bintuwebspero

    (@bintuwebspero)


    Hello,

    when a user register on my website user see blank page on every form submit of register. After a lot of debugging, I found that when I am trying to deactivate your plugin its working fine. I have also tried to update your plugin to latest version.

    Please look into this asap

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @bintuwebspero,

    Thanks for contacting us,

    I hope you are doing well, We have fixed the issue. kindly update the plugin to its latest version.

    Thanks

    Thread Starter bintuwebspero

    (@bintuwebspero)

    @arsalantariq Thanks for you reply, can you please let me know where you have updated the code for this thing becuase I can not update plugin directly as I have added my custom code in some files for specific reasons.

    This will be great for me, thanks in advance.

    Hi @bintuwebspero,

    We have updated the code of the function watq_quote_register_redirect in the file woo-add-to-quote/functions.php line No 194.

    You can replace this function

    function watq_quote_register_redirect( $redirect ) {
        if(array_key_exists('rq', $_GET) && ($_GET['rq'] == 'login')) {
            $redirect = get_permalink(get_page_by_path('quote'));
        }
        return $redirect;
    }

    Let us know if you have any questions.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘After registration the page is showing blank when I am using this plugin.’ is closed to new replies.