Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Trying to add a link page


flyhead

Recommended Posts

Posted

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

Posted

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>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...