Filtered Boiling and
Chilled
Water units
for Commercial and Domestic Use
Home
Products
Support
Agents
About Us
FAQS
Boiling Billy Product Finder
NOTE:
To find the correct Boiling Billy water unit for you pleae answer the following five questions. Help notes are provided on the right and results will appear at the bottom of the page.
PRODUCT FINDER
Unit Size:
>Any
>1 - 15 People
>16 - 30 People
>31 - 45 People
>46 - 60 People
>61 - 100 People
>101 - 200 People
>201+ People
Select the max number of people who may use the unit at any one time.
Unit Type:
>Any
>Boiling Only
>Boiling & Chilled
>Chilled Only
Select the type of water desired (optional)
Installation Type:
>Any
>Above Sink
>Below Sink
Select above sink or undersink installation (optional)
Cover:
>Any
>Colourbond White
>Stainless Steel
Select cover type required (above sink units only)
Filtered:
>Any
>Yes
>No
Select "Yes" if filtered water is required (optional)
= $min_cups AND cups_boiling <= $max_cups AND cups_boiling != 0) OR (cups_chilled >= $min_cups AND cups_chilled <= $max_cups AND cups_chilled != 0)) "; } if($unit_type != "all") { $query = $query . " AND unit_type = '$unit_type' "; } if($installation_type != "all") { $query = $query . " AND installation_type = '$installation_type' "; } if($cover != "all") { $query = $query . " AND cover = '$cover' "; } if($filtered != "all") { $query = $query . " AND filtered = '$filtered' "; } $result = mysql_query($query); $num_rows = mysql_num_rows($result); echo '
Your Search Returned ' . $num_rows . ' Product Matches
'; if($num_rows != "0") { echo'
For pricing please select the products you wish to be quoted on and press "Get Quote"
For more information on a product please click on the product name.
*
P/Code
Capacity
Installation
Type
Unit
Type
Product Series
Cups
(HOT)
Cups
(COLD)
Filtered
Cover
'; } $i = "1"; while ($row = mysql_fetch_array($result)) { echo '
' . $row['product_code'] . '
' . $row['capacity'] . ' Litre
' . $row['installation_type'] . '
' . $row['unit_type'] . '
' . $row['series_name'] . '
' . $row['cups_boiling'] . '
' . $row['cups_chilled'] . '
'; echo '
'; if($row['filtered'] == "1") {echo '
';} elseif($row['filtered'] == "0") {echo '
';} echo '
'; echo '
' . $row['cover'] . '
'; $i++; } echo '
'; mysql_close(); } ?>
Return to top
Website Designed By Global Growth Solutions,
Copyright © 2004