Announcement

Collapse
No announcement yet.

links to admin pages in v10?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    links to admin pages in v10?

    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:
    Code:
    https://MyDomain.com/mm5/admin.mvc?Session_ID=xxxxxxxx&Screen=ORDR&Store_Code=ME&Edit_Order=12345
    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 --
    Kent Multer
    Magic Metal Productions
    http://TheMagicM.com
    * Web developer/designer
    * E-commerce and Miva
    * Author, The Official Miva Web Scripting Book -- available on-line:
    http://www.amazon.com/exec/obidos/IS...icmetalproducA

    #2
    Try this:

    Code:
    https://MyDomain.com/mm5/admin.mvc?Session_ID=xxxxxxxx&Screen=MORD&Store_Code=ME&Order_ID=12345
    Gordon Currie
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit Any Document Easily | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment


      #3
      That works sometimes, but not always for some reason. For some orders, it just gives me a blank screen with that spinning-star "Please wait" icon. The attached image shows an example, I clicked the link to view order 116175. If you look at the left side of the page, you can see that 116175 is present in the middle of the list; so that part worked OK. But the details page doesn't come up. Any idea why?

      Thanks for your help --

      Order view bug.png
      Attached Files
      Kent Multer
      Magic Metal Productions
      http://TheMagicM.com
      * Web developer/designer
      * E-commerce and Miva
      * Author, The Official Miva Web Scripting Book -- available on-line:
      http://www.amazon.com/exec/obidos/IS...icmetalproducA

      Comment

      Working...
      X