flyhead Posted June 17, 2010 Posted June 17, 2010 I am trying to add a page for helpful link. Besides in the index page where else to I need to add the file helpfullinks.php? Thanks Flyhead
knifeman Posted June 18, 2010 Posted June 18, 2010 I am trying to add a page for helpful link. Besides in the index page where else to I need to add the file helpfullinks.php? Thanks Flyhead Once you create your helpfullinks page I would place a link to it in either the footer, or an information box. Then the link would show on every page just like the shipping page or the privacy page. The knowledgebase has full instructions on creating new boxes or new box pages. This example is what I put in my footer: <center> <a href="<?php echo tep_href_link("shipping.php", '', 'NONSSL'); ?>"><U>Shipping and returns</U></a> <a href="<?php echo tep_href_link("privacy.php", '', 'NONSSL'); ?>"><U>Privacy policy</U></a> <a href="<?php echo tep_href_link("conditions.php", '', 'NONSSL'); ?>"><U>Conditions of use</U></a> <a href="<?php echo tep_href_link("contact_us.php", '', 'NONSSL'); ?>"><U>Contact us</U></a> </center>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.