Tuesday, July 3, 2012

Get order id from page url

simple use this:

$orderId = (int) $this->getRequest()->getParam('order_id');

No comments:

Post a Comment