MathewB Posted May 12, 2012 Share Posted May 12, 2012 Hi, I need to edit the sitmap and remove Manufacturers Suppliers Is this possible? Mathew Link to comment Share on other sites More sharing options...
jhnstcks Posted May 12, 2012 Share Posted May 12, 2012 In back-end>perferences there isan option near the bottom to turn off the display of manufacturers and suppliers. Otherwise, just edit the sitemap.tpl file in your theme and delete the following 2 lines {if $display_manufacturer_link OR $PS_DISPLAY_SUPPLIERS}<li><a href="{$link->getPageLink('manufacturer.php')}">{l s='Manufacturers'}</a></li>{/if} {if $display_supplier_link OR $PS_DISPLAY_SUPPLIERS}<li><a href="{$link->getPageLink('supplier.php')}">{l s='Suppliers'}</a></li>{/if} 6 Link to comment Share on other sites More sharing options...
MathewB Posted May 12, 2012 Author Share Posted May 12, 2012 perfect thank you!!!!! This is solved Link to comment Share on other sites More sharing options...
GoodWeb Posted November 2, 2016 Share Posted November 2, 2016 Is this the ONLY way to edit the sitemap page? Seems odd it cannot be configured from within the BO Link to comment Share on other sites More sharing options...
rocky Posted November 3, 2016 Share Posted November 3, 2016 That's right. There's no page in PrestaShop that lets you manage individual sitemap entries. 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