Zen Cart Logo

site map links

Locked

Views: 704

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
1 Apr 2008, 5:39 PM
#1
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

site map links

I've added a couple of defined pages. They show up in the information box and they work just fine, but they are not showing up in the site map.

This is the code I added to the tpl_site_map_default.php as an overide...

<?php if (DEFINE_PAYMENT_OPTIONS_STATUS <= '1') { ?>
            <li><?php echo '<a href="' . zen_href_link(FILENAME_PAYMENT_OPTIONS) . '">' . BOX_INFORMATION_PAYMENT_OPTIONS . '</a>'; ?></li>
<?php } ?>  
 
<?php if (DEFINE_RETURN_POLICY_STATUS <= '1') { ?>
            <li><?php echo '<a href="' . zen_href_link(FILENAME_RETURN_POLICY) . '">' . BOX_INFORMATION_RETURN_POLICY . '</a>'; ?></li>
<?php } ?>  

Any ideas?

Thanks.

3 Apr 2008, 6:19 AM
#2
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: site map links

still haven't been able to get my sitemap to reflect all of the links properly. I have two pages in my information box that aren't showing.

any fixes?

thanks.