• It’s a common question, but i would like a three way access web site

    Login / My-Account > Dynamic Menu with : if logged in > My-Account, Else Loggin
    IN THE TOP BAR MENU

    Logout
    IN THE TOP BAR MENU > Dynamic Menu with : if logged in > Loug-out Else Null

    Register > Dynamic Menu with : if is not logged in > Register, Else Login
    IN A SEPERATED CUSTOM POST TYPE

    Thank you for you help
    I can see the same process on the woo themes.com web site;
    so i think it is not a cosmetic request.

    Lot of thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • To make the labels of these menu items dynamic requires some customisation beyond what I can provide in the forums. Sorry about that.

    Thread Starter Justmecrea

    (@justmecrea)

    The answer seems to be here

    Like this :

    if( isset( $_GET[‘action’]) && $_GET[‘action’] == “register”){
    // Section for registration > but what Start/End
    }else {
    // Section for Login form > but what start/End
    }

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Storefront Woocommerce Sign up / Login / Logout’ is closed to new replies.