Add to My Catalog"; }else{ $mycat_link="My Catalog"; } $prodname="5050 LED Light Strip"; $item="LTLED-RB-WP-S5050-**"; $items[]="LTLED-RB-WP-S5050-30CW"; $itemnames[]="7.2W (30 LEDs) 5050 LED Light Strip - Cool White"; $items[]="LTLED-RB-WP-S5050-30PW"; $itemnames[]="7.2W (30 LEDs) 5050 LED Light Strip - Pure White"; $items[]="LTLED-RB-WP-S5050-30WW"; $itemnames[]="7.2W (30 LEDs) 5050 LED Light Strip - Warm White"; $items[]="LTLED-RB-WP-S5050-30B"; $itemnames[]="7.2W (30 LEDs) 5050 LED Light Strip - Blue"; $items[]="LTLED-RB-WP-S5050-30G"; $itemnames[]="7.2W (30 LEDs) 5050 LED Light Strip - Green"; $items[]="LTLED-RB-WP-S5050-30R"; $itemnames[]="7.2W (30 LEDs) 5050 LED Light Strip - Red"; $items[]="LTLED-RB-WP-S5050-30Y"; $itemnames[]="7.2W (30 LEDs) 5050 LED Light Strip - Yellow"; $items[]="LTLED-RB-WP-S5050-48CW"; $itemnames[]="11.4W (48 LEDs) 5050 LED Light Strip - Cool White"; $items[]="LTLED-RB-WP-S5050-48PW"; $itemnames[]="11.4W (48 LEDs) 5050 LED Light Strip - Pure White"; $items[]="LTLED-RB-WP-S5050-48WW"; $itemnames[]="11.4W (48 LEDs) 5050 LED Light Strip - Warm White"; $items[]="LTLED-RB-WP-S5050-48B"; $itemnames[]="11.4W (48 LEDs) 5050 LED Light Strip - Blue"; $items[]="LTLED-RB-WP-S5050-48G"; $itemnames[]="11.4W (48 LEDs) 5050 LED Light Strip - Green"; $items[]="LTLED-RB-WP-S5050-48R"; $itemnames[]="11.4W (48 LEDs) 5050 LED Light Strip - Red"; $items[]="LTLED-RB-WP-S5050-48Y"; $itemnames[]="11.4W (48 LEDs) 5050 LED Light Strip - Yellow"; $items[]="LTLED-RB-WP-S5050-60CW"; $itemnames[]="14.4W (60 LEDs) 5050 LED Light Strip - Cool White"; $items[]="LTLED-RB-WP-S5050-60PW"; $itemnames[]="14.4W (60 LEDs) 5050 LED Light Strip - Pure White"; $items[]="LTLED-RB-WP-S5050-60WW"; $itemnames[]="14.4W (60 LEDs) 5050 LED Light Strip - Warm White"; $items[]="LTLED-RB-WP-S5050-60B"; $itemnames[]="14.4W (60 LEDs) 5050 LED Light Strip - Blue"; $items[]="LTLED-RB-WP-S5050-60G"; $itemnames[]="14.4W (60 LEDs) 5050 LED Light Strip - Green"; $items[]="LTLED-RB-WP-S5050-60R"; $itemnames[]="14.4W (60 LEDs) 5050 LED Light Strip - Red"; $items[]="LTLED-RB-WP-S5050-60Y"; $itemnames[]="14.4W (60 LEDs) 5050 LED Light Strip - Yellow"; $items[]="LTLED-RB-WP-S5050-72CW"; $itemnames[]="17.4W (72 LEDs) 5050 LED Light Strip - Cool White"; $items[]="LTLED-RB-WP-S5050-72PW"; $itemnames[]="17.4W (72 LEDs) 5050 LED Light Strip - Pure White"; $items[]="LTLED-RB-WP-S5050-72WW"; $itemnames[]="17.4W (72 LEDs) 5050 LED Light Strip - Warm White"; $items[]="LTLED-RB-WP-S5050-72B"; $itemnames[]="17.4W (72 LEDs) 5050 LED Light Strip - Blue"; $items[]="LTLED-RB-WP-S5050-72G"; $itemnames[]="17.4W (72 LEDs) 5050 LED Light Strip - Green"; $items[]="LTLED-RB-WP-S5050-72R"; $itemnames[]="17.4W (72 LEDs) 5050 LED Light Strip - Red"; $items[]="LTLED-RB-WP-S5050-72Y"; $itemnames[]="17.4W (72 LEDs) 5050 LED Light Strip - Yellow"; $countem=count($items); if($countem > 8){//go to price list $addemup=array(); $price_list="on"; foreach($items as $value ){ $result = $dbcnx->query("SELECT item,list FROM price WHERE item = '$value'"); if (!$result) { $buttonmessage="Quote Request"; //echo("ERROR:".mysql_error()."
"); }else{ $ro=mysql_fetch_array($result); $addemup[]=$ro[1]; }//got result }//4each $alladd=array_sum($addemup); if($alladd > 0){ $buttonmessage="Price List"; $buttonprint="See Price List"; }else{ $buttonmessage="Quote"; $buttonprint="Quoted"; }//list prices add up to not more than zero }else{ $price_list="off"; } ///////////////////////////////////////////////////// if($price_list=="off"){ foreach($items as $value){ $result = $dbcnx->query("SELECT list,retail,special,dealer,unit,cs FROM price WHERE item = '$value'"); if (!$result) { //echo("ERROR:".mysql_error()."
"); $mess[]="Eco-\$mart Price: Quoted*"; $pay[] = "no"; }else{ $row = $result->fetch_row(); $list = $row['list']; $retail = $row['retail']; $special = $row['special']; $dealer = $row['dealer']; $unit = $row['unit']; $units[]=$unit; $cs = $row['cs']*1; if($unit == "CS" and $cs > 0){ $unit = "CS*".$cs; $caseit = "on"; }else{ $caseit = "off"; } if($special>0 or $dealer>0){ $qoks[]=$value; } if($status == 'wholesale'){$charge=$special; $bergen = 'Special';} elseif($status == 'dealer'){$charge=$dealer; $bergen = 'Wholesale';} else{$charge=$retail; $bergen = "";} if($retail == "0.00" and $list == "0.00" or $retail="" or $list==""){ $mess[]="Eco-\$mart Price: Quoted"; $pay[] = "no"; }else{ if($retail != "0.00" and $list == "0.00"){ $pay[] = "yes"; if($bergen != ""){ $mess[]="Regular Price: \$".$retail."" . "
Eco-\$mart ".$bergen." Price: \$".$charge.""; }else{ $mess[]="Eco-\$mart Price: \$".$charge." ".$unit.""; }//no special pricing }//retail is not 0 and list is else{//all present $pay[] = "yes"; if($bergen != ""){ $mess[]="List Price: \$".$list."". "
Regular Price: \$".$retail."" . "
Eco-\$mart ".$bergen." Price: \$".$charge." ".$unit.""; }else{//list but no special pricing $mess[]="List Price: \$".$list."". "
Eco-\$mart Price: \$".$charge." ".$unit.""; } }//allpresent }//retail and list are 0.00 if($caseit == "on"){ $cso[] = $cs.":".$charge; $casecharge = $charge * $cs; $price[] = sprintf("%01.2f", $casecharge); }else{ $price[] = $charge; $cso[] = ""; }//no cases }//got result }//4eachitem //////////////////////////divide table cells for quote request //not applicable if price list is on $labels[]="7.68W (96 LEDs)"; $labels[]="14.4W (180 LEDs)"; $itcount=count($items); $labcount=count($labels); $dibby=$itcount/$labcount; $codes[]="*CW = Cool White"; $codes[]="*PW = Pure White"; $codes[]="*WW = Warm White"; $codes[]="*B = Blue"; $codes[]="*G = Green"; $codes[]="*R = Red"; $codes[]="*Y = Yellow"; }//pricelist is off ?>
www.eco-smart.com


