News:

Looking for documentation? Take a look on our wiki

Main Menu

Get order id when $task=confirm

Started by mesie, October 02, 2012, 10:08:23 AM

Previous topic - Next topic

mesie

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