I need to display the order id in a block I have in the page admin/store/orders/order_number.
I tried $orders->order_id and $order_id and nothing, the order number is present in url and too in order page but I dont know how to get it.
Kind regards,
Bunset
Comments
Comment #1
longwaveYou can extract it from the URL with:
print arg(3);Comment #2
bunset commentedPerfect solution, works like a Chaman!
Thank you and best regards,
Bunset
http://www.e-duca.eu