rs2k Posted October 18, 2008 Posted October 18, 2008 I have made some very extensive modifications to our newest OSCommerce powered store. One of the product_info.php pages builds content from box entries. Right now the only way I know how to use a box is to have it send an option like so: ?products_id=1102. Is it possible to have a box point to my SEO url like this instead?: http://www.storeinfo.php/my-product-name-p-1102.html, or at least http://www.storeinfo.php/products_info_1.p...roducts_id=1102. Any help at all will be appreciated. The code I am using to build my boxes looks like this: echo '<td class="filterNavigation" align="left" valign="center" width="150">'; echo '<form action="' . tep_href_link(FILENAME_FILTER_FL) . '" method="get">' . tep_draw_hidden_field('make', $car_make) . tep_draw_pull_down_menu('model', $car_search_model_array, $car_model, 'onchange="this.form.submit();" style="width: 150;"') . '</form>'; echo '</td>';
Recommended Posts
Archived
This topic is now archived and is closed to further replies.