• legalmartin

    (@legalmartin)


    Hello,

    My settings allow users “to create an account during checkout” (WP > WC > Settings > Accounts & Privacy).

    However, on the checkout page, the (usual) option to “Create an account?” by ticking a checkbox is not displayed on my website.

    Why is that?

    Regards,

    Martin

Viewing 4 replies - 1 through 4 (of 4 total)
  • yogeshyadav20

    (@yogeshyadav20)

    Hi @legalmartin

    What is your site url?

    Thread Starter legalmartin

    (@legalmartin)

    Hello,

    The website is not in production and therefore not available to the public for viewing.

    Regards,

    Martin

    yogeshyadav20

    (@yogeshyadav20)

    Hi @legalmartin
    try this and let me know if it’s working

    add_filter('woocommerce_create_account_default_checked' , function ($checked){
        return true;
    });
    Thread Starter legalmartin

    (@legalmartin)

    Hello,

    This code displays a password field with label “Create account password *”.

    Regards,

    Martin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Create an account on Checkout’ is closed to new replies.