-
- pochimen

-
Total Posts: 5
Joined: 2012-09-09
|
Hi, i need to get to URL of the admin\\\’s Order Details page. I need to put it in an email template.
I\\\’ve new with Magento developing, i\\\’ve managed to get a URL with something like this:
$url = Mage::helper(\\\"adminhtml\\\")->getUrl(\\\"module_name/controller_name/action_name/\\\”,array(\\\"param1\\\"=>1,\\\"param2\\\"=>2));
How can I set this line to get the Order Details Page URL setting the Order ID as a paramter ?
Any help i will really appreciate it, thanks
|