order-simulator-woocommerce
order-simulator-woocommerce copied to clipboard
An automated generator of fake orders for WooCommerce for testing or other purposes
Hello, Using this on a stage env. and seing the new order atribution set to "unknown", it would be great to show "fake order" or something, so it will be...
I turned it on, and it's still generating new orders, even after disabling the plugin...
I use your plugin to load test my woocommerce store. But it seems the maximum is 18000 orders per hour. Can't be more than that. I increase the memory from...
The `woocommerce_checkout_order_processed` hook requires three arguments (`$order_id`, `$data` and `$order`), but only two were being passed. This adds the `$order` argument to it, which prevents fatal errors on other extensions...