BACK

" . ""); $i=0; while($i<$countem){ echo("" . ""); $i=$i+1; }//while counting items echo("" . "" . "" . "" . "" . "" . "" . "" . "" . ""); }//print is not yes else{ echo(""); }//print is yes }//price list is on else{ foreach($labels as $value){ echo(""); }//4each echo(""); $i=0; $countem=count($items); while($i<$countem){ if($print!="yes"){ if($pay[$i]=="yes"){ echo(""); }else{ echo(""); }//pay is no }else{ echo(""); }//print is yes $i=$i+1; }//while counting items ?> "); }//codes is not empty }//no price list ?>
" . "$buttonprint$value
" . " $items[$i]
$mess[$i]
" . "
" . "" . "" . "" . "" . "" . "QTY: " . " " . "
" . " $items[$i]
$mess[$i]"); if($print!="yes"){ echo("

" . "" . "Quote

"); }//print is not yes echo("
" . " $items[$i] 
$mess[$i]
"); $codcount=count($codes); $a=0; foreach($codes as $value){ $a=$a+1; if($codcount!=$a){ $sp=","; }else{ $sp=""; } echo("$value$sp "); }//4each echo("
Features:
  • Patented Aluminum heat sink.
  • Available in White or RGB Colors
  • Rated IP67 (water proof)
  • Longer life than incandescent & fluorescents.
  • No Mercury.
  • Wide voltage and constant current design.
  • Solid state, high shock & vibration resistant.
  • Easy installation.
  • No UV or RF interference.
  • No noise, no flickering.

Specifications:
LED Qty per strip
30 48 60 72
Watts 7.2 11.4 14.4 17.4
Lumens 540-585 864-936 864-936 1296-1404
Red 180 180 180 432
Yellow 180 288 288 432
Blue 225 360 360 540
Green 360 576 576 864
RGB 75-120 96-192 96-192 144-288

  Working Power Supply: DC 12V / DC 24V
  Angle: 120°
  Dimensions: 1000 x 15mm
  Lifespan: 5 years

LED Lighting Strip 30 LEDs
LED Lighting Strip 48 LEDs
LED Lighting Strip 60 LEDs
LED Lighting Strip 72 LEDs

See Striplighting Controllers

" . "" . "" . "©2010 Eco-\$mart, Inc." . "    (888) 329-2705" . "    info@eco-smart.com" . "    www.eco-smart.com" . "
"); }else{ echo("" . "" . "
" . "

$mycat_link

" . "  << Return to $subcat" . "
" . "" . "©2010 Eco-\$mart, Inc." . "   (888) 329-2705" . "   info@eco-smart.com" . "   www.eco-smart.com" . "" . " QUOTE " . "" . " PRINT " . "
"); 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 not yes ?>