Problem with multi select fields
-
I’m using Flexible Checkout Field and everything works fine except for the multi select.
When a user finishes an order and put information in the multi select form field, the information is not displayed in the order detail page.
I found out that the input from the multi-select had been registered twice in the database (in the “post_meta” table). One of the row is empty, the other has the information filled in by the user.
When i deleted the empty row, the information is now displayed in the order detail page.I don’t know why it is registered twice, and also why the first row is empty.
I tried creating a new multi select and it has the same problem.Does anyone has ever encourtered this ?
Here are some informations about the plugins versions :
– Flexible Checkout Fields – Version 2.5.2
– Flexible Checkout Fields Pro – Version 2.1.1
– Woocommerce – Version 4.3.1
– WordPress – 5.5.1
- The topic ‘Problem with multi select fields’ is closed to new replies.