Changing the meta and meta value format
-
Hi, the product add-on works great so far!
However, I encounter an issue with the meta value that was displayed in the admin site order table.
So my addon have two group.
Group A
Group B
The options is
Group A:
-option 1
-option 2
-option 3
Group B
-option d
-option e
I am using checkbox so customer can multiselect. the front end works great. if i pick option 1&2 from group A then option d from group B, it will display
group A: option 1, option 2 | group B: option d
but at backend, it will display:
group A:option 1
group A:option 2
group B: option d.
How can i change it, if they are the same meta_key, meta value will just concatenate its value(like at front end) instead of creating a new line?
Thanks for the help!
- The topic ‘Changing the meta and meta value format’ is closed to new replies.