Query regarding Product order items modifying value
-
Hi,
You had helped me out with splitting values earlier. Now I have added a new Product order Item meta and facing some minor issue.I go to Product order items > Add field > Order item fields: From the drop down I select the field I want which is called Measurement in the drop down.
So now the csv does display the field correctly but is also adding some json like value. Is it possible to split this to custom columns before display?
Right now the column value shows for example
a:3:{i:0;s:4:"200";i:1;s:3:"300";i:2;s:3:"400";}, 200 x 300 x 400
So what I now want is
have 3 custom columns
Measurement_1, Measurement_2 Measurement_3and display
200 300 400 as value under each column
Any idea how it can be done?
- The topic ‘Query regarding Product order items modifying value’ is closed to new replies.