Rapid Success
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Order Syncing StuckThis is not respoved we have tried eveything we can think of but still stuck at 30000 orders
Currently syncing orders… 30,850 pending
Forum: Plugins
In reply to: [WooCommerce] Order Syncing StuckWe have cleared and restarted jobs I mean everything but no way to override.
We are on a large dedicated server with 128gb ram so no issues just ran down to 30k and has been stuck there for weeks. We copied the database and setup a test server with nothing but woocommerce and it would not clear as well..
- This reply was modified 1 year, 1 month ago by Rapid Success.
We have licences for security and malware
This is an issue because it is breaking production ecommerce sites
We had to use reocovery mode and wordpres said the two cleantalk plug-ins have generated errors
Sites were fine until the update
Forum: Plugins
In reply to: [Mailster for WooCommerce] Fatal error: Declaration of SymfonyThis happens with new woocommerce if you have Use Mailster for all outgoing WordPress mails checked.
Forum: Plugins
In reply to: [Cart Weight for WooCommerce] Weight in order emailsfigured it out of anyone is interested
/** * Add a custom field (in an order) to the emails */ add_filter( 'woocommerce_email_order_meta_fields', 'custom_woocommerce_email_order_meta_fields', 10, 3 ); function custom_woocommerce_email_order_meta_fields( $fields, $sent_to_admin, $order ) { $fields['order_weight'] = array( 'label' => __( 'Order Weight' ), 'value' => get_post_meta( $order->id, 'order_weight', true ), ); return $fields; }Forum: Plugins
In reply to: [Amazon Pay for WooCommerce] order ID errorLooks like the Amazon Order ID and woocommerce Order ID got out of sync (maybe when they updated their Pay platform in early August).
This crazy not having this option. People can just steal your lesson outline?
There are four headers required how do we add the others.