VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: mylakoj on March 21, 2012, 18:28:30 PM

Title: Modifying checkout page layout
Post by: mylakoj on March 21, 2012, 18:28:30 PM
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]
Title: Re: Modifying checkout page layout
Post by: DaggaTora on March 26, 2012, 11:03:52 AM
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 ;)