Hi,
I'm using Joomla 3.4.8, php 5.6.24 and VM 3.0.12
I've been trying to develop a custom plugin based off of the textinput custom plugin and at some point it appears I messed something up along the way so that in the back end when I view an order by clicking on the Order Number, it takes me to a page that appears to render without any css styling - just basic html, and only the quantity and item name appear. The cell values for SKU, Status of ordered products, etc. have no text. I'm pretty sure there used to be buttons and html form elements before it got messed up.
How do developers debug something like this? I have no idea what files are involved in displaying the backend orders and don't know how to find this information other than attempting to infer it from the code.
I've tried backing out my changes, but the problem persists. I don't think I've modified anything else but obviously I have. I just don't know how to debug this short of reverting my entire site to the original install. I was also working on a payment plugin. (Chrome dev tools shows no errors btw and the head section does have the css and js files included). It's like it just stopped rendering the page after the first item in the order history.
My site is not accessible to the public so I can't share that info.
Any suggestions?
Thank you,
Andrea