Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.6 KB

WPREADME.md

File metadata and controls

54 lines (38 loc) · 1.6 KB

=== Woocommerce Custom Registration === Contributors: MUGA ICT Tags: woocommerce regsitration, woocommerce, woocommerce custom registration, woocommerce account Requires at least: 3.0.1 Tested up to: 5.0.3 Stable tag: {{plugin-version}} License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

This plugin allows you to customize the WooCommerce registration form.

== 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

Template vector created by freepik - www.freepik.com

== Installation ==

  1. Upload woocommerce-custom-registration directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Make sure that you have installed and actived the WooCommerce plugin
  4. Go to "WooCommerce => Settings => Accounts & Privacy => Account creation " and check option "Allow customers to create an account on the 'My account' page"

== Frequently Asked Questions ==

= Minimum Requirements =

  • PHP version 5.6.0 or greater (PHP 7.1 or greater is recommended)
  • MySQL version 5.6 or greater

== Screenshots ==

  1. Form elements
  2. Element settings
  3. Frontend rendering

== Changelog ==

= 1.0.0 =

  • First release