News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

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