hello all
i am using Joomla 2.5 and VirtueMart 3.0.9 .
How to change Price sort order
i want to change the price sort order from this :
1- Base price:
2- Sales price:
3- Discount:
TO this :
1- Base price:
2- Discount:
3- Sales price:
what i want to is to make the discount value appear before final price after discount ( 1- normal price 2 - discounted price 3- price after discount )
and i how to add line strike on the normal price
i appreciate your cooperation
khalid saleh
Use template overrides, eg edit components/com_virtuemart/sublayouts/prices.php for category & productdetails and components/com_virtuemart/views/cart/tmpl/default_pricelist.php for cart. Add css for the strikethough