woocommerce/docs/ux-guidelines-product-editor
Jacklyn Biggin 462afb0282
Fix remaining broken links discovered in SEO orbit (#46398)
2024-04-09 17:10:23 -03:00
..
README.md Fix metadata for product editor guidelines category (#43751) 2024-01-17 12:16:21 -05:00
product-editor-examples.md Fix remaining broken links discovered in SEO orbit (#46398) 2024-04-09 17:10:23 -03:00
product-editor-form-custom-product-types.md Rework UX guidelines to be in distinct folders and files (#43543) 2024-01-16 16:04:53 -05:00
product-editor-form-dialogue-extensions.md Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01:00
product-editor-form-fields.md Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01:00
product-editor-form-groups.md Fix remaining broken links discovered in SEO orbit (#46398) 2024-04-09 17:10:23 -03:00
product-editor-form-sections.md Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01:00
product-editor-form-subsections.md Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01:00
product-editor-form-top-bar.md Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01:00

README.md

category_title category_slug post_title
Product Editor Guidelines user-experience-product-editor Product Editor Guidelines

Our research shows that merchants think in terms of tasks and goals while creating new products in Woo. For example, adding or editing a product price is a separate task from uploading images or managing inventory.

For this reason, the new product form features groups (tabs) that correspond with these tasks. Simply speaking, they are separate views where different form features live. As a developer, you can extend any of these views and offer merchants the information and tools they need to create better, more successful products.

There are several ways to extend the new product form: from a single field to a whole group or section containing multiple fields and tables. These extension points are linked to the form structure, giving you plenty of freedom to create a great user experience.