Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
In catalog/view/theme/default/template/product/category.tpl
In your block, enter this code:
<?php if ($special) { ?>
<div class="sale-sticker">
<?php
$sale_percent = 100 - ($special / $price * 100);
echo '-' . (int) $sale_percent . '%';
?>
</div>
<?php } ?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question