I'm working on a fulfillment module that has an admin page with a list of orders. I want to put a link with each order, so that a user can click it and be taken to the standard Order Processing admin page, with the selected order on display. Older version of Merchant could do that with a URL of the form:
But that doesn't work in v10; it actually pulls up the old v5-style page with the purple headers.
Does anyone know the new format for these links, if it's even possible?
Thanks --
Code:
https://MyDomain.com/mm5/admin.mvc?Session_ID=xxxxxxxx&Screen=ORDR&Store_Code=ME&Edit_Order=12345
Does anyone know the new format for these links, if it's even possible?
Thanks --
Comment