bruce-rez Posted January 28, 2011 Share Posted January 28, 2011 Hi,I want to put the sitemap in Information block.In Back Office I created a CMS page and named it "Sitemap".In Front Office It shows up in Information block but when clicking on it I am redirected to a blank page.So what is the correct way to achieve this? Thank you. Link to comment Share on other sites More sharing options...
bruce-rez Posted January 29, 2011 Author Share Posted January 29, 2011 I fixed.Now I need to know how can I modify the content of sitemap?For example how can I remove completely "Our Offer" content or how to remove "Our stores" from "Pages"?Thanks for any help or guidance.Please see snap shots. Link to comment Share on other sites More sharing options...
nuclearholocausto Posted January 29, 2011 Share Posted January 29, 2011 You can do this by modifying your sitemap.tpl filego to line 15 {l s='Our offers'} {l s='New products'} {l s='Top sellers'} {l s='Specials'} {l s='Manufacturers'} {l s='Suppliers'} you can either delete this section of the code or just comment it.hope this helps. Link to comment Share on other sites More sharing options...
bruce-rez Posted January 30, 2011 Author Share Posted January 30, 2011 Hi nuclearholocausto.It worked. Thank you for your help.There is one more thing that I want to comment out. This is "Legal Notice" but I cannot find it in the sitemap.tpl file.I did a "Find/Replace" for "Legal Notice" in sitemap.tpl without any result.Bruce Link to comment Share on other sites More sharing options...
nuclearholocausto Posted January 30, 2011 Share Posted January 30, 2011 @Bruce what version of PS are you using? Is it from a full PS installation? Otherwise utilize the Firebug add-on on Firefox web browser to find out exactly which module you need to modify. Unfortunately this section of my full install shows the Categories section. In which you should be able to modify in your BO. Link to comment Share on other sites More sharing options...
bruce-rez Posted January 30, 2011 Author Share Posted January 30, 2011 I use PS version 1.4.0.9 , Full installation. Link to comment Share on other sites More sharing options...
nuclearholocausto Posted January 30, 2011 Share Posted January 30, 2011 @BruceModifying Pages can be easily done in the BO- Log-in the backoffice- Click the Tools tab- Click CMS- Under "Pages in this category" section, enable/disable links.Viola!also don't forget to change your posting as [sOLVED] Link to comment Share on other sites More sharing options...
bruce-rez Posted January 30, 2011 Author Share Posted January 30, 2011 Thanks for your advice, it worked.I was deepening in the codes to solve this issue whereas it was easily done in back office.I hope we can help each other in the forum for other issues.I'll mark Solved.Thanks again. Link to comment Share on other sites More sharing options...
nuclearholocausto Posted February 1, 2011 Share Posted February 1, 2011 NP Bruce! Glad to hear my suggestions worked! Link to comment Share on other sites More sharing options...
bruce-rez Posted February 1, 2011 Author Share Posted February 1, 2011 Thanks again.I have another post that I need some advices, so maybe you have an idea to resolve this problem.You can take a look at my post here:http://www.prestashop.com/forums/viewthread/89858/configuring___using_prestashop/prestashop_1_dot_4_dot_0_dot_9_internet_explorer_8_compatibility_issueRegards. Link to comment Share on other sites More sharing options...
se.ehsan Posted November 20, 2018 Share Posted November 20, 2018 hello dear > in prestashop 1.7.4.2 you can remove sitemap>Our Offers by access the file : /controllers/front/SitemapController.php then comment the below code in line:39 /*'our_offers' => $this->trans('Our Offers', array(), 'Shop.Theme.Global'),*/ and in line 44: /*'offers' => $this->getOffersLinks(),*/ i hope this is useful>> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now