{{lang.product.add_cart_succeed}}
{% if isProperty %}
{% endif %}
{{option.productTitle}}
{% if storeConfig.sku_spu_set == "4" %} {% elsif storeConfig.sku_spu_set == "2" %}
{{lang.account.orders_detail.spu}}: {{option.spu | default:"-" }}
{% elsif storeConfig.sku_spu_set == "3" %}
{{lang.account.orders_detail.sku}}: {{option.sku | default:"-" }}
{% elsif storeConfig.sku_spu_set == "1" %}
{{lang.account.orders_detail.spu}}: {{option.spu | default:"-" }}, {{lang.account.orders_detail.sku}}: {{option.sku | default:"-" }}
{% else %} {% endif %} {% if option.sku_value %}
{{option.sku_value | replace : "
", ";" }}
{% endif %} {% for item in option.custom_attr %}
{{ item.name }} :
{% if item.type == "file" %}
{{ lang.account.orders.property_detail }}
{%- unless item.price == '0' -%}
( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} )
{%- endunless -%} {%- elsif item.type == "image_group" -%} {%- for el in item.value -%}
{{ el.value }}
{%- unless el.price == '0' -%}
( {%- if el.price > 0 -%} + {%- else -%} - {%- endif -%} {{ el.price | money }} )
{%- endunless -%} {%- unless forloop.last -%} , {%- endunless -%} {%- endfor -%} {% elsif item.type == "public_image" %} {%- if item.price_type == '1' -%} {%- for el in item.value -%}
{{el.value}} {%- if el.price != 0 -%}( {%- if el.price > 0 -%}+{%- else -%}- {%- endif -%} {{el.price | money }} ) {%- endif -%}
{%- unless forloop.last -%}, {%- endunless -%} {%- endfor -%} {%- else -%} {%- for el in item.value -%}
{{el.value}} {%- if forloop.last -%} {%- if item.price != 0 -%}( {%- if item.price > 0 -%}+{%- else -%}- {%- endif -%} {{ item.price | money }} ) {%- endif -%} {%- endif -%}
{%- unless forloop.last -%}, {%- endunless -%} {%- endfor -%} {%- endif -%} {% elsif item.type == "image_gallery" %}
{{ item.value }}
{%- unless item.price == '0' -%}
( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} )
{%- endunless -%} {%- elsif item.type == "checkbox" or item.type == "block_text" or item.type == "image" -%} {%- for el in item.value -%}
{{ el.value }} {%- unless el.price == '0' -%} ( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ el.price | money }} ) {%- endunless -%}
{%- unless forloop.last -%} , {%- endunless -%} {%- endfor -%} {% else %}
{{ item.value }} {%- unless item.price == '0' -%} ( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} ) {%- endunless -%}
{% endif %}
{% endfor %}
{{lang.product.subtotal}}:
{{subtotalPrice}}
{{ lang.cart.list.checkout }}
{{lang.product.view_cart}}
{% for sku in skus %} {% assign keyIndex = forloop.index %}
{{ sku.name }} {%- if sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "color" -%} :
{{sku.selected_value_label}}
{%- endif -%} {%- endif -%}
{% for val in sku.value %} {%- capture className -%} {% if val.available == 0 %}product-sku-values-item-disable{% endif %} {% if sku.selected_value == val.value %}product-sku-values-item-active{% endif %} {%- endcapture -%} {%- capture imageClassName -%} {%- if val.image != "" and sku.isImg -%} product-sku-values-item-image {%- endif -%} {%- endcapture -%} {%- capture imageSizeClassName -%} {%- if val.image != "" and sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "image_text" -%} {{productSkuSize}} {%- endif -%} {%- endif -%} {%- endcapture -%} {%- capture colorClassName -%} {%- if productSkuStyle == "color" and sku.isImg -%}product-sku-value-color{%- endif -%} {%- endcapture -%}
{%- if val.available == 0 -%}
{%- endif -%} {%- if productSkuStyle == "color" and sku.isImg -%}
{%- elsif val.image != "" and sku.isImg -%}
{%- if productSkuStyle == "image_text" -%}
{{ val.name }}
{%- endif -%} {%- else -%} {{ val.name }} {%- endif -%}
{% endfor %}
{% endfor %}
{% for sku in skus %} {% assign keyIndex = forloop.index %}
{{ sku.name }}
{% if checkedFirstSku == '2' %}
{{lang.product.please_select}}
{% endif %} {% for val in sku.value %} {%- capture disabled -%} {% if val.available == 0 %}disabled{% endif %} {% if sku.selected_value == val.value %} selected{% endif %} {%- endcapture -%}
{{ val.name }}
{% endfor %}
{% endfor %}
{% for item in variant %}
{%- if productSkuStyle == "color" and item.colorCard -%}
{%- elsif item.image and item.colorCard -%}
{% endif %}
{{item.name}}
{% comment %}
Free Shipping
{% endcomment %}
{{item.price | money}}
{% if item.price < item.compare_at_price %}
{{item.compare_at_price | money}}
{% endif %}
{% if item.ext1 and item.ext1 != '' %}
{{item.ext1}}
{% endif %}
{% endfor %}
{% for sku in skus %} {% assign keyIndex = forloop.index %} {% assign index = forloop.index0 %} {% if sku.type == "multiple" %}
{{sku.name}}
{{lang.account.orders_detail.price | default:"Price"}}
{% if theme_config.global.product_inventory_status and inventory_tracking != 0 %}
{{lang.general.stock | default:"Stock"}}
{% endif %}
{{lang.general.qty | default:"QTY"}}
{{lang.general.reset | default:"Reset"}}
{% for val in sku.value %} {% assign idx = forloop.index0 %}
{% if sku.isImg %} {% if productSkuStyle == "color" %} {% if val.colorValue != "" %}
{% endif %} {% else %} {% if val.image != "" %}
{% endif %} {% endif %} {% endif %}
{{val.name}}
{{val.formatPrice}}{% if theme_config.global.product_inventory_status and inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if theme_config.global.product_inventory_status and inventory_tracking != 0 %}
{{val.quantity}}
{% endif %}
{% if val.available == 0 %}
{{lang.account.wishlist.product_offline}}
{% else %}
{% endif %}
{% endfor %}
{{lang.cart.list.total | default:"Total"}}
(
0
{{lang.general.variations | default:"variations"}}
0
{{lang.promotions.piece | default:"items"}})
{{0|money}}
{% else %}
{{ sku.name }} {%- if sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "color" -%} :
{{sku.selected_value_label}}
{%- endif -%} {%- endif -%}
{% for val in sku.value %} {%- capture className -%} {% if val.available == 0 %}product-sku-values-item-disable{% endif %} {% if sku.selected_value == val.value %}product-sku-values-item-active{% endif %} {%- endcapture -%} {%- capture imageClassName -%} {%- if val.image != "" and sku.isImg -%} product-sku-values-item-image {%- endif -%} {%- endcapture -%} {%- capture imageSizeClassName -%} {%- if val.image != "" and sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "image_text" -%} {{productSkuSize}} {%- endif -%} {%- endif -%} {%- endcapture -%} {%- capture colorClassName -%} {%- if productSkuStyle == "color" and sku.isImg -%}product-sku-value-color{%- endif -%} {%- endcapture -%}
{%- if val.available == 0 -%}
{%- endif -%} {%- if productSkuStyle == "color" and sku.isImg -%}
{%- elsif val.image != "" and sku.isImg -%}
{%- if productSkuStyle == "image_text" -%}
{{ val.name }}
{%- endif -%} {%- else -%} {{ val.name }} {%- endif -%}
{% endfor %}
{% endif %} {% endfor %}
{{lang.coupons.available_num | replace: '{number}',coupons.size}}
{% for coupon in coupons %}
{{coupon.coupon_code}} {%- if coupon.customer_range != 0 -%}
🎁 {{ lang.coupon.exclusive }}
{%- endif -%}
{%- if coupon.rule.discount.type == 1 -%}
{{ coupon.rule.discount.value }}%
OFF {%- else -%}
-{{ coupon.rule.discount.value | money }}
{%- endif -%} {% if coupon.rule.condition.type == 0 %} , {{lang.coupons.discount_rule_extra}} {% elsif coupon.rule.condition.type == 1 %} {% assign coupon_value = coupon.rule.condition.value %} , {{lang.coupons.discount_rule_count | replace: '{condition}',coupon_value }} {% else %} {%- capture coupon_value -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value != 0 -%} {{ coupon.rule.condition.value | money }} - {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value == 0 -%} ≤ {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- unless coupon.rule.condition.max_value -%} {{ coupon.rule.condition.value | money }} + {%- endunless -%} {%- endcapture -%} , {{lang.coupons.discount_rule_amount | replace: '{condition}',coupon_value }} {% endif %}
{% endfor %}
{% if coupons.size > 6 %}
{{lang.base.show_more}}
{% endif %}
Free Shipping on Order Over $50
USD
USD($)
CNY(¥)
Cart
0
My Account
Log in
New Arrivals
Bulbs
Colored Bulbs
Blue Light Bulbs
Red Light Bulbs
Green Light Bulbs
Orange Light Bulbs
Multi Colored Bulbs
UV Black Light
Fixture
Outdoor Fixture
Ceiling Fans
String Light
Exit & Emergency Lighting
Electrical
Timer Switch
Pull Chain Switch
Cover Plates
Led Driver
Sockets
Mounts & Connectors
Controllers
Extension Cords
Starter
Wire
Electrical Tapes
Batteries
Holiday
String Lights
C7 Shape Colored Bulbs
C9 Colored Bulbs
Colored Bulbs
Ornaments
S14 Shaped Bulbs
Decorative Light Bulbs
Clearance
LED Strip Tape Lighting
More Links
Cheap-Us
New Arrivals
Bulbs
Colored Bulbs
Toggle menu
Left
Colored Bulbs
Blue Light Bulbs
Red Light Bulbs
Green Light Bulbs
Orange Light Bulbs
Multi Colored Bulbs
UV Black Light
Fixture
Toggle menu
Left
Fixture
Outdoor Fixture
Ceiling Fans
String Light
Exit & Emergency Lighting
Electrical
Toggle menu
Left
Electrical
Timer Switch
Pull Chain Switch
Cover Plates
Led Driver
Sockets
Mounts & Connectors
Controllers
Extension Cords
Starter
Wire
Electrical Tapes
Batteries
Holiday
Toggle menu
Left
Holiday
String Lights
C7 Shape Colored Bulbs
C9 Colored Bulbs
Colored Bulbs
Ornaments
S14 Shaped Bulbs
Decorative Light Bulbs
Clearance
LED Strip Tape Lighting
USD
USD($)
CNY(¥)
Home
/
Fixture
Fixture
Filter
Filter
Sort by
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
2058
Products
Sort by
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
QUICK VIEW
Westgate 2In Wall Cyl. Down Light 6W 30K/40K/50K Dim. - Brushed Nickel, Outdoor Lighting, 6W, 400 Lumens, 3000K/4000K/5000K, Bn Finish, TRIAC Dimming
$ 56.41
QUICK VIEW
Westgate Straight Extenstion Arm For Shoe Box Application, Outdoor Lighting, Dark Bronze Finish
$ 12.01
QUICK VIEW
Sunlite LED Driver with Emergency Battery Backup
$ 38.94
QUICK VIEW
Westgate X-Gen Bullet 12V 24W 40K 60-Degree, Bronze, Outdoor Lighting, 24W, 2900 Lumens, 4000K, Bronze Finish
$ 95.25
QUICK VIEW
Sunlite 81384 11-Inch LED Outdoor Wall & Bulkhead Round Light Fixture, 20 Watts (70W Equivalent), 1000 Lumens, Dimmable, 50,000 Hour Life Span, Color Selectable 30K/40K/50K, Black Finish, ETL Listed
$ 27.89
QUICK VIEW
Westgate Crest Wall Scone Cover , Crush Type , Silver, Outdoor Lighting, Silver Finish
$ 43.45
QUICK VIEW
Westgate LED Canopy / Garage Series 2, Outdoor Lighting, 45W, 4300 Lumens, 4000K, Bronze Finish, 0~10V Dimmable
$ 36.98
QUICK VIEW
Westgate Pole Tenon Adapter For 3 Fixture @ 120 Degrees, Outdoor Lighting, Bronze Finish
$ 78.53
QUICK VIEW
Westgate LED Non-Cutoff Wall Packs With Directional Optic Lens, Outdoor Lighting, 50W, 5750 Lumens, 4000K, Dark Bronze Finish
$ 36.05
QUICK VIEW
Westgate X-Gen Pro Bullet 120-277V 10-30W Select, 30/40/50K Select, 25-65-Degree, Bronze, Outdoor Lighting, 10W/20W/30W, 95 Lumens/W, 30K/40K/50K, Bronze Finish, 0~10V Dimming
$ 100.81
QUICK VIEW
Westgate New Adjustable Straight Arm For Lfx Series - Black, Outdoor Lighting, Black Finish
$ 34.13
QUICK VIEW
Westgate LED Residential Lanterns With Photocell, Outdoor Lighting, 6W, 550 Lumens, 4000K, Bronze Finish
$ 17.55
40%
OFF
QUICK VIEW
Westgate Gen. 4 Street Light Power Tunable 50-150W 155 Lumens/W 50K With Shorting Cap, 480V, Outdoor Lighting, 50W/80W/100W/150W, 140 Lumens/W, 5000K
$ 61.46
$ 102.44
Save
$ 40.98
QUICK VIEW
Westgate X-Gen Bullet 12V 6W 40K 60-Degree, Bronze, Outdoor Lighting, 6W, 700 Lumens, 4000K, Bronze Finish
$ 61.03
QUICK VIEW
Westgate Ho Mini Cutoff WallPack Select 10/15/24W 30/40/50K Photocell, Wh, Outdoor Lighting, 10W/15W/24W, 110 Lumens/W, 30K/40K/50K, White Finish, 0-10V
$ 60.10
QUICK VIEW
Westgate 4~ Square Swivel Cover, 3/4" Hub With 1/2" Reducing Bushing, Outdoor Lighting, Silver Finish
$ 19.36
QUICK VIEW
Sunlite 85551 4-Foot LED Linear Strip Light Fixture, 20 Watts, 2300 Lumens, Tunable 3 CCT 3000K-5000K, Dimmable, 50,000 Hour Life Span, 83 CRI, Surface Mount, Steel Body, ETL & DLC Listed
$ 30.13
QUICK VIEW
Westgate LED Security Lights With PIR Sensor, 120VAC, 180° Sensor, 100° Beam Angle (120° 28W) 80% Dim (Or Off) When No Motion Detected, Outdoor Lighting, 20W, 1900 Lumens, 5000K, Bronze Finish, 0% Dim (Or Off) When Motion Detected
$ 42.53
QUICK VIEW
Sunlite Surface Mount Edge-Lit Exit Light, White Housing, Single Faced Clear Plate, NYC Approved, Emergency Backup Battery, Universal Mounting Plate Included
$ 59.45
QUICK VIEW
Westgate 2 X 10W Lamps, 1300 Lumens, 3000K WW, Bronze Housing, W/ 100° Beam, Outdoor Lighting, 20W, 2000 Lumens, 3000K, Bronze Finish
$ 32.35
QUICK VIEW
Vickerman 50 Red and Pure White Twinkle Wide Angle LED Light on Green Wire, 25' Light Strand.- 2 Pack
$ 22.41
QUICK VIEW
Westgate X-Gen SurFace Canopy Sm Housing Adj. 5W-25W 30K 120-277V 0-10V, Outdoor Lighting, 5W/10W/15W/25W, 120 Lumens/W, 3000K, Bronze 0~10V Dimmable
$ 75.83
QUICK VIEW
Westgate 12-Volt AC Integrated LED Wall Wash Lights, Outdoor Lighting, 30W, 3150 Lumens, 5000K, Bronze Finish
$ 64.69
QUICK VIEW
S8003 6W LED/CDL EM DRIVER 6 Watt; 90 Minute; 100-277 Volt; LED Emergency Backup Driver; For use with 4/6/8 or 10 Inch CDL
$ 59.98
QUICK VIEW
Westgate Dimmable LED Flood Lights, Outdoor Lighting, 10W, 950 Lumens, 5000K, White Finish, Dimmable
$ 27.73
QUICK VIEW
Westgate X-Gen Bullet Replacement 35-Degree Repl. Lens For Sm Size Housing, Outdoor Lighting, White Finish
$ 7.38
QUICK VIEW
Westgate 10In 25W Gooseneck Barn Light, MCT 30/40/50K, 0-10V, Photocell, Bronze, Outdoor Lighting, 25W, 3000 Lumens, 3000K/4000K/5000K, Bronze Finish, 0~10V Dimming
$ 85.08
QUICK VIEW
Westgate LED Square Head Security Lights, Outdoor Lighting, 28W, 3400 Lumens, 5000K, Bronze Finish, Dimmable
$ 34.20
QUICK VIEW
Westgate X-Gen Adjustable Head Cut-Off Wall Pack Sm Housing Adj. 12W-30W 40K 120-277V 0-10V, Outdoor Lighting, 12W, 1500 Lumens, 4000K, Bronze 0~10V Dimmable
$ 45.30
49%
OFF
QUICK VIEW
Westgate Bollard 42In Round Flat Top Louver Clear Lens Adj. 12-22W 30/40/50K, Bronze, Outdoor Lighting, 12~22W, 130 Lumens/W, 30K/40K/50K, Bronze Finish, 0~10V Dimmable
$ 95.27
$ 190.53
Save
$ 95.26
QUICK VIEW
Westgate 2In Wall Cyl. Downlight 12V 5W 500 Lumens 3Cct 30/40/50K - Orb, Landscape Lighting , 5W, 500 Lumens, 30K/40K/50K, Bronze Finish
$ 34.17
QUICK VIEW
Sunlite LFX/WS/6/15W/DIM/30K 15 Watt LED Lamp N/A Base Warm White
$ 30.43
QUICK VIEW
Westgate G2 Bollard Shaft 14 Inch, Bk, Outdoor Lighting, Black Finish
$ 66.58
QUICK VIEW
Westgate Straight Arm For Lfx & Lfxpro & LF4Pro Series , Outdoor Lighting, White Finish
$ 32.28
QUICK VIEW
Westgate X-Gen Bullet 120-277V 15W 30K 60-Degree, Bronze, Outdoor Lighting, 15W, 1800 Lumens, 3000K, Bronze Finish, 0-10V
$ 60.10
QUICK VIEW
Westgate 0-10V PIR IP65 120-277V Sensor Dip And RC, Bronze, Outdoor Lighting, Bronze Finish
$ 45.30
QUICK VIEW
Westgate Mini Cone Outdoor Wall Light 10W 5Cct Dim. With Photocell, White, Outdoor Lighting, 10W, 700 Lumens, 27K/30K/35K/40K/50K
$ 50.85
QUICK VIEW
Westgate 12-Volt AC (AC/DC On 6W&12W) LED Bullet Landscape Flood Light, Outdoor Lighting, 12W, 1200 Lumens, 3000K, Bronze Finish
$ 42.53
QUICK VIEW
Sunlite LED 5.5-Inch Square Surface Mount Ceiling Light Fixture, 11 Watts, Dimmable, 4000K Cool White, Energy Star Certified
$ 10.95
40%
OFF
QUICK VIEW
Westgate New Gen. UFO HighBay, Commercial Indoor Lighting, 100W/150W/200W/230W, 125 Lumens/W, 30K/40K/50K/57K, Black 0~10V Dimmable
$ 52.72
$ 87.87
Save
$ 35.15
1
...
27
28
29
30
31
32
33
34
...
52
BACK
Shopping Cart