Sales Order Header Missing and Page Format Messed Up #2830
Replies: 2 comments
-
It looks like the page is backend. The appearance of buttons Credit Memo, Refulfill, Resubmit depend on the order. And it looks like there is/are extension(s) rendering the buttons. In the core, the rendering happens in this file: magento-lts/app/code/core/Mage/Adminhtml/Block/Sales/Order/View.php Lines 43 to 197 in 355cff5 Look for The extension(s) that add additional buttons should be located in these folders:
To locate the file(s), do a search for |
Beta Was this translation helpful? Give feedback.
-
The mess up style on the page is probably due to an error/exception. Check for errors in Lines 28 to 33 in 355cff5 the error message can sometimes be hidden on the order page. You can look for it by pressing F12 in your browser to examine the HTML source. |
Beta Was this translation helpful? Give feedback.
-
Hi. I'm pretty unfamiliar with OpenMage/Magento but have been handed a problem to solve. On my sales_order/view page the header at the top that contains the order # and date time, along with the buttons for Credit Memo, Refulfill, Resubmit, etc are missing. The interesting thing is that of 8 environments (6 dev and 2 prod) that this code is running in the header is there in all except one. Exact same code can be connected to each of the environments so I'm pretty sure it's not actually the files causing an issue, but who knows. Perhaps something in the database but I'm not seeing anything in there that makes sense. I'm looking for suggestions on how I could find the issue. I'm reading up on the file structure but this is pretty foreign compared to what I normally code in.
With the header missing (not even present in the HTML and hidden) the details get tossed into the left side column.
Any thoughts or suggestions would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions