kenle Posted August 9, 2005 Posted August 9, 2005 Hi all, I am looking to put the link for special sales on the category box as any other category items. Basically, when the user click on this link, it will link directly to the default_specials.php instead of goingh through the category path as usual. So this is the custom link on the category box. Anyone know if there is a mod for this or how do i do this? If you look at this website, and look at the bottom of the category box the "on sale" link, you know what I am talking about. http://www.rc-mushroom.com/ Thanks
Guest Posted August 10, 2005 Posted August 10, 2005 I dont understand what you need, your link already goes to the specials page?
♥Vger Posted August 10, 2005 Posted August 10, 2005 That's not Kenle's website, it's one he's using as an example of what he wants. Vger
Guest Posted August 10, 2005 Posted August 10, 2005 ahh ok open includes/boxes/categories.php find this line (approx line 134) $info_box_contents[] = array('text' => $categories_string); and replace with this string $info_box_contents[] = array('text' => $categories_string . '<a href="' . tep_href_link(FILENAME_SPECIALS) . '" >' . BOX_HEADING_SPECIALS . '</a><br>'); rgds Paul
kenle Posted August 10, 2005 Author Posted August 10, 2005 Thank you very much hotnuts21. Really appreciate your help.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.