Shop Online - Category: Touchscreen Capable

Below are some of our items that we sell. Click on the image to expland the item in detail. You can also search for anything specific in the top right.
High | Low

"; ?>

0 Or status = 'Active' And category2 = '$category' And qty_on_hand > 0 Or status = 'Active' And category3 = '$category' And qty_on_hand > 0 ORDER BY price $sort") or die(mysql_error()); echo "( "; $total_results = mysql_num_rows($result); if ($info_shop_items == 0 ) { $per_page = "12"; //limit of archived results per page. } else { $per_page = $info_shop_items; //limit of archived results per page. } $total_pages = ceil($total_results / $per_page); //total number of pages // This is the beginning of the Previous/Next Navigation if (isset($_GET['page']) && is_numeric($_GET['page'])) { $show_page = $_GET['page']; // make sure the $show_page value is valid if ($show_page > 0 && $show_page <= $total_pages) { $start = ($show_page -1) * $per_page; $end = $start + $per_page; } else { // error - show first set of results $start = 0; $end = $per_page; } } else { // if page isn't set, show first set of results $start = 0; $end = $per_page; $show_page =1; } echo $total_results; echo " found )"; if ($total_results > 0) { echo " Page $show_page of $total_pages"; } echo "
"; echo "

"; if ($show_page > 1) { $page = $show_page-1; $category_link = $category; $category_link = str_replace(" ", "-", $category_link); echo "  "; } if($show_page != $total_pages && $total_pages != 0 || $show_page == 0 && $total_pages >= 2) { $page = $show_page+1; $category_link = str_replace("-", " ", $category); echo "   "; } echo ""; echo "

"; echo "
"; echo "
"; echo "
"; // loop through results of database query, displaying them in the table for ($i = $start; $i < $end; $i++) { // make sure that PHP doesn't try to show results that don't exist if ($i == $total_results) { break; } $id = mysql_result($result, $i, 'id'); $item = mysql_result($result, $i, 'item'); $title = mysql_result($result, $i, 'title'); $seo_title = mysql_result($result, $i, 'seo_title'); $categoryx = mysql_result($result, $i, 'category'); $image = mysql_result($result, $i, 'image'); $price = mysql_result($result, $i, 'price'); $sale_price = mysql_result($result, $i, 'sale_price'); $opt1 = mysql_result($result, $i, 'opt1'); $opt1_1 = mysql_result($result, $i, 'opt1_1'); $opt1_2 = mysql_result($result, $i, 'opt1_2'); $opt1_3 = mysql_result($result, $i, 'opt1_3'); $opt1_4 = mysql_result($result, $i, 'opt1_4'); $opt1_5 = mysql_result($result, $i, 'opt1_5'); $opt1_6 = mysql_result($result, $i, 'opt1_6'); $opt1_7 = mysql_result($result, $i, 'opt1_7'); $opt1_8 = mysql_result($result, $i, 'opt1_8'); $opt1_9 = mysql_result($result, $i, 'opt1_9'); $opt1_10 = mysql_result($result, $i, 'opt1_10'); $opt2 = mysql_result($result, $i, 'opt2'); $opt2_1 = mysql_result($result, $i, 'opt2_1'); $opt2_2 = mysql_result($result, $i, 'opt2_2'); $opt2_3 = mysql_result($result, $i, 'opt2_3'); $opt2_4 = mysql_result($result, $i, 'opt2_4'); $opt2_5 = mysql_result($result, $i, 'opt2_5'); $opt2_6 = mysql_result($result, $i, 'opt2_6'); $opt2_7 = mysql_result($result, $i, 'opt2_7'); $opt2_8 = mysql_result($result, $i, 'opt2_8'); $opt2_9 = mysql_result($result, $i, 'opt2_9'); $opt2_10 = mysql_result($result, $i, 'opt2_10'); $opt3 = mysql_result($result, $i, 'opt3'); $opt3_1 = mysql_result($result, $i, 'opt3_1'); $opt3_2 = mysql_result($result, $i, 'opt3_2'); $opt3_3 = mysql_result($result, $i, 'opt3_3'); $opt3_4 = mysql_result($result, $i, 'opt3_4'); $opt3_5 = mysql_result($result, $i, 'opt3_5'); $opt3_6 = mysql_result($result, $i, 'opt3_6'); $opt3_7 = mysql_result($result, $i, 'opt3_7'); $opt3_8 = mysql_result($result, $i, 'opt3_8'); $opt3_9 = mysql_result($result, $i, 'opt3_9'); $opt3_10 = mysql_result($result, $i, 'opt3_10'); $title_link = $seo_title; $title_link = str_replace(" ", "-", $title_link); echo ""; } mysql_close(); ?>

1) { $page = $show_page-1; $category_link = $category; $category_link = str_replace(" ", "-", $category_link); echo "  "; } if($show_page != $total_pages && $total_pages != 0 || $show_page == 0 && $total_pages >= 2) { $page = $show_page+1; $category_link = $category; $category_link = str_replace(" ", "-", $category_link); echo "   "; } ?>


Go to Page: $i "; } ?>