Modify Search Results Page

Modules, Add-ons and custom code that's more than just a quick hack or Mod.
Post Reply
Silver Bullet
Posts: 6
Joined: Mon May 10, 2010 2:15 am

Modify Search Results Page

Post by Silver Bullet »

Has anyone has any success adding items (say SKU for example) to the search results page? I've got as far as class.search.php (line ~604) where it say '$GLOBALS["SectionResults"] .= ISC_PAGE::buildContentSearchResultHTML($item);' but i'm lost as to where this goes and how one would modify it's output.

If anyone could shed some light on this that be great!

SB

This would for 6.1.1 if that matters.
Silver Bullet
Posts: 6
Joined: Mon May 10, 2010 2:15 am

Re: Modify Search Results Page

Post by Silver Bullet »

Figured it out ... the mods can be made in class.products.php around line 1500.
Post Reply