{{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
D2101 36PCS S9635 DISPLAY PACK Display Unit Containing 36 pieces; 11.5 Watt; LED BR40; 3000K; Medium base
$ 167.74
QUICK VIEW
Sunlite 80752-SU A19/LED/FS/7.6W/940
$ 2.45
QUICK VIEW
BULBRITE LED B11 CANDELABRA SCREW (E12) 4.5W DIMMABLE FILAMENT LIGHT BULB 2700K/WARM WHITE 40W INCANDESCENT EQUIVALENT 4PK (776856)
$ 22.00
QUICK VIEW
Luxrite LED A19 Light Bulb, E26 - Medium Base, 9W, 3000K - Soft White, 800 Lumens, 80 CRI, Frost Finish, Dimmable (LR21421)
$ 1.50
QUICK VIEW
BULBRITE HALOGEN T4 MINI-CANDELABRA SCREW (E11) 250W DIMMABLE LIGHT BULB 2900K/SOFT WHITE 5PK (610251)
$ 23.00
QUICK VIEW
Sunlite 80674 LED Filament CA11 Flame Tip Chandelier Light Bulb, 5 Watts (60W Equivalent), 600 Lumens, Candelabra Base (E12), Edison style, Dimmable, ETL Listed, 5000K - Super White 12 Pack
$ 20.16
QUICK VIEW
Sunlite 80557-SU LED R14 Mini Reflector Floodlight Bulb 4 Watts (25W Equivalent), 250 Lumens, Medium (E26) Base, Dimmable, ETL Listed, 30K- Warm White, 1 Pack
$ 3.27
QUICK VIEW
Westgate Reduces E39 Bulb To Use In E26 Socket, Industrial Lighting, White Finish
$ 3.97
QUICK VIEW
Luxrite LED MR16 GX5.3, 6.5W, 4000K - Cool White, 500 Lumens, 80 CRI, White Finish, Dimmable (LR21406)
$ 4.50
QUICK VIEW
Luxrite T4 LED Light Bulb, 4.2W, 500 Lumens, 120V, 3000K - Soft White, Clear Finish, 80 CRI (LR24650)
$ 5.50
QUICK VIEW
CF26DD/835/ECO (20680) SYL
$ 2.50
QUICK VIEW
BULBRITE XENON T3.25 WEDGE (WEDGE) 3W DIMMABLE LIGHT BULB 2800K/SOFT WHITE 15PK (715503)
$ 24.00
QUICK VIEW
Philips 30043-4 - 40 Watt - CFL PL-L 40W/835/ RS/IS - 4 Pin 2G11 Base - 3500K
$ 7.00
QUICK VIEW
Luxrite LED BR40 Reflector Light Bulb, 14W, 1100 Lumens, 2700K - Warm White, 80 CRI, Frosted White Finish, Dimmable, Pack of 5 (LR31820)
$ 45.49
QUICK VIEW
Luxrite LED BR40 Reflector Light Bulb, 13W, 1100 Lumens, 4000K - Cool White, 80 CRI, Frosted White Finish, Dimmable, Pack of 5 (LR31883)
$ 43.99
QUICK VIEW
Luxrite LED Flame Tip Chandelier Light Bulb, E12 Candelabra Base, 5W, 5000K - Bright White, 500 Lumens, 80 CRI, Clear Finish, Dimmable (LR21599)
$ 3.00
QUICK VIEW
Vickerman C7 LED Cool White Faceted Twinkle Bulb bag of 25
$ 26.21
QUICK VIEW
Bulbrite Three-Way A21 LED Light Bulbs with Medium (E26) Base, 2700K Warm White Light, 500/900/1500 Lumens
$ 4.63
QUICK VIEW
Luxrite LED 4' T8 Universal 13W Shatter Proof Ballast Compatible Light Tube, G13 Base, 1850 Lumens, 3000K - Soft White, 83 CRI, Frosted White Finish, Pack of 5 (LR34190)
$ 43.99
QUICK VIEW
Bulbrite 25G40WH 25 Watt Incandescent G40 Globe, Medium Base, White
$ 3.54
QUICK VIEW
BULBRITE 6.5W LED LIGHT BULB PAR16 E26 MEDIUM BASE 3000K FLOOD DIMMABLE 80CRI 120V
$ 3.67
QUICK VIEW
Damar EXN / CG / FROST 50W 12V MR16
$ 2.29
QUICK VIEW
Bulbrite LED Filament Pack of (4) 5 Watt Dimmable T8 Light Bulb with Antique Glass Finish and Candelabra (E12) Base - 2100K (Amber Light), 450 Lumens
$ 26.50
QUICK VIEW
GE 43707 - 400 Watt - T4 Mini Candelabra Base - Halogen - Clear - 2,000 Life Hours - 8250 Lumens - 120 Volt
$ 20.00
QUICK VIEW
Damar 03379B 40T10/N 120V P28S Base
$ 12.49
QUICK VIEW
BULBRITE LED CA10 CANDELABRA SCREW (E12) 4.5W DIMMABLE FILAMENT LIGHT BULB 2700K/WARM WHITE 40W INCANDESCENT EQUIVALENT 4PK (776860)
$ 25.00
QUICK VIEW
Sunlite 80892 LED Filament T12 Tubular Light Bulb, 3 Watts (40W Equivalent), 350 Lumens, ETL Listed, 100 mm, Medium E26 Base, Dimmable, 2700K Warm White, 6 Pack
$ 16.38
QUICK VIEW
Bulbrite KR25CFC/32 25 Watt Krystal Touch Dimmable Krypton CA10 Flame Tip Chandelier Bulb, Candelabra Base, Clear
$ 1.51
QUICK VIEW
Luxrite LED 4' T5 3 Way Universal Light Tube, G5 Base, 24W, 3300 Lumens, 4000K - Cool White, 83 CRI, Frosted White Finish (LR34158)
$ 9.49
QUICK VIEW
BULBRITE INCANDESCENT T8 MEDIUM SCREW (E26) 75W DIMMABLE LIGHT BULB 2700K/WARM WHITE 5PK (705175)
$ 32.99
QUICK VIEW
Bulbrite Q100FR/DC 100 Watt Dimmable Halogen JD T4 Capsule Bulb, Double Contact Bayonet Base, Frost
$ 4.13
QUICK VIEW
Luxrite LED 3" Mini Panel Round Smooth Canless Wafer Spotlight, 8W, 540 Lumens, Color Selectable - 2700K/3000K/3500K/4000K/5000K, 80 CRI, White Finish, Dimmable (LR23751)
$ 10.49
QUICK VIEW
Sunlite PLD 2-Pin Retrofit, 280 Lumens, G24d Base, Warm White
$ 12.20
QUICK VIEW
Sunlite 80834-SU LED A19 Standard Household Bulb, Frosted, Cool White 3 Pack
$ 3.86
QUICK VIEW
Sunlite 80892 LED Filament T12 Tube 3-Watt (40 Watt Equivalent) Clear Dimmable Light Bulb, 2700K - Warm White
$ 4.00
QUICK VIEW
SORAA 9W LED MR16 3000K VIVID3 25° DIM
$ 34.49
QUICK VIEW
Luxrite LED B11 Torpedo Tip Chandelier Light Bulb, E12 Candelabra Base, 5W, 3.77", 3500K - Natural, 550 Lumens, 80 CRI, Clear Finish, Dimmable, Pack of 10 (LR21645)
$ 41.49
QUICK VIEW
LED G25 Globe Light Bulb, 6 Watts (60W Equivalent), Standard E26 Base, 520 Lumens, Dimmable, Frosted, Energy Star, 90 CRI, 4000K Cool White, 1 Pack
$ 2.34
QUICK VIEW
Sunlite 80521 LED MR16 Reflector Spotlight Bulb, 7 Watts (50W Halogen Bulb Replacement) 120 Volt, 550 Lumen, 35° Flood Beam, GU10 Base, Dimmable, ETL Listed, 2700K Soft White, 6 Pack
$ 9.32
QUICK VIEW
BULBRITE 5W LED T9 5" 3000K FILAMENT E26 FROST FULLY COMPATIBLE DIMMING-4PK
$ 32.99
1
...
12
13
14
15
16
17
18
19
...
72
BACK
Shopping Cart