Skip to content

ulver2812/woo-custom-registration

Repository files navigation

Make a pull request License

Description

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

Requirement

  • WooCommerce plugin

Ready to install version

WordPress plugins directory link: Woocommerce Custom Registration

Changelog

  • 1.0.0 First release

Getting Started

Clone this repository locally :

git clone https://github.com/ulver2812/woo-custom-registration.git

Install dependencies with npm :

npm install

To build for production

  • 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.