{{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 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 inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if 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 %} {% assign coupon_value = coupon.rule.condition.value | money %} , {{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
/
Bulbs
Bulbs
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
2866
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
SYLVANIA 64787 - 750 Watt - BT37 SUPER METALARC - Pulse Start - Metal Halide - Unprotected Arc Tube - 4000K - Mogul Base - ANSI M149/E - Base Up Burn - MS750/PS/BU-HOR/BT37
$ 29.00
QUICK VIEW
S4344 200PAR56/MFL120V 15007 200 Watt sealed beam; PAR56; 2000 Average rated hours; 2270 Lumens; Mogul End Prong base; 120 Volt
$ 25.77
QUICK VIEW
Sylvania 21118 CF13DD/835/ECO 13-Watt T4 Compact Fluorescent Bulb
$ 3.50
QUICK VIEW
Sunlite 18 Watt PLD 4-Pin Double U-Shaped Twin Tube, G24Q-2 Base, Warm White, 10-Pack
$ 6.82
QUICK VIEW
Bulbrite 100G40CL 100 Watt Incandescent G40 Globe, Medium Base, Clear
$ 3.69
QUICK VIEW
Vickerman C9 Transparent Plastic LED Warm White Dimmable Bulb package of 25 per bag
$ 20.80
QUICK VIEW
Bulbrite LED Filament 3.5 Watt Mini T4 Light Bulbs with Clear Finish and Bi-Pin (G9) Base - 2700K (Warm White Light), 300 Lumens
$ 4.63
QUICK VIEW
Sunlite EXY 250W/82V/MR13/GX5.3 250 Watt MR13 Lamp GX5.3 Base
$ 4.41
QUICK VIEW
Bulbrite LED Filament Pack of (4) 3.5 Watt Mini T4 Light Bulbs with Clear Finish and Bi-Pin (G9) Base - 3000K (Soft White Light), 300 Lumens
$ 32.99
QUICK VIEW
Luxrite LED A19 11W (75W Replacement) Household Light Bulb E26 - 5 CCT Selectable 2700K/3000K/3500K/4000K/5000K (LR21477)
$ 3.25
QUICK VIEW
S4668 500PAR56Q/NSP 120V. 56210 500 Watt sealed beam; PAR56; 4000 Average rated hours; Mogul End Prong base; 120 Volt
$ 35.89
QUICK VIEW
Sunlite 88805 LED CCT PLV Recessed Plug & Play Light Bulb, 11 Watt 18W Fluorescent Replacement 1025 Lumens, G24q 4 Pin Base Vertical, Electronic Ballast Compatible, 3000K -5000K Tunable Switch, Pack of 6
$ 48.69
QUICK VIEW
Luxrite LED G25 Globe Light Bulb, E26 Medium Base, 5W, 2700K - Warm White, 80 CRI, Clear Finish, Dimmable (LR21619)
$ 4.50
QUICK VIEW
Luxrite LED A19 9W (60W Replacement) Household Light Bulb E26 - 5 CCT Selectable 2700K/3000K/3500K/4000K/5000K (LR21475)
$ 3.00
QUICK VIEW
BULBRITE INCANDESCENT G25 MEDIUM SCREW (E26) 25W DIMMABLE LIGHT BULB 2700K/WARM WHITE 24PK (331025)
$ 28.25
QUICK VIEW
GE 14791 25T7N Appliance Light T7 120V 25 Watts E17 Base Soft Glass
$ 2.50
QUICK VIEW
Sunlite 82041 LED G16.5 Light Bulb, 5 Watts (40W Equivalent), 350 Lumens, 90 CRI, Candelabra Base (E12), Frost, Dimmable, Energy Star, Title-20 Compliant, ETL Listed, 3000K Warm White, 6 Pack
$ 11.01
QUICK VIEW
10 Pack Sunlite 4.9 Watt T3.25 Lamp W2.1x9.5d Base
$ 2.25
QUICK VIEW
Luxrite LED T8 U6 U-Bend Universal 3 Way Tube Light, 15W, 1950 Lumens, Color Selectable - 3500K/4000K/5000K, 83 CRI, Frost Finish, Dimmable, Pack of 2 (LR23519)
$ 65.50
QUICK VIEW
Sunlite 82106 LED A21 Light Bulb, 20 Watts (150w Equivalent), 2550 Lumens, Medium E26 Base, 120-227 Multi-Volt, Non-Dimmable, UL Listed, 4000K Cool White, Pack of 6
$ 30.50
QUICK VIEW
Luxrite Retrofit Tube LED16T8/40K/36/SG/UNV 4000K Cool White
$ 8.49
QUICK VIEW
Bulbrite 4W LED LIGHT BULB B11 4000K FILAMENT MILKY FINISH E12 CANDELABRA BASE, DIMMABLE, 4PK
$ 21.50
QUICK VIEW
BULBRITE 7.5W R20 LED REFLECTOR LIGHT BULB 2700K E26 MEDIUM BASE, DIMMABLE 120V
$ 3.67
QUICK VIEW
GE Biax T4 - Facilities; Retail Display; Hospitality; Office; Restaurant; Warehouse
$ 4.50
QUICK VIEW
Sunlite 40622-SU Q50/CL/GY6/120V Halogen 20-Watt Single Ended T3.5 Lght Bulb, 500 Lumen, 120 Volt, GY6.35 (Bi-Pin) Base, Clear, 2000 Hour Life Span, 3200K - Warm White 12 Pack
$ 5.91
QUICK VIEW
Bulbrite LED Filament Pack of (4) 4 Watt Dimmable G16 Light Bulbs with a Clear Finish and Candelabra (E12) Base - 3000K (Soft White Light), 350 Lumens
$ 25.00
QUICK VIEW
Luxrite LED MR16 Reflector Light Bulb, GU10 Base, 6.5W, 2700K - Warm White, 500 Lumens, 80 CRI, White Finish, Dimmable, Pack of 7 (LR21500)
$ 44.49
QUICK VIEW
Bulbrite LED T9 Basic Filament Light Bulb, Dimmable E26 Medium Base, Clear Finish, 3000K 5 Watt, 8-Pack
$ 31.75
QUICK VIEW
Sunlite LED A15 Appliance Clear Light Bulb, 6 Watts (40W Equivalent), 450 Lumens, Medium Base (E26), 90 CRI, Dimmable, ETL Listed, Ceiling Fan, 3000K Warm White, 6 Count
$ 12.49
QUICK VIEW
Sunlite 40 Watt Silver Bowl G16.5 Globe, Candelabra Base, Clear
$ 1.92
QUICK VIEW
BULBRITE HALOGEN T4 BI-PIN (G9) 40W DIMMABLE LIGHT BULB 2900K/SOFT WHITE 5PK (654140)
$ 28.50
QUICK VIEW
Bulbrite 8.5 Watt Dimmable Clear Glass G40 LED Light Bulbs with Medium (E26) Screw Base 2700K (Warm White Light), 800 Lumens
$ 7.79
QUICK VIEW
Luxrite LED B11 Torpedo Tip Chandelier Light Bulb, E12 Candelabra Base, 7W, 5000K - Bright White, 800 Lumens, 80 CRI, Clear Finish, Dimmable (LR21638)
$ 4.50
QUICK VIEW
BULBRITE LED G25 MEDIUM SCREW (E26) 5W DIMMABLE FILAMENT HALF MIRROR LIGHT BULB 2700K/WARM WHITE 40W INCANDESCENT EQUIVALENT 2PK (776670)
$ 21.50
QUICK VIEW
Westgate MR16 12V AC/DC, 5W, 36 Degree, 80 CRI, 4100K, Dimmable, Residential Lighting, 5W, 390 Lumens, 4100K, Clear Finish, Dimmable With Magnetic Ballast Only
$ 3.97
QUICK VIEW
SYLVANIA 20721 - CF13DD/E/830 13 Watt - 4 Pin G24q-1 Base - 3000K - CFL
$ 2.29
QUICK VIEW
Bulbrite Pack of (4) 25 Watt Dimmable Clear Appliance, Amusement T6 Candelabra (E12) Incandescent Light Bulb
$ 24.50
QUICK VIEW
Bulbrite Pack of (25) 40 Watt Dimmable Amber C15 Spunlite Incandescent Light Bulbs with Medium (E26) Base
$ 63.99
QUICK VIEW
S9489 36W/LED/HID/AMBER/100-277V E26 36 Watt - LED HID Replacement; Amber; Medium base; 100-277 Volt
$ 43.52
QUICK VIEW
Bulbrite Pack of (50) 10 Watt Dimmable Clear G12 Candelabra (E12) Incandescent Bulb
$ 33.99
1
2
3
4
5
6
7
8
...
72
BACK
Shopping Cart