Woocommerce registration

Asked

Viewed 6,682 times

2

Hello, I’m doing a design of an online store using Wordpress + Woocommerce.

The problem is this, on the Checkout page, by default Woocommerce adds several filling fields, such as: Registration information, billing address registration, delivery address and payment information.

I wonder if anyone knows how to remove the customer registration from the checkout and make a page just for this, for example, instead of the customer getting out of the cart and falling into the direct Checkout page, it follows the following steps:

Cart > Login/registration page > Checkout (Dafiti reference)

inserir a descrição da imagem aqui

Thus, a new page would be added where the customer can log in or register before arriving at Checkout, which would now require fewer fields and would be less confused with so many elements on the same screen.

2 answers

1

I suggest using the plugin Woocommerce Checkout Manager, with it you can remove unnecessary fields and it has several features for customization of the checkout page.

1

Woocommerce already has this option.

  1. Disable visitor checkout. So when a non-logged-in user is finalizing the purchase, Woocommerce will request login.

Woocommerce -> Settings -> Checkout

Uncheck the option - Enable visitor shutdown

  1. Disable the record at checkout. If you want a template similar to the screen you sent in the question, you need to disable the registration at checkout, otherwise the non-logged-in user will be able to fill in the data and register on the checkout page. It is a good option in terms of usability, but if you want it click on another link to go to the registration page:

Woocommerce -> Settings -> Account

Uncheck the option - Enable registration on the "Checkout page"

Browser other questions tagged

You are not signed in. Login or sign up in order to post.