$checkRID = $_COOKIE['RID'];
if($checkRID == ""){
$ref_RID = $_GET['RID'];
if($ref_RID == ""){
$ref_RID = $_POST['RID'];
}
if($ref_RID != ""){
setcookie('RID',$ref_RID,time()+60*60*24*365*10);
}
}else{
$ref_RID = $checkRID;
}//ifnocookievalue
?>
* LED Superpower High Bay Light in the Eco-$mart Catalog
$mycat=$_COOKIE['ecosmartmycat'];
$print = $_GET['print'];
$ctd=$_GET['ctd'];
if($print == "yes"){
if($ctd==""){
$goprint = "onLoad='javascript:printWindow()'";
}//if not coming from mycatalog
$status="";
$repped="";
$pgbg="white";
}else{
$goprint = "";
$pgbg="#BDDEA0";
}
$subcat = "LED High Output Fixtures";
$back = "catlite24.php";
$page_name = "catlite24_7";
$mycathere="catled/".$page_name.".php";
$hereprint=$here."?print=yes";
$page="catled/".$page_name;//change folder if needed
$prodname="LED Superpower Bay Light";
$here=$page_name.".php";
$mycathere="catled/".$page_name.".php";
$item="LTLED-ECO-BY-S*W";
if($mycat!=""){
$mycat_link="Add to My Catalog ";
}else{
$mycat_link="My Catalog ";
}
$items[]="LTLED-ECO-BY-S200W";
$itemnames[]="LED Superpower Bay Light - 200 WATTS";
$items[]="LTLED-ECO-BY-S300W";
$itemnames[]="LED Superpower Bay Light- 300 WATTS";
$items[]="LTLED-ECO-BY-S500W";
$itemnames[]="LED Superpower Bay Light - 500 WATTS";
$unit="EA";
$dbcnx = new mysqli('localhost', 'ecoszzqh_produser', 'cata1og', 'ecoszzqh_products');
?>
LED High Output Fixtures
Applications:
High or low bay super power LED light fixtures replace HID lighting with significantly fewer watts.
Base: Power Cord
LED: Single High Output Cree Chip
Input voltage: 85-265VAC
(277 & 480 VAC additional charge)
Driver: UL Listed Meanwell Driver
Beam Angle: 90°
Enclosure Rating: IP65
3 Year Warranty
if($print!="yes"){
echo("" .
"" .
"" .
"Quote " .
"
");
}//not print
?>
Watts
200
300
500
LED Qty
1pc*200W
2pc*300W
2pc*500W
Lumens LM
21,000
31,000
50,500
>
Dimensions
14.7" x 16.1"
14.7" x 17.6
if($print == "yes"){
echo("" .
"" .
"" .
"©2013 Eco-\$mart, Inc. " .
" (888) 329-2705" .
" info@eco-smart.com" .
" www.eco-smart.com" .
"
");
}else{
echo("");
echo("" .
"
" .
"" .
"" .
"");
$getcats = $dbcnx->query("SELECT cat_name,catpage FROM cats ORDER BY cat_name");
if(!$getcats){
$air[]="Could not get categories for menu. Error: ";
}else{
while ($row = $getcats->fetch_row()) {
echo("");
}//while fetching cats
}//got cats
echo("" .
"" .
"
");
}//print is no
if($ref_RID!=""){
echo("RID: $ref_RID
");
}
?>