VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: mesie on October 02, 2012, 10:08:23 AM

Title: Get order id when $task=confirm
Post by: mesie on October 02, 2012, 10:08:23 AM
Hello

can i get somehow the order id when the user confirms the order?
I mean:
$task = JRequest::getCmd('task');
if ($task == 'confirm') {
//get the order id and do something
}

Thanks