VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: WebStuff on November 21, 2025, 23:40:42 PM

Title: Errors in Order Edit Layout of VmAdmin Template
Post by: WebStuff on November 21, 2025, 23:40:42 PM
VirtueMart 4.6.4
Joomla 5.4.0

The comments in the files in ../administrator/templates/vmadmin/html/com_virtuemart/orders/ are causing the layout to shift and --> is appearing in the Order Edit page in the backend.

There are numerous comments and sections beginning <!-- and ending in -->
If these are broken by <?php sections then the problem occurs.
Either removing the comments and or converting them to PHP comments sorts this out and the sections/boxes line-up "properly" on Desktop and Mobile versions.

I'm using Chrome but this seems to affect Firefox as well, I've not tested on any other browsers

Small annoyance but hopefully this will help someone.