combine order field
-
hi,
how i can combine the product_name with the product_variation fild?add_filter(‘woe_get_order_value_full_order’,function ($value, $order,$fieldname) {
return $order->get_product_name().”-“.$order->get_product_variation().” “;
},10,3);this dosnt work.
thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘combine order field’ is closed to new replies.