WooCommerce register

2

Hello, I'm doing a project for an online store using Wordpress + WooCommerce.

The problem is the following on the Checkout page, by default woocommerce adds several fill fields, such as: Address information, billing address record, delivery address, and payment information.

I would like to know if someone knows how to remove the checkout customer record and make a page for it, for example, instead of the customer leaving the cart and dropping on the Checkout page, he follows the following steps: / p>

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

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

    
asked by anonymous 11.01.2015 / 21:49

2 answers

1

I suggest using the WooCommerce Checkout Manager plugin, with which you can remove unneeded fields and it has several functionalities to customize the checkout page.

    
11.01.2015 / 23:40
1

WooCommerce already has this option.

  • Disable visitor checkout. So when an unregistered user will finalize the purchase, WooCommerce will request the login.
  • WooCommerce - > Settings - > Checkout

    Uncheck the option - Enable visitor ending

  • Disable registration at checkout. If you want a model similar to the screen that sent the question, you need to disable the registration at the checkout, otherwise the unregistered user will be able to fill in the data and make a registration on the checkout page. It's a good option in terms of usability, but if you want it to click on another link to go to the registration page:
  • WooCommerce - > Settings - > Account

    Uncheck "Enable registration on the" Checkout "page

        
    13.03.2015 / 13:17