Hi @unaimendieta
If you create fields via the menu WooCommerce > Product Fields
, you can assign them to multiple products at once. In that case, you make your changes once and they are automatically applied to all products attached to the fields.
Yes, I know that, but the thing is that before I started working on the page, the previous managers created the fields one by one in each product that was added instead of creating them as you say. So to delete those fields how could I do?
Unfortunately, there is no bulk way to delete them. You’d have to go into each product and delete them from there. Maybe there is a “bulk edit product” plugin that integrates with ours but I doubt it.
And through code is there any way to access that field?
Thanks
All fields are stored in the postmeta
database table so you can query them and delete them there.
Okay, I will try to do it like that.
Thanks.