I would like to modify the checkout page layout. The current layout shows the currency symbols in the second line (see red arrows in pic). I guess I would need to adjust the price length. Also the bill VAT is displayed before shipping and payment lines. I would like to move it to the last line as it should be (see the red circle in pic). How to do these changes?
[attachment cleanup by admin]
The file you are looking for is in components/com_virtuemart/views/cart/tmpl/default_pricelist.php
You can also override with yourtemplate/html/com_virtuemart/cart/default_pricelist.php
Hope it helps ;)