Skip to content

bekarice/simple-registration-for-woocommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple registration for WooCommerce

Adds simple registration forms to WooCommerce. Requires PHP 5.4+.

Description

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

Development

Be sure to follow WordPress development guidelines.