the solution:
product_id = new WC_Product($item->object_id);
$item_output .= $product_id->get_price_html();
hope it will help someone else,
Thank you
the solution:
product_id = new WC_Product($item->object_id);
$item_output .= $product_id->get_price_html();
hope it will help someone else,
Thank you