Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Popup search help file


dtrain

Recommended Posts

Posted

Hi,

 

I am just trying to locate the popup_search_help.php file that is on the advanced search page.

 

I would like to style it so that it fits more into my website layout.

 

Where is this file to actually change. I've looked everywhere but now not sure what I'm looking for.

 

 

Cheers,

 

 

Dallas

Posted

Thanks for the reply,

 

I had already checked that file but wasn't sure where I can change all of this text to something more suitable (see below):

 

 

Search Help

 

Keywords may be separated by AND and/or OR statements for greater control of the search results.

 

For example, Microsoft AND mouse would generate a result set that contain both words. However, for mouse OR keyboard, the result set returned would contain both or either words.

 

Exact matches can be searched for by enclosing keywords in double-quotes.

 

For example, "notebook computer" would generate a result set which match the exact string.

 

Brackets can be used for further control on the result set.

 

For example, Microsoft and (keyboard or mouse or "visual basic").

 

Close Window [x]

Posted

so, ok, I didn't understood, I'm sorry

 

At the beginning of mentioned file you can see

  require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_ADVANCED_SEARCH);

 

That says that the text for this file is coming from the language directory (includes/languages/) and the file FILENAME_ADVANCED_SEARCH, and thats the file advanced_search.php.

 

There you can change or style the text

Posted

so, ok, I didn't understood, I'm sorry

 

At the beginning of mentioned file you can see

  require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_ADVANCED_SEARCH);

 

That says that the text for this file is coming from the language directory (includes/languages/) and the file FILENAME_ADVANCED_SEARCH, and thats the file advanced_search.php.

 

There you can change or style the text

 

 

Cheers mate, just been a long few weeks and missing small details...

 

Thanks again :thumbsup:

Archived

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

×
×
  • Create New...