Shopping Cart – Can guests check out without a password?

This topic has 2 replies, 2 voices, and was last updated 6 years, 10 months ago ago by Rose Tyler

  • Avatar: erinok
    erinok
    Participant
    June 1, 2017 at 00:06

    In WooCommerce, we have enabled a guest to check out without a password. (Woocommerce -> Settings -> Checkout) However, we are unable to make this work in a test environment. Is there a way so people can check out as a guest?

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2017 at 14:11

    Hello,

    Please edit /wp-content/themes/woopress/woocommerce/checkout/form-billing.php file and change
    <?php if ( $checkout->is_registration_required() ) : ?> (38 line)
    to
    <?php if ( ! $checkout->is_registration_required() ) : ?>
    and add this code in Custom css:

    .woocommerce-checkout .create-account {
        clear: both;
    }

    Also, it will be fixed in a new theme update. Thank you for the notice.

    Regards,
    Rose Tyler.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.