VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: teachy on May 07, 2013, 21:24:50 PM

Title: Change order of price before and after discount
Post by: teachy on May 07, 2013, 21:24:50 PM
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



Title: Re: Change order of price before and after discount
Post by: jenkinhill on May 07, 2013, 23:12:34 PM
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
Title: Re: Change order of price before and after discount
Post by: teachy on May 08, 2013, 01:19:04 AM
Thank you, that worked like a charme!!