You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is there's a "type" mismatch. In the select drop-down, the options are in slug format, but the value stored in wp_wc_product_attribute_values is the integer value of the attribute. I am not sure which is the correct type. If I manually update the table via SQL to the slug value, everything works as expected and the options shows as selected in the UI, but that is only a hack until I can figure out the correct format.
Default form values are not saving in the database after saving it. Please find the attached GIF screenshots.
Screenshots:
The text was updated successfully, but these errors were encountered: