Skip Navigation

[Resolved] User registration in woocommerce

This thread is resolved. Here is a description of the problem and solution.

Problem: I would like to use a CRED form to register Users. In that CRED form, I would like to be able to fill in the details for each User's billing information, which will be used by WooCommerce on the checkout page.

Solution: Once at least one User's billing information has been saved, you can instruct Types to manage WooCommerce's billing fields. Go to Types > User Fields and click User Field Control. Select all the fields that begin with "billing_". Then when you generate a new User CRED form, these fields will be included.
State and Country will be displayed as text input fields instead of select fields. You must include the two character abbreviation for State and Country.
If you want to use the data from the First Name and Last Name fields to populate the Billing First Name and Billing Last Name, you can simply hide the billing name fields using CSS. These fields will be automatically populated with the User's first and last names. If you want to modify that information, you can do that in wp-admin or with an Edit User CRED form.

This support ticket is created 7 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Author
Posts
#572268

Sorry for the confusion. I meant that you will hide the input field on the CRED form that is used to create Users. In wp-admin when you edit that User's profile you will see both fields. The fields will have the same content at first, but you can change the billing name if you'd like from the wp-admin User editor.

If you use CRED to edit Users, the edit CRED form would also show both fields and allow updates.

#572285

ok, thanks for the help. I will do some testing. thank you