Quick reply... Just found it.
If you need to do this it can be done by going to shop/templates/your_theme/templates/ and commenting out the required lines of code in tpl_site_map_default.php using the HTML commenting (<!-- Commented Code -->)
Jym
Quick reply... Just found it.
If you need to do this it can be done by going to shop/templates/your_theme/templates/ and commenting out the required lines of code in tpl_site_map_default.php using the HTML commenting (<!-- Commented Code -->)
Jym
Thanks for that solution--there were some links that seemed impossible to remove without doing this.
I'll never need the links either so no big loss *wink*
Just REPLACE the '1' to '0" as shown below and VOILA...!
//from this line:
<?php if (DEFINE_PAGE_4_STATUS <= '1') { ?>
//to this line:
<?php if (DEFINE_PAGE_4_STATUS <= '0') { ?>
![]()