• Fantastic plugin. I ended up adjusting so that instead of the duplicate order initially being set to “On Hold” it is now set to “Payment Pending”. This seems to make more sense, at least for us, as then I can send an invoice off to the customer for payment without changing the status and it also ensures that no emails are sent to admin or the customer until they pay or the status is manually changed.

    Pretty easy to find but in case anyone else wants to make the change

    classes->class-clone-order.php Line 142

    Change
    $order->update_status(‘on-hold’);
    to
    $order->update_status(‘pending-payment’);

Viewing 1 replies (of 1 total)
  • Plugin Author Jamie Gill

    (@patchgill)

    Hi thanks for your feedback!

    Ah it originally was this but there was a huge call to make it on-hold so users could edit the order after duplication.

    Ideally I need to build in an admin for settings like this.

Viewing 1 replies (of 1 total)
  • The topic ‘One Small Change?’ is closed to new replies.