Tuesday, 15 February 2011

customization - Opencart hide default text if no special offers available -



customization - Opencart hide default text if no special offers available -

my question similar opencart hide special offers title if no special offers available.

i want remove default text, "there no special offer products list." displays when there no specials offered.

i not know file find , remove this.

i'd grateful help this. thanks.

the text looking in next language file:

catalog/language/english/product/special.php

you can either remove text between single quotes, $_['text_empty'] variable following:

$_['text_empty'] = '';

... or improve solution, disable displaying in theme. search next file:

catalog/view/theme/your_theme_name/template/product/special.tpl

... , remove next string it:

<?php echo $text_empty; ?>

an improve way using vqmod script, mentioned in question, you'd remove file, skip part.

customization opencart default

No comments:

Post a Comment