premanshu Posted October 8, 2012 Share Posted October 8, 2012 PS 1.5.1 On Category page meta-title is not getting populated from the values in meta-title column in ps_category_lang table. It is rather getting set as default shop name. Anyone else also facing the same issue?? Link to comment Share on other sites More sharing options...
Warsteiner Posted October 10, 2012 Share Posted October 10, 2012 Yes, just noticed the same thing. It looks like Layered navigation block is responsible for this. Link to comment Share on other sites More sharing options...
Warsteiner Posted October 10, 2012 Share Posted October 10, 2012 Quick solution is to fix blocklayered.php file: change line 1244 $category_metas = Meta::getMetaTags($id_lang, '', $title); to this $category_metas = Meta::getMetaTags($id_lang, 'category', $title); 1 Link to comment Share on other sites More sharing options...
premanshu Posted October 11, 2012 Author Share Posted October 11, 2012 Thanks for the solution.. I will try this and confirm if this works. Meanwhile I raised a bug on PS1.5.1 - PSCFV-4897. Link to comment Share on other sites More sharing options...
premanshu Posted October 12, 2012 Author Share Posted October 12, 2012 Thanks Warsteiner.. This works perfectly.. Link to comment Share on other sites More sharing options...
doubleD Posted October 15, 2012 Share Posted October 15, 2012 Thank's Warssteiner! It worked great. Link to comment Share on other sites More sharing options...
Yafay Posted November 20, 2012 Share Posted November 20, 2012 Thanks Link to comment Share on other sites More sharing options...
josecar Posted November 20, 2012 Share Posted November 20, 2012 Anyone knows how to remove the shop name added at the end in meta title? Link to comment Share on other sites More sharing options...
CorePart Posted January 24, 2013 Share Posted January 24, 2013 Josecar, remove , $title Link to comment Share on other sites More sharing options...
yaniv14 Posted January 24, 2013 Share Posted January 24, 2013 http://mypresta.eu/en/art/developer/how-to-remove-shop-name-from-page-meta-title.html Link to comment Share on other sites More sharing options...
Recommended Posts