{{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 (4) 5 Watt Dimmable Milky Filament CA10 Candelabra (E12) LED Bulb - 500 Lumens, 3000K, and 90 CRI
$ 27.00
QUICK VIEW
Sunlite 88803 LED CCT PLV Recessed Ballast Bypass Light Bulb, 11 Watt 26W Fluorescent Replacement 1400 Lumens, G24d 2 Pin Base, Vertical, UL Listed ROHS Compliant, 3000K - 5000K Tunable Switch, Pack of 6
$ 30.30
QUICK VIEW
BULBRITE HALOGEN T3 BI-PIN (GY6.35) 50W DIMMABLE LIGHT BULB 2900K/SOFT WHITE 10PK (650051)
$ 18.00
QUICK VIEW
BULBRITE KRYPTON/XENON T3 CANDELABRA SCREW (E12) 40W DIMMABLE LIGHT BULB 2700K/WARM WHITE 2PK (473040)
$ 25.00
QUICK VIEW
Bulbrite KX60CL/DC 60 Watt KX-2000 Dimmable Krypton/Xenon T3 Capsule Bulb, DC Bayonet Base, Clear
$ 10.12
QUICK VIEW
Luxrite LED MR16 Reflector Light Bulb, GU10 Base, 6.5W, 4000K - Cool White, 500 Lumens, 80 CRI, White Finish, Dimmable (LR21502)
$ 4.50
QUICK VIEW
Luxrite T4 LED Light Bulb, 4.2W, 500 Lumens, 120V, 5000K - Bright White, Clear Finish, 80 CRI, Pack of 5 ( (LR24655)
$ 41.49
QUICK VIEW
Luxrite LED PAR16 5.5W Bulb, 4000K - Cool White, 450 Lumens, 80 CRI, White Finish, Dimmable, Pack of 6 (LR21402)
$ 38.49
QUICK VIEW
Bulbrite 15F10A 15 Watt Incandescent F10 Fiesta Bulb, Candelabra Base, Amber
$ 1.34
QUICK VIEW
BULBRITE LED T14 MEDIUM SCREW (E26) 4W DIMMABLE FILAMENT LIGHT BULB 2200K/AMBER 40W INCANDESCENT EQUIVALENT 4PK (776605)
$ 27.00
QUICK VIEW
Bulbrite Q50GY6F/12 50 Watt Dimmable Halogen JC T3 Capsule Bulb, 24 Volt, Bi-Pin GY6.35 Base, Frost
$ 1.21
QUICK VIEW
Sunlite 625 Watt T6 Lamp GX9.5 Base
$ 20.64
QUICK VIEW
BULBRITE LED T5 BI-PIN (G5) 27W NON-DIMMABLE LIGHT BULB 4000K/COOL WHITE 54W FLUORESCENT EQUIVALENT 5PK (776101)
$ 32.99
QUICK VIEW
BULBRITE 9W LED LIGHT BULB A19 3000K FILAMENT CLEAR E26 Medium Base FULLY COMPATIBLE DIMMING
$ 6.71
QUICK VIEW
Bulbrite Q35CL/GU10 35 Watt Dimmable Halogen DJD Bulb, Twist and Lock GU10 Base, Clear
$ 4.04
QUICK VIEW
40322-SU S14/LED/FS/4W/27K/6PK
$ 9.99
QUICK VIEW
Bulbrite LED Filament 4 Watt Dimmable G16 Light Bulbs with a Clear Finish and Candelabra (E12) Base - 2700K (Warm White Light), 350 Lumens
$ 4.09
QUICK VIEW
BULBRITE INCANDESCENT DIA MEDIUM SCREW (E26) 60W DIMMABLE NOSTALGIC LIGHT BULB 2200K/AMBER 1PK (137701)
$ 32.99
QUICK VIEW
Bulbrite Q50CL/DC 50 Watt Dimmable Halogen JD T4 Capsule Bulb, Double Contact Bayonet Base, Clear
$ 4.22
QUICK VIEW
Bulbrite LED T14 Curved Filament Spiral, Dimmable E26 Medium Base, Clear Finish, 2100K-Amber Light 4 Watt, 4-Pack
$ 29.00
QUICK VIEW
Sunlite U-Bend T8 Linear Fluorescent Lamp, 31 Watts, 3000 Lumens, FB31/SP835, 3500K Neutral White, Miniature G5 Bi-Pin Base, ROHS Compliant(Pack of 12)
$ 58.88
QUICK VIEW
Sunlite 89204-SU LED PAR20 Reflector Light Bulb, 7 Watts (50W Equivalent), 520 Lumens, Medium E26 Base, Dimmable, Spotlight, IP65, UL Listed, 30K - Warm White
$ 3.11
QUICK VIEW
Bulbrite 8.5W LED LIGHT BULB ST18 4000K FILAMENT, E26 MEDIUM SCREW BASE, DIMMABLE, JA8 4PK
$ 27.50
QUICK VIEW
Luxrite Mini LED5T4G9/30K/DIM 3000K Soft White
$ 5.50
QUICK VIEW
Bulbrite LED Filament 13 Watt Dimmable ST18 Light Bulbs with a Clear Finish and Medium (E26) Base - 2700K (Warm White Light), 1400 Lumens
$ 9.66
QUICK VIEW
Bulbrite LED 7" Round Disc Light 5CCT White Aluminum with Pigtail JA8, E26 Medium Base, 14-Watt, White Finish, 4-Pack
$ 28.50
QUICK VIEW
Sunlite FEL 1000W 120V G9.5 BASE 1000 Watt T6 Lamp G9.5 Base
$ 7.39
QUICK VIEW
BULBRITE LED PAR20 MEDIUM SCREW (E26) 7W DIMMABLE LIGHT BULB 4000K/COOL WHITE 50W HALOGEN EQUIVALENT 3PK (772717)
$ 20.00
QUICK VIEW
Bulbrite 25CTC/32/2 25 Watt Incandescent B10 Torpedo Chandelier Bulb, Candelabra Base, Clear
$ 0.96
QUICK VIEW
Luxrite LED BR20 Light Bulb, 6.5W, 460 Lumens, 6500K - Daylight, 80 CRI, Frosted White Finish, Dimmable, Pack of 8 (LR31866)
$ 44.49
QUICK VIEW
Sunlite LED A19 Light Bulb, Non-Dimmable 11 Watt (75W Equivalent), 1100 Lumens, Medium (E26) Base, UL Listed, 2700K Warm White, 12 Count
$ 11.44
QUICK VIEW
Westgate BR30 9W 5Cct 27/30/35/40/50K 800 Lumens C80 Ul/Fcc, Residential Lighting, 9W, 800 Lumens, 27K/30K/35K/40K/50K
$ 5.53
QUICK VIEW
Luxrite LED A19 Light Bulb, E26 - Medium Base, 15W, 4000K - Cool White, 1600 Lumens, 80 CRI, Frost Finish, Dimmable, Pack of 48 (LR21447)
$ 45.49
QUICK VIEW
Sylvania LED7PAR20DIM850FL4013YGLWRP LED Flood Lamp, PAR20, 7 Watt, 120V, 5000K, Dimmable - 6 Pack
$ 37.49
QUICK VIEW
Luxrite LED A19 Light Bulb, E26 - Medium Base, 9W, 3000K - Soft White, 800 Lumens, 80 CRI, Frost Finish, Dimmable, Pack of 4 (LR21426)
$ 42.99
QUICK VIEW
Osram 335032 - 64405S 12V 5W Miniature Automotive Light Bulb
$ 2.00
QUICK VIEW
Bulbrite Pack of (8) 7 Watt Dimmable Milky Filament G25 Medium (E26) LED Bulb - 650 Lumens, 3000K, and 80 CRI
$ 33.49
QUICK VIEW
Sunlite 80864-SU LED A19 Light Bulbs, 9 Watts (60W Equivalent), 800 Lumens, Medium Base (E26), Non-Dimmable, Frost, UL Listed, 2700K Warm White, 3 Count
$ 3.02
QUICK VIEW
Luxrite PAR30 Short Neck LED Flood Light Bulb, 75W Equivalent, 4000K Cool White, 900 Lumens, 11W, Dimmable LED Spotlight Bulb, Damp Rated, UL Listed, E26 Standard Base - Indoor Outdoor (LR31613)
$ 6.50
QUICK VIEW
BULBRITE 8W BR30 LED REFLECTOR LIGHT BULB 2700K E26 MEDIUM BASE 120V, DIMMABLE
$ 2.77
1
...
31
32
33
34
35
36
37
38
...
72
BACK
Shopping Cart