Guest Posted July 1, 2004 Posted July 1, 2004 I am trying to link my table headers to their appropriate pages ie. table header for Special will hyper link to specials.php, but I cannot get this to work for the shopping cart. It works for specials, you can see this here - Popcorn-uk Here is what I have tried to do in catalog/includes/boxes/shopping_cart.php: <tr> <td colspan=3 width="100%"><a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART, '', 'SSL'); ?>"><img src="images/boxes/table_shopping_cart.jpg" border="0"></td> </tr> And here is the specials.php that does work: <tr> <td colspan=3 width="100%"><a href="<?php echo tep_href_link(FILENAME_SPECIALS, '', 'SSL'); ?>"><img src="images/boxes/table_specials.jpg" border="0"></td> </tr> Now, I can't see any difference? So there must be another reason why it will not work on the shopping cart. Anyone?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.