ORDERLIST CHANGELOG
===================

Version 2
-------------
- Added a stronger full-width divider between individual orders.

- Split delivery and contact information into separate columns.
- Split products and order totals into separate columns so they display side by side.
- Reduced table font size, cell padding and product spacing.
- Added compact, scoped Orderlist styling without changing core CSS files.
- Prevented stored HTML entities such as &amp;nbsp; appearing literally in totals.
- Empty spacer rows in orders_total are now omitted completely.
- Stored total text is converted safely to plain text before display.
- Moved the order status beneath the order number and date.
- Removed the separate Status column to make better use of the page width.
- Added automatic Advanced Order Manager detection.
- Order-number links now open manual_order_edit.php when AOM is installed.
- Retained the native Phoenix order editor as an automatic fallback.
- Updated Admin links to use Phoenix Linker parameters.
- Corrected the installation location of the main page language file to
  includes/languages/english/orderlist.php.
- Retained account ID, telephone, email, payment method and order totals.
- Added the complete delivery address with a fallback for older order data.
- Added product option and value details beneath each ordered product.
- Added Print Invoice and Packing Slip buttons using standard Phoenix pages.
- Reorganised the result into five compact, easy-to-scan columns.
- Added proper pagination at 50 orders per page and a result count.
- Expanded search to include company and email fields.
- Added strict scalar input handling and date validation for PHP 8.2.
- Prevented warnings when an order has no recorded products or totals.
- Removed the root-relative catalog product link.
- Moved all visible page wording into a dedicated language file.
- Escaped database content before HTML output.
- Added deterministic product ordering.
- Removed the lingering Admin menu array reference.
- Added Mort-Lemur headers and rewritten installation instructions.
- No core changes and no additional database tables.
