Hi,
I am using Virtuemart 2.20b and Joomla 2.5.11
I am using rpices without tax and I would like to show them in this order:
1. Old price without tax and without discount
2. New price after discount
3. Discount amount
Can anyone tell me what I should do to get this result?
Thanks
The prices on the product details page are displayed according to this template: joomla_root/components/com_virtuemart/views/productdetails/tmpl/default_showprices.php
Edit a copy of that file, ie change the order in which the prices are echoed, and use the edited template as an override. See http://www.ostraining.com/blog/joomla/overrides and also http://docs.virtuemart.net/tutorials/33-templating-layouts.html
Thank you, that worked like a charme!!