News:

Looking for documentation? Take a look on our wiki

Main Menu

Change order of price before and after discount

Started by teachy, May 07, 2013, 21:24:50 PM

Previous topic - Next topic

teachy

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




jenkinhill

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
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

teachy