Home Forums WoodMart support forum Registration Redirection & Registration popup

Registration Redirection & Registration popup

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #150620

    Madjerx
    Participant

    Hi,

    I just left Divi Theme to yours and I am totaly satisfied !

    Just one thing I noticed.
    In my functions.php in woodmard child folder, I use this snippet to redirect user to a specific page.

    /* redirect after registration */

    add_filter( ‘woocommerce_registration_redirect’, ‘custom_redirection_after_registration’, 10, 1 );
    function custom_redirection_after_registration( $redirection_url ){
    // Change the redirection Url
    $redirection_url = home_url(‘/inscription-reussie’);

    return $redirection_url; // Always return something
    }

    However since I’ve switched to your theme this does not trigger 100% of time and I can’t track my registrations. Do you have an idea why this does not work on your theme ?
    ———

    Another part,

    Do you provide a css class to trigger Registration as a pop-up ?
    Like you do with ‘login-side-opener’ to login ?

    I would like to put this css class on a button to open the popup

    Thanks
    Best regards,

    And again really nice job !

    Jeremy

    #150633

    Artem Temos
    Keymaster

    Hello,

    Could you please check how it works with some default WordPress theme like twentysixteen to understand is it our theme issue or not? Registration is a part of the WooCommerce functionality and our theme doesn’t influence it.

    As for the class, you can use this one .login-side-opener to trigger the registration bar.

    Regards

    #150676

    Madjerx
    Participant

    Okay !

    As for the class, when I use this class , It opens Login bar, but there is any way to open the same bar but on register form ?

    Thanks

    #150685

    Artem Temos
    Keymaster

    We have a login form bar only. Our theme doesn’t have a separate window for registration.

    #150694

    Madjerx
    Participant

    Okay,

    I keep you in touch for the first issue.

    Regards
    A Happy Customer

    #151379

    Madjerx
    Participant

    After 4/5 days issue seems okay.
    Problem solved !

    #151382

    Artem Temos
    Keymaster

    Great, we are glad that it is sorted out.

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Registration Redirection & Registration popup’ is closed to new replies.