You are here: Home
Affiliates Management Plugin for WordPress
I edited wp-content/plugins/affiliates-manager/source/Plugin.php
on line 489 to reflect
$total = $order->get_subtotal();
versus
$total = $order->get_total();
and commented out the remainder of
$purchaseAmount = $total; // – $shipping – $tax – $fees;
on line 494
And now it does what I wanted,
Thanks !!