1
- === Woocommerce Custom Registration ===
2
- Contributors: MUGA ICT
3
- Tags: woocommerce regsitration, woocommerce, woocommerce custom registration, woocommerce account
4
- Requires at least: 3.0.1
5
- Tested up to: 5.0.3
6
- Stable tag: {{plugin-version}}
7
- License: GPLv2 or later
8
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
1
+ [ ![ Make a pull request] [ prs-badge ]] [ prs ]
2
+ [ ![ License] ( http://img.shields.io/badge/Licence-MIT-brightgreen.svg )] ( LICENSE )
9
3
10
- This plugin allows you to customize the WooCommerce registration form.
11
-
12
- == Description ==
4
+ # Description
13
5
14
6
This plugin allows you to customize the WooCommerce registration form and collect extra user data.
15
7
@@ -19,36 +11,50 @@ The custom registration form will appear on WooCommerce's "my account" and "chec
19
11
20
12
Many custom input elements available to create your preferred WooCommerce registration form:
21
13
22
- [ Template vector created by freepik - www.freepik.com ] ( https://www.freepik.com/free-photos-vectors/template )
23
-
24
14
- text
25
15
- textarea
26
16
- number
27
17
- radio
28
18
- select
29
19
- checkbox
30
20
31
- == Installation ==
21
+ ## Requirement
22
+
23
+ - WooCommerce plugin
24
+
25
+ ## Ready to install version
26
+
27
+ WordPress plugins directory link: [ Woocommerce Custom Registration] ( https://wordpress.org/plugins/woo-custom-registration/ )
28
+
29
+ ## Changelog
30
+
31
+ - 1.0.0 First release
32
+
33
+ ## Getting Started
34
+
35
+ Clone this repository locally :
36
+
37
+ ``` bash
38
+ git clone https://github.com/ulver2812/woo-custom-registration.git
39
+ ```
32
40
33
- 1 . Upload ` woocommerce-custom-registration ` directory to the ` /wp-content/plugins/ ` directory
34
- 2 . Activate the plugin through the 'Plugins' menu in WordPress
35
- 3 . Make sure that you have installed and actived the WooCommerce plugin
36
- 4 . Go to "WooCommerce => Settings => Accounts & Privacy => Account creation " and check option
37
- "Allow customers to create an account on the 'My account' page"
41
+ Install dependencies with npm :
38
42
39
- == Frequently Asked Questions ==
43
+ ``` bash
44
+ npm install
45
+ ```
40
46
41
- = Minimum Requirements =
42
- * PHP version 5.6.0 or greater (PHP 7.1 or greater is recommended)
43
- * MySQL version 5.6 or greater
47
+ ## To build for production
44
48
45
- == Screenshots ==
49
+ - ** in a terminal window ** => npm run makepot
46
50
47
- 1 . Form elements
48
- 2 . Element settings
49
- 3 . Frontend rendering
51
+ and then
50
52
51
- == Changelog ==
53
+ - ** in a terminal window** => npm run build
54
+
55
+ Those commands generate an updated .pot file and create a builded version in "dist" folder.
52
56
53
- = 1.0.0 =
54
- * First release
57
+ [ license-badge ] : https://img.shields.io/badge/license-Apache2-blue.svg?style=flat
58
+ [ license ] : https://github.com/ulver2812/woo-custom-registration/LICENSE
59
+ [ prs-badge ] : https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
60
+ [ prs ] : http://makeapullrequest.com
0 commit comments