Magento - order details are not displayed in the admin panel

后端 未结 7 1407

We have an ecommerce magento store. Right now, we are experiencing a weird problem, which i am unable to understand and debug.

For some of the orders, no details ar

7条回答
  •  遇见更好的自我
    2021-01-20 02:14

    More than likely you have a local or community module causing some kinds of fault, if the page is not rendering all the way for some orders, I would presume these are orders that are using this local and/or community module.

    A few things you can try are:

    1) disable all local modules via local.xml

    2) disable community modules via app/etc/Company_Modulename.xml and set active to false

    after disabling each retry viewing the orders until you find the culprit.

    Also, viewing the page source may help lead to where the output is stopping and there also may be errors at the very end of the page source.

    hope this helps.

提交回复
热议问题