Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

adding link to the header or the account page


sjbuzzz

Recommended Posts

Posted

I am installing a wishlist add on but it asks me to add a link in either the header or the account page. How do you do this and where are they located

 

quote from instructions

 

Place this code where you want the "My Wishlist" link to appear, whether it be on the account page or in the header. Your choice. Use this code:

 

<a href="<?php echo tep_href_link(FILENAME_WISHLIST); ?>"><?php echo BOX_HEADING_CUSTOMER_WISHLIST; ?></a>

Posted
I am installing a wishlist add on but it asks me to add a link in either the header or the account page. How do you do this and where are they located

 

quote from instructions

 

Place this code where you want the "My Wishlist" link to appear, whether it be on the account page or in the header. Your choice. Use this code:

 

<a href="<?php echo tep_href_link(FILENAME_WISHLIST); ?>"><?php echo BOX_HEADING_CUSTOMER_WISHLIST; ?></a>

 

 

If you want to add it to your header open up your includes/header.php file and add the link, you can see where the other links are just add it before or after them.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Archived

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

×
×
  • Create New...