This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Extended Registration Form For WooCommerce

विवरण

Extends the registration form of WooCommerce; Allow user to enter billing and shipping address fields directly during registration.

Setup

  1. Navigate to WooCommerce->Settings->Accounts And Privacy, check -> Allow customers to create an account during checkout.
  2. Enter the shortcode [woocommerce_my_account]; appears extended registration form if user is not logged in.
  3. Navigate to WooCommerce->Settings->Registration Form, customize your settings.

Features And Options:

  • Choose billing and shipping fields to display and save
  • Multiple layouts
  • Separate shipping field
  • Well Documented
  • Translation ready

स्क्रिनसटहरू

  • Settings page
  • Two column layout
  • One column layout

प्रश्नोत्तर

What is the plugin license?
  • This plugin is released under a GPL license.
How to reorder the WooCommerce fields?
  • 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.

समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

योगदानकर्ता र डेभलपरहरू

“Extended Registration Form For WooCommerce” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू

चेन्जलग

1.0.0 – 22/08/2018

  • Initial Release