VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: tuuni on September 17, 2014, 07:49:41 AM

Title: Product price view issue
Post by: tuuni on September 17, 2014, 07:49:41 AM
This is the product category page where calculation is invalid (it puts line-through the sum on discount value but it needs the line-through base price):
(http://oi60.tinypic.com/o72g4z.jpg)

This is how it's set up.
(http://oi61.tinypic.com/1zp05r5.jpg)
Title: Re: Product price view issue
Post by: jenkinhill on September 17, 2014, 10:21:23 AM
http://forum.virtuemart.net/index.php?topic=79799.0

Looks like you are using a template override there? In which case check the code in [yourjoomlatemplate]/html/com_virtuemart/category/default.php   (compare with components/com_virtuemart/views/category/tmpl/default.php )
Title: Re: Product price view issue
Post by: tuuni on September 17, 2014, 13:23:59 PM
Hey :)

Yes, you where right there was template override.

I solved my issue.
Thank You!