Hi,
You can't pass that information in the URL but you can access to the order directly in the view.
Depending the context, you will have the order object available via " $this->order ", otherwise you would be able to get the last order_id of the customer in the session and load the order from the database.
$order_id = $app->getUserState(HIKASHOP_COMPONENT.'.order_id');
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.