Get Option values in php
-
Hi, I emailed support past week but did not receive an answer. So I kindly try here.
How to grab the product’s option.
The documentation states: to get the meta field of the order
I looked up the field name and its 10974_my_fieldname$myvar = $order->get_meta( ‘10974_my_fieldname’);
echo $myvar;This displays absolutely nothing.
Yes I am able to get all other $order information such as items, price, shipping… etc. I just need to have the exact item’s option value.
Please help me to display the field name’s value.
Thank you.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Get Option values in php’ is closed to new replies.