• I had several issues with a very specific website : taxes inclusion, compatibility with Qty plugin, have a “force deposit” global option… The support answered nicely in a timely manner.

    My peculiar use case was to have the client pay a 50% deposit, then have the order possibly edited (changing the final price), and the second “50%” adjusting to the new remaining price. This is possible with this plugin : the second payment value will adjust when you change status to “Pending” or press “Recalculate”.

    Should someone need to trigger this recalculation from PHP :

    $order->calculate_totals();
    $awb = new AWCDP_Backend;
    $awb->awcdp_recalculate_totals(null, $order); $order->update_status('partially-paid');

    • This topic was modified 1 year, 9 months ago by nxmndr.
  • The topic ‘Good support + compatibility’ is closed to new replies.