You are here:  » How to include the merchant name in product meta title


How to include the merchant name in product meta title

Submitted by webman on Thu, 2016-12-15 01:57 in

Hi David,

Hope all is well in your neck of the woods! :)

Just a quick one... How can i include the merchant name in the meta title?

Say I had a merchant named John Smith, who sells Atomic Clocks.

Currently the title from the product feed shows the product name as the Meta Title.

EG: 123ABC Atomic Clock.

Is it possible to build the title to read: John Smith 123ABC Atomic Clock?

Thanking you in advance for your time and help!

Kind Regards

les :)

Submitted by support on Thu, 2016-12-15 08:54

Hello Les,

Sure - edit products.php and look for the following code at line 64:

  $header["title"] = $product["products"][0]["name"];

...and REPLACE with:

  $header["title"] = $product["products"][0]["merchant"]." ".$product["products"][0]["name"];

(bear in mind that for compared products, this will show the cheapest merchant in the title)

Hope this helps!

Cheers,
David.
--
PriceTapestry.com