Hi
I'm trying to remove suppliers in the sitemap (in Permanent links block), anyone got any ideas ??
Thanks
You'll need to edit sitemap.tpl in your theme's directory and {* comment out *} the following line:
{l s='Suppliers'}
Check out Nethercott Constructions for PrestaShop guides and modules. Like us on Facebook for news updates.
I would like to do that too!
I'm not an expert, could you tell how do you {* comment out *} this line???
Thanks!
I'm not an expert, could you tell how do you {* comment out *} this line???
Thanks!
Simply change line 22 of sitemap.tpl (in PrestaShop v1.3.1) from:
<a href="{$base_dir}supplier.php">{l s='Suppliers'}
to:
<a href="{$base_dir}supplier.php">{l s='Suppliers'} *}
This will remove the code from your website, while still leaving it there for you to see.
to:
{*
This will remove the code from your website, while still leaving it there for you to see.
Check out Nethercott Constructions for PrestaShop guides and modules. Like us on Facebook for news updates.



Back to top








