Skip Navigation

[Resolved] I want an extra field for some products (WooC) that customers need to fill

This support ticket is created 5 years, 7 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
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 5 years, 7 months ago.

Assisted by: Nigel.

Author
Posts
#1220889

Tell us what you are trying to do?
I just need an extra field for some products that customers need to fill.
The field should be a select with 3 options where customers need to chose 1.

Is there any documentation that you are following?
All but no result

Is there a similar example that we can see?

What is the link to your site?

#1220931

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi Willem

I think what you require is a bit more complicated than adding custom fields to products.

If you added a custom field to a product, then that product would have the same field value for all buyers of the product, and I'm guessing what you mean is that when a user buys a product they can add custom fields about the product which get added uniquely to their order.

The common example would be when someone buys flowers, and there is a field where they can add a message for the card.

The Toolset WooCommerce integration doesn't have any way to add such fields as part of the buying process.

You can either implement it yourself, or there are a number of 3rd-party plugins which offer such functionality.

This might be helpful from the official documentation: https://docs.woocommerce.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/

And this is a comprehensive tutorial (though there are plenty more): hidden link