Skip to main content
Participant
June 2, 2009
Question

Product Title = Page Title

  • June 2, 2009
  • 1 reply
  • 1049 views

Can anyone point me in the right direction of setting this up, or just what i should search for.

What i need is for example this page - http://www.fishtec.co.uk/ProductDetailInfoWithOptions.cfm?ID=F-G00&ShopRef=23&Prime=No&shopListRec=41319 - To dynamically take the Product Title and insert that into the Page Title, So instead Fishtec Fly Fishing (which is a generic page title) it would be Grey X-Flite Light Fly Rods. The product title is allready set up in the database so i guess i just need to pull it in to the correct title tag.

Any information much appreciated

Jos

This topic has been closed for replies.

1 reply

Inspiring
June 2, 2009

Do you mean like outputting the product title between the html title tags?

JosBVGAuthor
Participant
June 3, 2009

Yes, I think that would do it.

ilssac
Inspiring
June 3, 2009

Like this?

<title><cfoutput>#product.name#</cfoutput><title>

Now product.name is probably not the correct variable and I have no idea what the correct variable is, but I presume you do know.