sjbuzzz Posted February 26, 2006 Posted February 26, 2006 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>
ozcsys Posted February 26, 2006 Posted February 26, 2006 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??
Recommended Posts
Archived
This topic is now archived and is closed to further replies.