RobFenech
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Download Monitor] Slow Query – Pointless overheadThanks so much @raldea89 🥳
Forum: Plugins
In reply to: [Download Monitor] Slow Query – Pointless overhead@cristianraiber-1 – any news on this hotfix release? Thank you so much
Forum: Plugins
In reply to: [Download Monitor] Slow Query – Pointless overheadThat is amazing, thank you @cristianraiber-1 – you’ll make my client very happy. And knowing a ton of general speed improvements are on the way too, is amazing news.
Forum: Plugins
In reply to: [Download Monitor] Slow Query – Pointless overheadThanks for the update on that Cristian – do you have any idea when the next release will be? I have a major client using your plugin, but this is causing some real speed issues for them as it is such a huge site.
Thanks.
If anybody else is having a similar issue, here is how I fixed it:
$args = array( 'status' => 'processing', 'customer_note' => 'free sample', 'created_via' => 'sample request' ); $order = wc_create_order($args); $deliveryDateSelector = Date('j F, Y', strtotime('+3 days')); update_post_meta($order->id,'Delivery Date', $deliveryDateSelector);So far, so good.
Viewing 5 replies - 1 through 5 (of 5 total)