I want to get rid of the line that reads
"There are no products to list in this category."
Any suggestions?
I want to get rid of the line that reads
"There are no products to list in this category."
Any suggestions?
Open includes/languages/english/index.php
find
define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');
delete or change the text between the single quotes.
save the file to includes/languages/english/YOUR_TEMPLATE/index.php
upload to your server.
thank you! that worked like a charm :) Now, another silly question... where do I change the quote "Important Links" from the sidebar "ezpages"?? Thanks!
Go to includes/languages/english/extra_definitions/ez_pages_definitions.php
find:
define('BOX_HEADING_EZPAGES','Important Links');
again, change/delete the highlighted portion between the two single quotes
save the file to includes/languages/english/extra_definitions/YOUR_TEMPLATE/ez_pages_definitions.php
Upload to your server.