Skip to content

Instantly share code, notes, and snippets.

@slash1andy
Created June 29, 2015 21:00
Show Gist options
  • Save slash1andy/45f5978d399859f4ee6e to your computer and use it in GitHub Desktop.
Save slash1andy/45f5978d399859f4ee6e to your computer and use it in GitHub Desktop.
WooCommerce Getting totals and rounding for paying commissions
$line_total = $order->get_line_total( $item, true );
$receiver_total = round( $line_total / 100 * $receiver[1], 2 );
@kfallis
Copy link

kfallis commented Jun 30, 2015

what is the code for subtotal line - line 1?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment