xtreme-mobile Posted February 6, 2007 Posted February 6, 2007 hello if got a button on my shop that points to a page but i cant seem to tell where it points to? i want it to point to "specials" but cant and dont know where to look to modify the code the webiste is here: http://www.woodburnerwarehouse.ie and its the images to the left that says clearance stoves, how would i change it to point to specials? many thanks dean Visit my website in my profile for prices on woodburning stoves
bill110 Posted February 6, 2007 Posted February 6, 2007 Try this change the html code for the link from <tr><td><a href=http://woodburnerwarehouse.ie/-p-166.html><img src=images/m18.jpg width=250 height=78 border=0></a></td></tr> to: <tr><td><?php echo '<a href="' . tep_href_link(FILENAME_SPECIALS) . '"><img src=images/m18.jpg width=250 height=78 border=0></a>' ?></tr></td> My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai
xtreme-mobile Posted February 6, 2007 Author Posted February 6, 2007 Try thischange the html code for the link from <tr><td><a href=http://woodburnerwarehouse.ie/-p-166.html><img src=images/m18.jpg width=250 height=78 border=0></a></td></tr> to: <tr><td><?php echo '<a href="' . tep_href_link(FILENAME_SPECIALS) . '"><img src=images/m18.jpg width=250 height=78 border=0></a>' ?></tr></td> thanks bill where would i find that code? kind regards dean Visit my website in my profile for prices on woodburning stoves
bill110 Posted February 7, 2007 Posted February 7, 2007 Sorry for the late reply looks to be in the catalog/index.php however right after that code it shows " header_eof" so it might actually be in catalog/includes/header.php My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai
xtreme-mobile Posted February 7, 2007 Author Posted February 7, 2007 10/10 it was in header!!! thank you very much for your help all the best dean Visit my website in my profile for prices on woodburning stoves
Recommended Posts
Archived
This topic is now archived and is closed to further replies.