E
by salive1
0 (0 reviews)
Extended Registration Form For WooCommerce
Extended Registration Form For WooCommerce
Tested up to WP 4.9.29 (Current: 6.9.4)
v1.0.0
Current Version v1.0.0
Updated 7 years ago
Last Update on 29 Sep, 2018
Refreshed 6 hours ago
Last Refreshed on
Rank
#42,311
—
No change
Active Installs
10+
-16.7%
KW Avg Position
N/A
—
No change
Downloads
1.5K
+1 today
Support Resolved
0%
—
No change
Rating
0%
Review 0 out of 5
0
(0 reviews)
Next Milestone 20
10+
20+
17,399
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 6 more installs to reach 20+
Rank Changes
Current
#42,311
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
0.0
0 reviews
Overall
0%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 0 of 0| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| No keyword data available yet. | ||||
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.0.0
- Last Updated
- Sep 29, 2018
- Requires WP
- 4.0+
- Tested Up To
- 4.9.29
- PHP Version
- 5.3 or higher
- Author
- salive1
Support & Rating
- Rating
- ☆ ☆ ☆ ☆ ☆ 0
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,718
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#960
InfiniteWP Client
200K+ installs
#256
Google Analytics for WooCommerce
200K+ installs
#285
FiboSearch – Ajax Search for WooCommerce
100K+ installs
#288
Frequently Asked Questions
Common questions about Extended Registration Form For WooCommerce
This plugin is released under a GPL license.
You can use the provided filter hook wcr_get_billing_fields_label_meta default order is:
'billing_address_title' => __('Title','registration-for-woocommerce'),
'billing_first_name' => __('First Name','registration-for-woocommerce'),
'billing_last_name' => __('Last Name','registration-for-woocommerce'),
'billing_company' => __('Company','registration-for-woocommerce'),
'billing_address_1' => __('Address 1','registration-for-woocommerce'),
'billing_address_2' => __('Address 2','registration-for-woocommerce'),
'billing_country' => __('Country','registration-for-woocommerce'),
'billing_city' => __('City','registration-for-woocommerce'),
'billing_state' => __('State','registration-for-woocommerce'),
'billing_postcode' => __('Postcode','registration-for-woocommerce'),
'billing_email' => __('Email','registration-for-woocommerce'),
'billing_phone' => __('Phone','registration-for-woocommerce'),
and, similar to shipping fields.
'billing_address_title' => __('Title','registration-for-woocommerce'),
'billing_first_name' => __('First Name','registration-for-woocommerce'),
'billing_last_name' => __('Last Name','registration-for-woocommerce'),
'billing_company' => __('Company','registration-for-woocommerce'),
'billing_address_1' => __('Address 1','registration-for-woocommerce'),
'billing_address_2' => __('Address 2','registration-for-woocommerce'),
'billing_country' => __('Country','registration-for-woocommerce'),
'billing_city' => __('City','registration-for-woocommerce'),
'billing_state' => __('State','registration-for-woocommerce'),
'billing_postcode' => __('Postcode','registration-for-woocommerce'),
'billing_email' => __('Email','registration-for-woocommerce'),
'billing_phone' => __('Phone','registration-for-woocommerce'),
and, similar to shipping fields.