I am having issue to identify the reason why the order action dropdown list is empty? This is restricting me from having to resent the confirmation email to the customers.
Can someone advise if I am missing something please?
]]>Got a bit of a strange one with a WC site: within the edit order page, you can resend the order confirmation email which goes through to the store’s email address. They use that to print out a hard copy of the order automatically.
However, they’ve now discovered that once an order has been edited (ie customer calls to add an item on) it’s no longer possible to use the ‘resend order confirmation email’ action from the top of the page. It’s still there, but when you click on update no action is taken. Logging shows no attempt to send an email, and there is no confirmation/error flag message at the top of the screen. Same with the ‘>’ button to the right of that drop down.
Any have any ideas? WC and WP are fully up to date.
]]>In WordPress Dashboard the column of shortcuts to display the invoices in the List of Orders page don’t appear. I don’t know why.
Only the columns: Order, Invoice number, Date and State are displayed.
When I click on the order, I can create the PDF, but not from the Order list.
Do you have any idea why this is happening?
Thank you for your help,
Have a nice evening
On my test site the plugin worked well. Now I uploaded the latest version to my live site and applied all settings like on the test site but it does not display the “actions” tab on the WooCommerce “orders” page (and no PDFs). Not sure why this happnes. Did I miss someting? wcpdf options Status is all on green.
]]>I want to resend payment instruction, perfect solution will be with new order status, for example “BACS instructions resend”. When i put order in that status, system must resend email with payment instructions.
]]><td class="wc_actions column-wc_actions hidden" data-colname="Actions">...</td>
That’s because in the file class-wc-admin-list-table-orders.php
the wc_actions
are included among the hidden colums:
protected function define_hidden_columns() {
return array(
'shipping_address',
'billing_address',
'wc_actions',
);
}
How can I make them appear again as in previous versions?
Thanks!
]]>Just disappeared after update and i need that :s
]]>