Easily add extra fields to the user register page! WordPress User Extra Field plugin si WooCommerce and WPML compatible!
LIVE DEMO
http://www.codecanyon.eu/wpuef/
user: demo
pass: demo
CUSTOMIZE REGISTER PAGE
WordPress User Extra Field lets site admin to easily add new fields to the user register page. This can be done using a nice graphical composer. Fields that can be added are:
- Text
- Textarea
- Number
- Site url
- Date
- Time
- Multiple choice
- Single choice
- Dropdown menu
All fields can be optionally setted as required field during registration. Furthermore, for Date and Time fields the plugin uses nice calendar and time jquery componets to help users in selecting right values.
USER PROFILE EDIT PAGE
WPUEF extends the user profile page adding the extra fields created. In this way every user (or site admin) can edit his info.
WPML COMPATIBLE
WPUEF is wpml compatible. Create as many fields you want, then translate labels and description using the WPML -> String translation menu
WOOCOMMERCE COMPATIBLE
WPUEF supports WooCommerce. Automatically adds extra field on the registration and user “my account” page.
Shop admin can trace this extra info directly on the backend order detais page.
Infact WPUEF adds a new meta box containing the extra user fields box next the customer info box. In this way you can have all the user and order infos under controll in one place!
Furthermore, every extra field can be optionally displayed and edited directly on the checkout page. This can be usefull during user registration on checkout step. Extra fields will not be saved if guest checkout is allowed.
USE EXTRA FIELD PROGRAMMATICALLY IN OTHER PLUGIN/THEME
WPUEF exposes two function:
- wpuef_get_field($ field_id, $ user_id = null)
- wpuef_set_field($ field_id, $ value, $ user_id = null)
that lets you to read/save a field in your theme or plugin (field id value can be read in the graphical editor after field creation).
GRAPHICAL COMPOSER
Create and edit all the field you want
REGISTRATION PAGE
Registration page example (using Theme my plugin that lets using site theme for registration page instead of the default one)
Example using the default wordpress page
MY ACCOUNT EDIT PAGE (FRONTEND)
WOOCOMMERCE REGISTRATION PAGE
WOOCOMMERCE EDIT ACCOUNT PAGE (FRONTEND)
WOOCOMMERCE ORDER DETAIL PAGE (ADMIN)
Extra field displayed on checkout page
WPML TRANSLATION STRING PAGE WITH WPUEF DATA
CHANGE LOG
= 1.1 - 22/09/15 = * Feature added: Is now possible specify if a field can be edited in checkout page = 1.0 - 19/09/15 = * Release