{{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
GE 97626 - F18TBX/835/A/ECO 18 Watt - 4 Pin GX24q-2 Base - 3500K - CFL
$ 8.00
QUICK VIEW
PLT32/E/SP50K/10PK SUNLITE 10PK*
$ 12.39
QUICK VIEW
Sunlite 81120 LED MR16 Reflector Spotlight Bulb, 6 Watts (50W Halogen Bulb EQ) 12V, 500 LM, 90 CRI, GU5.3 Bi-Pin Base, Dimmable, T20 Compliant, UL & Energy Star Certified, 4000K Cool White, 1 Pack
$ 3.79
QUICK VIEW
S16431 9T8/LED/HO-SIGN/24-3CCT/BP/SE- 9 Watt T8 LED; CCT Selectable; 120-277 Volt; Single or Double Ended; Type B Ballast Bypass
$ 12.30
QUICK VIEW
Bulbrite Pack of (8) 7 Watt Dimmable CLEAR Filament G25 Medium (E26) LED Bulb - 800 Lumens, 4000K, and 80 CRI
$ 33.49
QUICK VIEW
Bulbrite Spunlite 4 Watt Dimmable C11 LED Filament Light Bulb with Amber Glass Finish and Candelabra (E12) Base - 2100K (Amber Light), 250 Lumens
$ 4.38
QUICK VIEW
S11553 5.5W/LED/CFL/840/2P/DUAL 5.5 Watt LED PL 2-PIN Dual Mode; 4000K; 550 Lumens; GX23 base; 50000 Average rated hours; 120 deg. Beam Angle; Type A/B Ballast Dependent or Ballast Bypass; 120-277 Volt
$ 5.47
QUICK VIEW
Bulbrite 5 Watt Dimmable Milky Filament CA10 Candelabra (E12) LED Bulb - 500 Lumens, 3000K, and 90 CRI
$ 5.17
QUICK VIEW
BULBRITE HALOGEN DJD TWIST & LOCK BI-PIN (GU10) 35W DIMMABLE LIGHT BULB 2900K/SOFT WHITE 5PK (617035)
$ 26.00
QUICK VIEW
Sunlite 25CTF/32/E14/12PK 25W Incandescent Torpedo Tip Chandelier with Frosted Light Bulb and European E14 Base (12 Pack)
$ 3.63
QUICK VIEW
Bulbrite LED Mini T4 Dimmable Candelabra Screw Base (E12) Light Bulb 35 Watt Equivalent 2700K, Clear
$ 6.83
QUICK VIEW
Bulbrite LED T14 Curved Filament Spiral, Dimmable E26 Medium Base, Clear Finish, 2100K-Amber Light 4 Watts
$ 6.46
QUICK VIEW
Bulbrite Pack of (8) 7 Watt Dimmable Clear ST18 LED Light Bulbs with Medium (E26) Base, 3000K Soft White Light, 800 Lumens
$ 33.49
QUICK VIEW
Sunlite 100 Watt T3.5 Lamp GZ9.6 Base
$ 4.55
QUICK VIEW
2 Pack Sunlite 4 Watt C7 Night Light, Candelabra Base, Clear
$ 1.69
QUICK VIEW
Sylvania - 18143 - 20T6.5/IF 120V - Incandescent T6.5 Frosted Exit Light Bulb
$ 2.50
QUICK VIEW
Bulbrite Pack of (10) 300 Watt 120V Dimmable Clear T3 Halogen Mini Light Bulbs with Double Ended (RSC) Base, 2900K Soft White Light
$ 28.50
QUICK VIEW
Bulbrite Pack of (6) 10 Watt Dimmable Flood PAR30LN Medium (E26) LED Bulb - 800 Lumens, 3000K, and 90 CRI
$ 33.99
QUICK VIEW
Bulbrite Fiesta 4 Watt Dimmable F15 LED Filament Light Bulb with Amber Glass Finish and Medium (E26) Base - 2100K (Amber Light), 280 Lumens
$ 4.88
QUICK VIEW
Luxrite LED BR40 Reflector Light Bulb, 14W, 1100 Lumens, 6500K - Daylight, 80 CRI, Frosted White Finish, Dimmable (LR31825)
$ 6.50
QUICK VIEW
Luxrite LED BR30 Reflector Light Bulb, 8.5W, 650 Lumens, 3500K - Natural, 80 CRI, Frosted White Finish, Dimmable (LR31872)
$ 4.50
QUICK VIEW
Vickerman 5 Pack of 36" Cool White LED SnowFall Tube Bulb C9-E17 Nickel Base.
$ 56.09
QUICK VIEW
Sunlite T8/LED/IS/3'/11W/65K 11 Watt T8 Lamp Medium Bi-Pin (G13) Base Daylight
$ 4.18
QUICK VIEW
Luxrite LED A19 Light Bulb, E26 - Medium Base, 9W, 5000K - Bright White, 800 Lumens, 80 CRI, Frost Finish, Dimmable, Pack of 25 (LR21423)
$ 43.99
QUICK VIEW
BULBRITE 5W LED T9 11" 3000K FILAMENT E26 FROST FULLY COMPATIBLE DIMMING-4PK
$ 34.99
QUICK VIEW
Sunlite 87936 LED PAR38 Long Neck Spotlight Bulb, 15 Watt (100W Halogen EQ), 1200 Lm, 40° Flood Beam, Medium E26 Base, 90 CRI, Waterproof, Dimmable, T20/T24/CEC & UL Listed, 4000K Cool White, 6 Count
$ 25.53
QUICK VIEW
Bulbrite NOS40T14/SQ 40 Watt Nostalgic Incandescent Edison T14, Vintage Thread Filament, Medium Base, Warm White
$ 4.06
QUICK VIEW
S16401 9T8/LED/HO-SIGN/24-865/BP 9 Watt T8 LED; 6500K; 1200 Lumens; 120-277 Volt; Type B; Single Ended; Ballast Bypass
$ 12.27
QUICK VIEW
Sunlite 7.5A Watt T8 Lamp BA15s Base
$ 3.45
QUICK VIEW
Bulbrite Q75FR/MC 75 Watt Dimmable Halogen JD T4 Capsule Bulb, Mini-Candelabra Base , Frost
$ 4.13
QUICK VIEW
BULBRITE LED T4 CANDELABRA SCREW (E12) 4.5W DIMMABLE LIGHT BULB 3000K/SOFT WHITE 35W INCANDESCENT EQUIVALENT 2PK (770585)
$ 22.50
QUICK VIEW
Luxrite LED 2" Round Gimbal Canless Spotlight, 5W, 400 Lumens, Color Selectable - 2700K/3000K/3500K/4000K/5000K, 80 CRI, White Finish, Dimmable, Pack of 2 (LR23236)
$ 59.49
QUICK VIEW
S11413 9A19/LED/E26/840/120V/100PK 9 Watt A19 LED; 4000K; Medium base; 220 deg. Beam Angle; 100-pack
$ 94.26
QUICK VIEW
Sunlite LED Vintage Star 1.8W Light Bulb Medium (E26) Base, Warm White
$ 9.30
QUICK VIEW
Bulbrite Q35FR/DC 35 Watt Dimmable Halogen JD T4 Capsule Bulb, Double Contact Bayonet Base, Frost
$ 4.13
QUICK VIEW
Luxrite LED A19 Light Bulb, E26 - Medium Base, 15W, 5000K - Bright White, 1600 Lumens, 80 CRI, Frost Finish, Dimmable (LR21443)
$ 3.00
QUICK VIEW
BULBRITE LED B11 MEDIUM SCREW (E26) 4W DIMMABLE FILAMENT LIGHT BULB 2700K/WARM WHITE 40W INCANDESCENT EQUIVALENT 4PK (776862)
$ 21.00
QUICK VIEW
Luxrite LED A19 Light Bulb, E26 Medium Base, 12W, 4000K - Cool White, 1600 Lumens, 80 CRI, Clear Glass Filament Finish, Dimmable (LR21662)
$ 5.50
QUICK VIEW
BULBRITE HALOGEN DJD TWIST & LOCK BI-PIN (GU10) 50W DIMMABLE LIGHT BULB 2900K/SOFT WHITE 5PK (617150)
$ 24.00
QUICK VIEW
Luxrite LED A19 Light Bulb, E26 Medium Base, 12W, 5000K - Bright White, 1600 Lumens, 80 CRI, Clear Glass Filament Finish, Dimmable, Pack of 6 (LR21663)
$ 46.49
1
...
13
14
15
16
17
18
19
20
...
72
BACK
Shopping Cart