• Hi,

    If I partially refund an item off an order, how do I regenerate the invoice to take into account the new qty and price? I have tried updating the invoice and deleting and creating it again, but each time the invoice still only shows the original order, and doesnt take into account the item I have refunded.

Viewing 1 replies (of 1 total)
  • I had the same issue, but I edited the plugin file to allow pdf update after it has been sent. The plugin file — includes/woocommerce-pdf-invoices.php on line 743 says “PDF invoice should not be changed when it has been sent to the client already.” If you comment out the if ( ! $is_sent ) { and the closing bracket on line 766 } then you will see the update and delete buttons when viewing the order in the admin dashboard

Viewing 1 replies (of 1 total)
  • The topic ‘Refunded Item’ is closed to new replies.