Could you please clarify whether the host receives the total amount if there is no commission rate or fee? Because the service fee is displayed on top of the order total (or maybe the total is displayed there together with the service fee?) If so, we can provide general guidance to customize this display.
Thanks for reporting this, the bug is confirmed, and we’ll fix it as soon as possible. If you are familiar with coding or have a developer, we can provide general guidance to fix it. Let me know if this works for you.
Please try using the same woocommerce_get_order_item_totals hook, it filters the order rows. Here’s a sample code snippet, it adds a new order row with the total order amount (without taxes and refunded amount if the order is refunded) multiplied by the 0.9 rate:
Yes, the actual payout transfer amount should be correct, this issue is related to displaying earnings, so if the calculated amount added via the suggested snippet matches the transfer amount logic, it should be ok.