Skip Navigation

[Resolved] The new user fields are above the basic Customer billing address and shipping

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

Problem:

I have created many user forms to gather information from users, but these fields push the basic WooCommerce billing and shipping fields down on the user-edit.php page. My customer wants the basic fields at the top of the wp-admin/user-edit.php page.

Solution:

Create a CSS file and assign it to the WordPress Dashboard. Set the parent container of the boxes to display: flex and use the flex order feature to change the order of the boxes. Refer to the following resources for guidance:

https://www.google.com/search?q=how+to+add+css+to+wordpress+dashboard
https://www.google.com/search?q=flex+order+css

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.

Our next available supporter will start replying to tickets in about 6.66 hours from now. Thank you for your understanding.

This topic contains 1 reply, has 2 voices.

Last updated by Christopher Amirian 4 months, 3 weeks ago.

Assisted by: Christopher Amirian.

Author
Posts
#2705008

Hi there,
I have created a lot of user forms to get info from users. But now these fields push the basic woo billing and shipping fields down in user-edit.php page. My customer wants to have the basic fields on top of the wp-admin/user-edit.php. How can I manage to get this done?

Cheers
Marco

#2705162

Christopher Amirian
Supporter

Languages: English (English )

Hi Marco,

You can not do that with Toolset.

What I have in mind is for you to create a CSS file and assign it to the WordPress Dashboard:

hidden link

Then you will need to set the parent container of the boxes to display: flex, and use the flex order feature to change the order of the boxes:

hidden link

The suggestion above is just an idea and it is way outside of our support scope to implement such a thing for you.

Thank you for your understanding.