azziman Posted June 12, 2005 Posted June 12, 2005 hi, how would i be able to add sub levels (simillar to categories) to say the Shipping part i.e. Shipping US International <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>'); new infoBox($info_box_contents); ?> </td> </tr> <!-- information_eof //--> thanx :D
♥Monika in Germany Posted June 13, 2005 Posted June 13, 2005 is this even possible to do?? <{POST_SNAPBACK}> well of course it's possible. I assume only the 3 items and not the header shipping would link to a page each? Quite easy to do too. I'm just not sure why you do not put it all on one page and set anchors. :-) Monika :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
azziman Posted June 13, 2005 Author Posted June 13, 2005 I'm just not sure why you do not put it all on one page and set anchors. Monika <{POST_SNAPBACK}> well that was only an example
Recommended Posts
Archived
This topic is now archived and is closed to further replies.