VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Coding Central => Topic started by: n3t on September 12, 2015, 14:03:29 PM

Title: Orders list template
Post by: n3t on September 12, 2015, 14:03:29 PM
In orders list template (/components/com_virtuemart/views/orders/tmpl/list.php) is issue, when no orders are displayed.
In such case two DIVs are not closed correctly, which causes styling issues.

The original code at the end of file is like this

</div>
</div>
<?php ?>

and should be like this

<?php ?>
</div>
</div>
Title: Re: Orders list template
Post by: GJC Web Design on September 12, 2015, 14:47:15 PM
Thank you - reported to Max