Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where is this line located?


Guest

Recommended Posts

Hey, I want to change this line "There are no products to list in this category" but can't find it on any page. I'm guessing it gets called from somewhere, I don't know exactly. I want to modify it, but can't find it.

 

"There are no products to list in this category"

 

Anyone know what page is it in?

 

Thanks :thumbsup:

Link to comment
Share on other sites

Thanks for the quick reply,

 

I edited:

 

define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');

 

to:

 

define('TEXT_NO_PRODUCTS', 'There are no products to list in this category at this moment.');

 

But it still didn't change, I edited in both catalog\includes\languages\english\

and

admin\includes\languages\english\

 

Still no change,

Am I editing the right text?

 

Thanks

Link to comment
Share on other sites

Hey, I want to change this line "There are no products to list in this category" but can't find it on any page. I'm guessing it gets called from somewhere, I don't know exactly. I want to modify it, but can't find it.

 

"There are no products to list in this category"

 

Anyone know what page is it in?

 

Thanks :thumbsup:

Go to http://www.wingrep.com/ and download a free copy of wingrep. Its great for searching for code and lines of text. You'll get a lot of use out of it if you add contribs etc.

____________________________________________________________________

____________________________________________________________________

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...