You are here:  » Special <TITLE> on product pages

Support Forum



Special <TITLE> on product pages

Submitted by speak2daryl on Sat, 2012-03-17 15:26 in

Hi,

I am trying to set the title of my pages to display 'Review' after the product name, for example:-

If the product name is BOSCH KAN62V41GB I want the title of the product page to read 'BOSCH KAN62V41GB Review. What code in products.php do I need to change?

Thanks

Daryl

Submitted by support on Sun, 2012-03-18 10:50

Hi Daryl,

Sure - look for the following code at line 50 of products.php

$header["title"] = htmlentities($q,ENT_QUOTES,$config_charset);

...and REPLACE with:

$header["title"] = htmlentities($q,ENT_QUOTES,$config_charset)." Review";

Cheers,
David.
--
PriceTapestry.com