I want that the user when adding a product set the stock available. So I've added the _manage_stock field to the "Add" and "Edit" form but it has no effect on the product created. I need to go to the backend and then activate it because is recorded without the manage stock check hidden link
Also, the visual of this attribute it's not good hidden link, I can set a label for the field, but the field name and a big check box is added hidden link
Hello. Thank you for contacting the Toolset support.
Can you please share problem URL where you added your form to add the product as well as admin access details so I can check why manage stock field is not get respected.
Hello! Minesh won't be available for a couple of days. If you don't mind, I'll continue with you on this ticket.
I confirm, that the credentials are working. I just need to know where this form is used? And with what user should I test it(admin, Alex, another user)? I am setting your next reply as private if you need to add more credentials.
Regarding the stored value for the _manage_stock field, Toolset will save a checkbox field as 1(checked) or 0(unchecked). While WooCommerce expects to have a value "yes" or "no" for the field. That's why the _manage_stock is not reflected in WooCommerce.