Hello UC,
I remember reading somewhere that it is possible to set a CA trigger based on elapsed time since a customer completed checkout, but I've searched and searched and can't find it.
UC 6.x-2.6 @ admin/store/ca/add
I created a trigger for "Customer completes checkout", and added the condition for "Check the order status" = "Pending". This means the order was placed and its waiting for us to begin processing it.
Now all I need to do is add a condition for time since pending, or time elapsed in the pending status, but I can't figure it out. What am I missing?
The only condition related to time that I see is for "Drupal > Check the current date", which is good as I'll need the current date, but I also need the order creation date to compare this against...
I looked at the "Execute custom PHP code" but it only lists $order and $account as variable options. Are their other variables, like maybe $order->creation_date and $order->status, or equivalent, i could use?
Would someone please help meh? Thanks!!
BigMike

lol