Pedro R. Posted May 21, 2012 Share Posted May 21, 2012 (edited) How do I remove 'TopSellers' link from my Sitemap page? I have all TopSellers blocks modules disabled. Thank you! regards Edited May 23, 2012 by Pedro R. (see edit history) Link to comment Share on other sites More sharing options...
Mike Kranzler Posted May 21, 2012 Share Posted May 21, 2012 Hi Pedro, Can you please post a link to your site so that we can look into this for you? -Mike Link to comment Share on other sites More sharing options...
Pedro R. Posted May 21, 2012 Author Share Posted May 21, 2012 (edited) www.hobbysector.com Please see it soon as possible. Because site is not supposed to be open right now Im in tests yet. Edited May 21, 2012 by Pedro R. (see edit history) Link to comment Share on other sites More sharing options...
Pedro R. Posted May 21, 2012 Author Share Posted May 21, 2012 Anyone knows to solve it? Link to comment Share on other sites More sharing options...
Pedro R. Posted May 22, 2012 Author Share Posted May 22, 2012 I still have the problem... Link to comment Share on other sites More sharing options...
Pedro R. Posted May 22, 2012 Author Share Posted May 22, 2012 nobody?? ^^ Link to comment Share on other sites More sharing options...
Pedro R. Posted May 22, 2012 Author Share Posted May 22, 2012 Any tip for this?... God. this is a simple question, no? Link to comment Share on other sites More sharing options...
hxd Posted May 23, 2012 Share Posted May 23, 2012 You can do this by editing the sitemap.tpl file for the theme you're using. In your case you can find the file in public_html/themes/prestashop_new/sitemap.tpl on your hosting account. To remove the top sellers link just comment out the following code: <li><a href="{$link->getPageLink('best-sales.php')}">{l s='Top sellers'}</a></li> To comment it out put an exclamation mark and two hyphens after the first bracket (e.g. <!--li) and two hyphens before the last one (e.g. li-->). In order to see the change on the frontend of your store you also have to enable the force compile option. You can do this from the back office (Preferences tab>Performance sub-tab). After the change is present on the frontend disable the force compile. 1 Link to comment Share on other sites More sharing options...
Pedro R. Posted May 23, 2012 Author Share Posted May 23, 2012 Thank you a lot hxd! It worked. And actually I used with this syntax: <!--><li>.......</li>--> Link to comment Share on other sites More sharing options...
Recommended Posts