Get individual meta from woo commerce cart
Question
I am trying to echo individual meta (cart) items. I can use:
$meta = wc_get_formatted_cart_item_data($cart_item);
}
echo $meta;
This gives me all the data from the last item inserted into the cart. What I need to do is separate it so I can just get the value of ONE individual custom field generated from the product page.
Can anyone help, please?
0
woocommerce
3 years
2020-06-08T09:10:22-05:00
2020-06-08T09:10:22-05:00 0 Answers
80 views
0
Leave an answer