{{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 X-Gen Adjustable Head Cut-Off Wall Pack Md Housing Adj. 30W-50W 50K 120-277V 0-10V, Outdoor Lighting, 30W, 3900 Lumens, 5000K, Bronze 0~10V Dimmable
$ 78.61
QUICK VIEW
Westgate Garden Bullet 13W 3Cct 30/40/50K Knuckle 0-10V Bronze, Outdoor Lighting, 13W, 1820 Lumens, 3000K/4000K/5000K, Bronze Finish, 0-10V
$ 32.35
49%
OFF
QUICK VIEW
Westgate Bollard 42In Round Flat Top Louver Clear Lens Adj. 12-22W 30/40/50K, Black, Outdoor Lighting, 12~22W, 130 Lumens/W, 30K/40K/50K, Black Finish, 0~10V Dimmable
$ 95.27
$ 190.53
Save
$ 95.26
QUICK VIEW
Orange Conical LED Craft Lights on White Wire - 20 Lights, Approx. 5' Long
$ 9.99
QUICK VIEW
Westgate 4In Sq Wall Cyl. Down Light 12W 30K/40K/50K Dim. - White, Outdoor Lighting, 12W, 960 Lumens, 3000K/4000K/5000K, Brushed Nickel Finish, Dimmable
$ 73.06
QUICK VIEW
Westgate Remote Capable LED Exit SGL/DBL Face Univ. Red Letters White Housing, 120/277V, LED Exit & Emergency Lighting, 3.2W, White Finish
$ 77.68
QUICK VIEW
Westgate Photocell Swivel Arm 120V , 1000W, Outdoor Lighting
$ 13.74
QUICK VIEW
Westgate G2 Bollard Head Model 135 2In Lens Select 24/19/14W 30/40/50K, Br, Outdoor Lighting, 14W/19W/24W, 125 Lumens/W, 30K/40K/50K, Bronze Finish, 0-10V
$ 132.25
QUICK VIEW
Westgate Wall-Mounting Plate For LF3 And LF3-HL Series, Outdoor Lighting, Dark Bronze Finish
$ 4.61
QUICK VIEW
Westgate LED Outdoor Lantern 6W 3Cct 300K/400K/5000K Bronze With Photocell, Outdoor Lighting, 6W, 550 Lumens, 3000K/4000K/5000K, Bronze Finish
$ 27.73
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, 30W, 2800 Lumens, 3000K, White Finish, 0% Dim (Or Off) When Motion Detected
$ 36.91
QUICK VIEW
Westgate G4 Bollard Head Model 201 Select22/14/7W 30/40/50K, Bk, Outdoor Lighting, 7W/14W/22W, 110 Lumens/W, 30K/40K/50K, Black Finish
$ 126.70
QUICK VIEW
Westgate LED Street/Roadway Lights W/Nema Twist-Lock Photocell Socket, (Shorting Cap Incl.), Outdoor Lighting, 100W, 13500 Lumens, 3000K, Light Grey Finish, 0~10V Dimmable
$ 122.05
QUICK VIEW
Westgate Flood/Area Light,T 120-277V, Outdoor Lighting, 15W, 1950 Lumens, 3000K, Bronze 0~10V Dimmable
$ 25.88
QUICK VIEW
Westgate Bollard Pole System Single Lamp Holder Section 1Ft With 1/2" Hub, Outdoor Lighting, Bronze Finish
$ 37.91
QUICK VIEW
Westgate AC To DC Adapter Module For ANT-4, Outdoor Lighting
$ 8.39
QUICK VIEW
Sunlite 87768 LED 13 Inch Slim Flushmount Ceiling Light Fixture, 21 Watts (100W Equivalent), 1450 Lumens, Adjustable 5 CCT 2700K-5000K, 120V, Dimmable, 50,000 Hour Lifespan, Brushed Aluminum
$ 18.55
QUICK VIEW
Westgate 5In Sq Wall Cyl. Up/Down Light 40W 30K/40K/50K Dual Dim. - Bn, Outdoor Lighting, 40W, 3200 Lumens, 30K/40K/50K, Brushednickel Finish, TRIAC Dimming+0-10V
$ 132.25
QUICK VIEW
Westgate Crest Wall Scone Cover, Pen Type, Bronze, Outdoor Lighting, Bronze Finish
$ 43.45
QUICK VIEW
Westgate 4In Sq Wall Cyl. Down Light 12W 30K/40K/50K Dim. - Black, Outdoor Lighting, 12W, 960 Lumens, 3000K/4000K/5000K, Black Finish
$ 73.06
QUICK VIEW
Westgate Edge-Lit Exit Sign Recessed Mounting Conversion Kit, LED Exit & Emergency Lighting
$ 26.80
QUICK VIEW
Sunlite Decorative Outdoor Eurostyle Grid Fixture, Black Finish, Frosted Lens
$ 20.60
QUICK VIEW
Westgate X-Gen Bullet Replacement Flat Shroud For Lg Size Housing, Black, Outdoor Lighting, Black Finish
$ 12.01
QUICK VIEW
Westgate LED Flood 12V 24W 50K 90D Bronze, Landscape Lighting , 24W, 1920 Lumens, 5000K, Dark Bronze Finish
$ 64.73
QUICK VIEW
Bulbrite 25A15F 25 Watt Incandescent A15 Fan Bulb, Medium Base, Frost
$ 0.55
QUICK VIEW
Westgate LED Rotatable Wall Pack Light , Multi Color Temp , Outdoor Lighting, 25W, 3250 Lumens, 30K/40K/50K, Dark Bronze Finish, 0~10V Dimmable
$ 106.36
QUICK VIEW
Westgate Compact Flood Light 100W 120-277V 13000 Lumens, Adj. 30/40/50K, 3.3Ft Cord, No Mounting, Outdoor Lighting, 100W, 13000 Lumens, 3000K/4000K/5000K, Dark Bronze Finish Finish
$ 67.50
QUICK VIEW
Westgate UHX Series Alum. Reflector For 300W, Outdoor Lighting, Silver Finish
$ 32.35
QUICK VIEW
Westgate Edge-Lit Exit Sign Double Face Panel Only For Single Face Conversion Red Letters, LED Exit & Emergency Lighting
$ 23.11
20%
OFF
QUICK VIEW
Westgate Spec Series Power & Cct- Adjustable Post Disk Light, Outdoor Lighting, 22W/37W/56W/75W, 137 Lumens/W, 40K/50K, Bronze Finish, 0~10V Dimming
$ 109.51
$ 136.89
Save
$ 27.38
QUICK VIEW
Westgate 52In 3-Blade Ceiling Fan And Light 30K 19W Integ. LED Wall Switch Bn And Rosewood/Silv Blades, Commercial Indoor Lighting, 19W, 1600 Lumens, 3000K, Brush Nickel And Reversible Rosewood/Silver Blades Finish
$ 121.16
QUICK VIEW
Vickerman 50 Pure White Wide Angle LED Light on Green Wire, 25' Christmas Single Mold Light Strand- 2 Pack
$ 19.85
42%
OFF
QUICK VIEW
Westgate Smart Integrated Solar Street And Flood Light 70W 200 Lumens/W 3000K, Outdoor Lighting, 70W, 14000 Lumens, 3000K, Grey Finish None
$ 101.75
$ 178.06
Save
$ 76.31
QUICK VIEW
Westgate Adjustable Straight Arm For Lfx & Lfxpro & LF4Pro Series , Outdoor Lighting, Bronze Finish
$ 32.28
QUICK VIEW
Westgate LED Wall Sconce Light, Outdoor Lighting, 10W(2.5Wx4), 900 Lumens, 4000K, Silver Finish
$ 128.52
QUICK VIEW
IntelliBulb Battery Backup 600 Lumen 2700K LED A19
$ 12.99
QUICK VIEW
Westgate Builder Series Flood Light Adjust 50/80/100W Tune 30/40/50K 140 Lumens/W Photocell, U Bracketett, Outdoor Lighting, 50W/80W/100W, 135 Lumens/W, 30K/40K/50K, Bronze Finish, 0~10V Dimming
$ 100.81
QUICK VIEW
Westgate LED Wall Sconce Light, Outdoor Lighting, 20W(5Wx4), 1800 Lumens, 4000K, Dark Bronze Finish
$ 152.60
QUICK VIEW
Westgate Pole Tenon Adapter For 3 Fixture @ 90 Degrees, Outdoor Lighting, Bronze Finish
$ 78.53
QUICK VIEW
Westgate LED Wall Lantern 12W 5Cct Non-Dim, Black, Outdoor Lighting, 12W, 1200 Lumens, 27K/30K/35K/40K/50K, Black Finish
$ 45.30
1
...
40
41
42
43
44
45
46
47
...
52
BACK
Shopping Cart