#4785

Tu Tran
Moderator

Hi,

To change this, please go to these files:
app\design\frontend\default\sns_nova\template\catalog\product\list.phtml
app\design\frontend\default\sns_nova\template\sns\producttabs\items.phtml
app\design\frontend\default\sns_nova\template\sns\slider\default.phtml
app\design\frontend\default\sns_nova\template\sns\blocks\upsell.phtml
app\design\frontend\default\sns_nova\template\checkout\cart\crosssell.phtml

after that, please find with the key ‘off’, then replace the code

echo "<span class='ico-product ico-sale'><strong>".floor(100-($finalPrice/$price)*100)." %</strong> off</span>";

By:

echo "<span class='ico-product ico-sale'>Discounted</span>";

Thanks,