Before the last update, I saw and could download the invoices in PDF.
Now, when I access woocommerce/orders the icon has disappeared and I am not able to find out where they are now stored.
Please, can you tell me why I don’t see the invoice icon on each order? and is there a folder where they are stored to be able to download it?
Many thanks,
David
]]>We already enabled the debug output and increased the memory limit to solve the status problem but it doesn’t work.
We believed that the system configuration is fine and no red flags or warning in it https://prntscr.com/j1yfrm
Did we miss something? Let us know. Thank you!
]]>Latest version of WooCom is 3.3.4
Is it safe to update or not?
]]>Error:
[26-Mar-2018 21:46:11 UTC] The WC_Cart::get_item_data function is deprecated since version 3.3. Replace with wc_get_formatted_cart_item_data.
Woocommerce 3.3
]]>I inserted a Woocommerce 3.3 product widget into your template and the widget was not integrating correctly with any shop sidebars. It was extending beyond the template sidebars and interfering with the other elements on the pages. So, I updated to AccessPress Store 2.2.6.
This update resulted in all of the images disappearing from the shop catalog page. Even when I downgraded to AccessPress Shop 2.2.2, the Woocommerce shop page was damaged (images are gone). I’ve reverted to a backup of the site from yesterday and that solved the problem. So, this is just for your information.
The 2.2.6 template has multiple conflicts with Woocommerce 3.3.
]]>Thanks.
]]><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!
]]>