Product name + price in page title

How can I change the format of the title, from product_name to product_name+price ?



For example:

Certina DS Podium Square Chronograph - $ 600



Thanks in advance.

you could just add the price to the product name column in the spreadsheet before import by concatenating it with the price colum.



John

[quote name=‘johnbol1’]you could just add the price to the product name column in the spreadsheet before import by concatenating it with the price colum.



John[/QUOTE]



Thanks for comment, but I need change index.tpl file. I am thinking of changing this instruction:


```php

{if $page_title}

{$page_title}

{else}


```