I've inherited a site to maintain and want to place text in the search results page when people browse our catalog. I'm getting a distinct lack of cooperation from the Drupal developers who initially built the site, so I'm turning to you wonderful people.

The example: http://www.crystal-d.com/catalog/search/515
The desired outcome: A short text blob at the top to assist in SEO of the site.
I tried: Varying the taxonomy settings (it may be of interest that 'http://www.crystal-d.com/taxonomy/term/515' doesn't return the same result, but contains the same products).

Further information: The information seems to be being drawn out of cd_catalog.module, which is poorly commented (plus I can't find a comparable module anywhere for 4.6).

Is there anyone who could even point me in the general direction of an answer?

Comments

nevets’s picture

There is a module called help edit that lets you add help messages at the top of pages based in the path.

Keeper54’s picture

Thanks, I tried it out and I'm going to have to re-write the catalog module that's being used to display this.
Oh well. . .any other ideas or approaches are welcome though.

Thanks Nevets

Adam