The pagination display at the bottom of the page is not right.
This fixes it....
Change
<tfoot>
<tr>
<td colspan="12">
<div class="pagination-container">
</td>
</tr>
</tfoot>
to this (the matching code from the backend order list view)
<tfoot>
<tr>
<td colspan="12">
<div class="pagination pagination-toolbar">
</td>
</tr>
</tfoot>
I can't work out where to find this code though to change it. Any ideas please?
Here's what it looks like before the fix.
http://awesomescreenshot.com/09065m6013 (http://awesomescreenshot.com/09065m6013)
This is VM 3.0.18
in which file is this?
I just did the change in Firebug because I can't find what file the code is in.
I noticed that the pagination looks fine with frontend Protostar template but not VP Merchant which I'm using.
So I guess it could be fixed in the template CSS but the code should use the same CSS tags to avoid this.