orderstatus order complete
-
I do lot adaption to invoice.php in dependence from orderstatus, which I call with:
<?php $orderstatus = wc_get_order_status_name($this->order->get_status()); ?>
Until last update everything was fine, and when I click on Button “Order complete” status change to Order complete and in my invoice pdf correct status is shown.
Now after update, when I click on “Order complete” woocommerce change the status correctly, but pdf from invoice.php (which was send as email attachment) still show “order processing”
How can I get the correct orderstatus in invoice pdf, send when click “Order complete”?
thanks!!
Gruß
Seb
The topic ‘orderstatus order complete’ is closed to new replies.