Jump to content

[SOLVED] Sitemap in Information block


Recommended Posts

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

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

  • 7 years later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...