ionnnnutz Posted April 9, 2008 Posted April 9, 2008 what i have to modify, to have my "shop by price" infobox like this . Currently mine is looking like that, and my \box\shop_by_price.php is looking like this <tr> <td> <?php require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_SHOP_BY_PRICE); //$info_box_contents = array(); for ($range=0; $range<sizeof($price_ranges); $range++) { $info_box_contents[] = array('align' => '', 'text' => '<div id="shop_by_price"><a href="' . tep_href_link(FILENAME_SHOP_BY_PRICE, 'range=' . $range , 'NONSSL') . '">' . $price_ranges[$range] . '</a></div>'); } new infoBox($info_box_contents); ?> </div> </td> </tr> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.