how to remove gift voucher link from opencart
Edit the following file:
catalog/view/theme/your_template/template/common/footer.tpl
hide or remove the following line:
<li><a href="<?php echo $voucher; ?>"><?php echo $text_voucher; ?></a></li>
Cool!!!
If found useful, buy me coffee for the time you saved.catalog/view/theme/your_template/template/common/footer.tpl
hide or remove the following line:
<li><a href="<?php echo $voucher; ?>"><?php echo $text_voucher; ?></a></li>
Cool!!!
Comments