Adds simple registration forms to WooCommerce. Requires PHP 5.4+.
This plugin makes it easy to include a registration form for WooCommerce stores.
Use the [wc_registration_form]
shortcode to display the registration form on your site. You can optionally add a few attributes:
button
= changes the text for the form submission buttonshow_names
= override the global setting to show name fields (accepts "yes" or "no")require_names
= override the global setting to require name fields (accepts "yes" or "no")
This makes it easy to create new users, which could be synced to additional apps, such as Jilt.
Inspired by WC Simple Registration from Astoundify.
Be sure to follow WordPress development guidelines.