I adapted two templates using override, but the ones in my theme directory have the same version number as the ones in the plugin directory. I’m assuming that the plugin ones are automatically updated with plugin release, so they should be up to date, right?
I had orders which didn’t have download links but also one which went ok and had all the links. So no consistent behavior.
There are woocommerce related errors in my log, unsure if they are related:
PHP Fatal error: Call to a member function get_sku() on boolean in xxx/plugins/woocommerce-google-analytics-integration/includes/class-wc-google-analytics-js.php on line 379
The The “woocommerce_add_order_item_meta” hook uses out of date data structures and function is deprecated since version 3.2.2. Replace with woocommerce_new_order_item.
WordPress database error Deadlock found when trying to get lock; try restarting transaction for query DELETE FROM wp_nxs_log WHERE id <=(SELECT id FROM (SELECT id FROM wp_nxs_log
ORDER BY id DESC LIMIT 1 OFFSET 250) foo) …
Any help is appreciated.
Ben Linders