Old price in Jshopping Label products module

27.08.2013 18:30
#1
pensieristupendi
Joomshopping forum user no avatar
Name: paolo dal prà
15.11.2011
Сообщения: 14
Quote
Old price in Jshopping Label products module

Hi,
I put Jshopping label product module to show on sale products and I would like to show both the current price and the old price.
How can I do it? Which file do I have to modify and how?

Thank you

 
05.03.2014 16:05
#2
lopa
Joomshopping forum user no avatar
Name: lopa
03.12.2010
Сообщения: 16
Quote
Aw: Old price in Jshopping Label products module

Add this:

<?php if ($curr->product_old_price > 0){?>
<div class="old_price"><?php print formatprice($curr->product_old_price)?></div>
<?php }?>

and add in css:

div.old_price{
text-decoration: line-through;
}


Последнее изменение: 05.03.2014 16:07
 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.