{{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
Bulbrite Pack of (6) 7 Watt Dimmable Narrow Flood PAR20 Medium (E26) LED Bulb - 500 Lumens, 2700K, and 80 CRI
$ 26.00
QUICK VIEW
Sunlite 4 Watt T5 Lamp W2.1x9.5d Base
$ 6.20
QUICK VIEW
Bulbrite 7 Watt Dimmable PAR20 Wet Rated Flood LED Light Bulbs with Medium (E26) Base Base, 3000K Soft White Light, 500 Lumens
$ 3.00
QUICK VIEW
Luxrite LED T6.5 Tubular Light Bulb, E12 Candelabra Base, 5W, 4000K - Cool White, 80 CRI, Clear Finish, Dimmable (LR21658)
$ 4.50
QUICK VIEW
Sunlite LED Vintage T10 5W Light Bulb Medium (E26) Base Warm White
$ 13.38
QUICK VIEW
Sunlite 100 Watt Metal Halide, Medium Base, Pulse Start, Coated Finish
$ 6.24
QUICK VIEW
BULBRITE LED A19 MEDIUM SCREW (E26) 8W FULLY COMPATIBLE DIMMING FILAMENT LIGHT BULB 3000K/SOFT WHITE 75W INCANDESCENT EQUIVALENT 2PK (776814)
$ 25.00
QUICK VIEW
Bulbrite 9 Watt Dimmable Frost A19 LED Light Bulbs with Medium (E26) Base, 3000K Soft White Light, 800 Lumens
$ 1.63
QUICK VIEW
A19/LED/FS/5.5W/30K Filament Style Dimmable E26 Base
$ 3.06
QUICK VIEW
Sunlite 28 Watt T8 High Performance Straight Tube, Medium Bi-Pin Base, Cool White
$ 55.06
QUICK VIEW
Sunlite LED MR16 Reflector Spotlight Bulb, 7 Watts (50W Halogen Bulb Replacement) 120 Volt, 550 Lumen, 35° Flood Beam, GU10 Base, Dimmable, ETL Listed, 4000K Cool White, 6 Count
$ 7.50
QUICK VIEW
BULBRITE INCANDESCENT T6 CANDELABRA SCREW (E12) 15W DIMMABLE LIGHT BULB 2700K/WARM WHITE 25PK (707115)
$ 24.50
QUICK VIEW
BULBRITE HALOGEN T4 MINI-CANDELABRA SCREW (E11) 75W DIMMABLE LIGHT BULB 2900K/SOFT WHITE 5PK (610072)
$ 24.50
QUICK VIEW
Luxrite LED Flame Tip Chandelier Light Bulb, E12 Candelabra Base, 5W, 2700K - Warm White, 550 Lumens, 80 CRI, White Finish, Dimmable, Pack of 10 (LR21563)
$ 41.49
QUICK VIEW
Bulbrite 25C15S 25 Watt Incandescent C15 Spunlite Chandelier Bulb, Medium Base, Satin
$ 3.00
QUICK VIEW
Bulbrite LED Filament Pack of (4) 6.5 Watt Dimmable CA10 Light Bulbs with a Clear Finish and Candelabra (E12) Base - 2700K (Warm White Light), 750 Lumens
$ 28.00
QUICK VIEW
Bulbrite Q100CL/EDT 100 Watt Dimmable Halogen JDD Tubular T8 Bulb, Medium Base, Clear
$ 5.96
QUICK VIEW
Westgate LED 4Ft T8 Type B, Single/Double Ended 17W 2200 Lumens 4000K Clear Glass, Residential Lighting
$ 3.25
QUICK VIEW
BULBRITE LED CA10 CANDELABRA SCREW (E12) 2.5W DIMMABLE FILAMENT LIGHT BULB 2700K/WARM WHITE 25W INCANDESCENT EQUIVALENT 4PK (776858)
$ 21.50
QUICK VIEW
Bulbrite LED Mini T3 Non-Dimmable Festoon Base 24V Light Bulb 20 Watt Equivalent 3000K, Clear, Soft White
$ 3.34
QUICK VIEW
SORAA 7.5W LED MR16 3000K VIVID 10° 120V GU10 DIM
$ 32.99
QUICK VIEW
Bulbrite Q100T3/S 100 Watt Dimmable Halogen J-Type Torchiere T3 Bulb, Short (78mm), RSC Base, Clear
$ 3.25
QUICK VIEW
Luxrite LED B11 Torpedo Tip Chandelier Light Bulb, E12 Candelabra Base, 5W, 4000K - Cool White, 500 Lumens, 80 CRI, Clear Finish, Dimmable, Pack of 10 (LR21596)
$ 41.49
QUICK VIEW
20T6.5 N - CLEAR TUFF SKIN SUNLITE
$ 5.83
QUICK VIEW
BULBRITE INCANDESCENT S14 MEDIUM SCREW (E26) 11W DIMMABLE LIGHT BULB TRANSPARENT AMBER 25PK (701211)
$ 28.00
QUICK VIEW
GE 25485 - Miniature Automotive Light Bulb (10 Pack)
$ 6.50
QUICK VIEW
Sunlite 25EFF/32/12PK Medium (E26) Base Flame Tip 25W Incandescent Chandelier Frosted Bulb (12 Pack)
$ 5.04
QUICK VIEW
Luxrite LED BR30 Reflector Light Bulb, 8.5W, 650 Lumens, 2700K - Warm White, 80 CRI, Frosted White Finish, Dimmable, Pack of 7 (LR31870)
$ 44.49
QUICK VIEW
Bulbrite 75-Watt Equivalent PAR30SN with Medium Screw Base E26 Dimmable LED Light Bulb 4000K
$ 2.84
QUICK VIEW
Bulbrite 14W LED A19 LIGHT BULB 4000K COOL WHITE FILAMENT, CLEAR FINISH, E26 MEDIUM SCREW BASE, DIMMABLE 4PK
$ 32.99
QUICK VIEW
Sunlite 50 Watt Metal Halide, Medium Base, Pulse Start, Uncoated
$ 5.22
QUICK VIEW
3-Way LED A19 Light Bulb, 5/9/15 Watts (40W 60W 100W Equivalent), 500-1000-1600 Lumens, Medium E26 Base, Omni-Directional, ETL Listed, Frost, 3000K Cool White, 1 Count
$ 4.05
QUICK VIEW
Bulbrite Pack of (5) 100 Watt 120V Dimmable Frost T8 Double Envelope Halogen Mini Light Bulbs with Medium (E26) Base, 2900K Soft White Light
$ 38.49
QUICK VIEW
Luxrite LED B11 Torpedo Tip Chandelier Light Bulb, E12 Candelabra Base, 7W, 3000K - Soft White, 800 Lumens, 80 CRI, Clear Finish, Dimmable, Pack of 7 (LR21634)
$ 43.49
QUICK VIEW
BULBRITE INCANDESCENT G16.5 CANDELABRA SCREW (E12) 15W DIMMABLE LIGHT BULB 2700K/WARM WHITE 25PK (391115)
$ 20.00
QUICK VIEW
Sunlite LED A19 Light Bulbs, 9 Watts (60W Equivalent), 800 Lumens, Medium Base (E26), Non-Dimmable, Frost, UL Listed, 2700K Warm White - 9 Pack
$ 6.08
QUICK VIEW
Luxrite LED 4' T8 3 Way Universal Clear Light Tube, G13 Base, 18W, Lumens Selectable - 2200/2300/2250, Color Selectable - 4000K/5000K/6500K, Clear Finish (LR34236)
$ 7.50
QUICK VIEW
Sunlite 81067-SU LED S14 String Light Bulb, Warm White, Clear Pack of 12
$ 13.82
QUICK VIEW
SYLVANIA 64406 - 150 Watt - E17 METALARC PRO-TECH - Pulse Start - Metal Halide - Protected Arc Tube - 2900K - Medium Base - White Coated - ANSI M102/O - Universal Burn - MP150/C/U/MED
$ 19.00
QUICK VIEW
Bulbrite LED Filament 4.5 Watt Dimmable T6 Light Bulbs with a Milky Finish and Candelabra (E12) Base - 2700K (Warm White Light), 400 Lumens
$ 4.29
1
...
10
11
12
13
14
15
16
17
...
72
BACK
Shopping Cart