-
TEXT_SHOW message
Hi, on the home page of my shop at http://www.texasindemand.com/shop/ the text "TEXT_SHOW" appears next to the alphabetical drop down menu on top. How can I remove that?
I also would like to remove the alphabetical drop down menu itself. How can I do that?
Thanks a lot, Dirk
-
Re: TEXT_SHOW message
The define for the constant TEXT_SHOW should be in your languages/english/index.php file
Code:
define('TEXT_SHOW', 'Filter Results by:');
It looks like you've got some code misplaced from tpl_index_product_list into tpl_index_default.php - in the default template that filter box should only be showing up on product listing pages, not your main page. It's normally turned on/off for product listing pages by editing the setting at Admin > Configuration > Product Listing > Include Product Listing Alpha Sorter Dropdown
-
Re: TEXT_SHOW message
Thanks a lot bunyip, I turned the alpah sorter to false and the text disappeared at the same time :yes:
-
Re: TEXT_SHOW message
While turning the feature off made the error "appear" to disappear ... you may still have issues with files that were not upgraded properly as this error would indicate ...
Be sure you have upgraded your files and language files and that you check your overrides as well ...