icyhot Posted May 31, 2012 Share Posted May 31, 2012 Please let me know. Link to comment Share on other sites More sharing options...
codegrunt Posted May 31, 2012 Share Posted May 31, 2012 The command line or GUI based search of your preference of operating system is your friend. For Linux: find . -type f -exec grep -l 'generator' {} \; results in: ./themes/prestashop/header.tpl Cheers 1 Link to comment Share on other sites More sharing options...
icyhot Posted June 1, 2012 Author Share Posted June 1, 2012 (edited) The command line or GUI based search of your preference of operating system is your friend. For Linux: find . -type f -exec grep -l 'generator' {} \; results in: ./themes/prestashop/header.tpl Cheers Thanks for the instruction. I edited themes/header.tpl line 38 37 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> 38 <meta name="generator" content="XXXXX" /> but when I view source, it still gives me the same result. Does it take time to make changes? it's still says <meta name="generator" content="PrestaShop" /> Edited June 1, 2012 by icyhot (see edit history) Link to comment Share on other sites More sharing options...
icyhot Posted June 1, 2012 Author Share Posted June 1, 2012 oh actually it's working now. I think clearing the browsing history did the trick Link to comment Share on other sites More sharing options...
Totti Posted June 28, 2012 Share Posted June 28, 2012 Where he takes this information ? <meta name="description" content="{$meta_description|escape:html:'UTF-8'}" /> Link to comment Share on other sites More sharing options...
rsnemesis Posted November 11, 2014 Share Posted November 11, 2014 Where he takes this information ? <meta name="description" content="{$meta_description|escape:html:'UTF-8'}" /> That information comes from short description, for example in product page, it will bring the info from product short description. Link to comment Share on other sites More sharing options...
Recommended Posts