This plugin allows you to customize the WooCommerce registration form and collect extra user data.
You can manage the extra user data through the WordPress User profile interface.
The custom registration form will appear on WooCommerce's "my account" and "checkout" page.
Many custom input elements available to create your preferred WooCommerce registration form:
- text
- textarea
- number
- radio
- select
- checkbox
- WooCommerce plugin
WordPress plugins directory link: Woocommerce Custom Registration
- 1.0.0 First release
Clone this repository locally :
git clone https://github.com/ulver2812/woo-custom-registration.git
Install dependencies with npm :
npm install
- in a terminal window => npm run makepot
and then
- in a terminal window => npm run build
Those commands generate an updated .pot file and create a builded version in "dist" folder.