Userialize Custom Order Meta
-
hello, Please can you help me with this meta. I try a lot of ways to unserialize but nothing works.
This is an example meta of a one order, comes form WooFood plugin.
{
“extra_options”: {
“Meet”: [
{
“id”: 2672,
“price”: “Q0.00”,
“price_float”: 0,
“category”: “carne favorita”,
“name”: “Premium Blend”,
“hide_prices”: false
}
],
“extra option”: [
{
“id”: 3211,
“price”: “Q0.00”,
“price_float”: 0,
“category”: “tu complemento”,
“name”: “Curly Fries”,
“hide_prices”: false
}
],
“bebida”: [
{
“id”: 1684,
“price”: “Q0.00”,
“price_float”: 0,
“category”: “tu bebida”,
“name”: “Rosa de Jamaica”,
“hide_prices”: false
}
]
},
“extra_options_price”: 0,
“original_price”: “55”
}ON Specific i just need the “name” value.
Tnks on advice and Regards.
- The topic ‘Userialize Custom Order Meta’ is closed to new replies.