Hello,
Is it possible to remove discount text (100 or more xx.xx$, etc.) from product page?
I tried remove some lines from product.tpl but nothing happened. Any ideas??
I've attached a screenshot of what i want to be removed.
Thank you.
This is not part of the product.tpl File, it's either an Product-Option, or then a Custom Mod,
inserting this into the product page.
Ernie
inserting this into the product page.
Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
In your product.tpl file find
And comment it out like so....
Code: Select all
<?php if ($discounts) { ?>
<li>
<hr>
</li>
<?php foreach ($discounts as $discount) { ?>
<li><?php echo $discount['quantity']; ?><?php echo $text_discount; ?><?php echo $discount['price']; ?></li>
<?php } ?>
<?php } ?>
Code: Select all
<!-- <?php if ($discounts) { ?>
<li>
<hr>
</li>
<?php foreach ($discounts as $discount) { ?>
<li><?php echo $discount['quantity']; ?><?php echo $text_discount; ?><?php echo $discount['price']; ?></li>
<?php } ?>
<?php } ?>-->
Who is online
Users browsing this forum: No registered users and 3 guests