Extended Registration Form For WooCommerce
开发者 |
salive1
|
更新时间 |
2018年9月29日 18:15 |
PHP版本: |
5.3 及以上 |
WordPress版本: |
4.9 |
版权: |
GPLv3 |
版权网址: |
版权信息
|
详情介绍:
Extends the registration form of WooCommerce; Allow user to enter billing and shipping address fields directly during registration.
屏幕截图:
常见问题:
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.
更新日志: