News:

Looking for documentation? Take a look on our wiki

Main Menu

Special Price with line through

Started by wildb, December 27, 2012, 02:17:42 AM

Previous topic - Next topic

Spiros Petrakis

Hi,

based on your code example replace


.price-crossed {
   color:red;
   text-decoration:line-through;
}


with


.price-crossed {
   color:red;
}
.price-crossed  span.PricebasePrice {
   text-decoration: line-through;
}


Joomla templates and extensions development
https://www.yourgeek.gr

Mart DOP

Tried to modify the file modules/mod_virtuemart_product/tmpl/default.php to get the discounted price with line-through within my modules displaying virtuemart products. It seems like i don't get the good file. No matter what i change or line i comment, i don't see any changes happening inside the module.

Anyone know which files it could be using?

J! 3.4
VM 3

Thanks.