{{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 NOS40G30 40 Watt Nostalgic Edison G30 Globe, Thread Filament, Medium Base, Antique Finish
$ 5.13
QUICK VIEW
15W LED PAR38 3000K 80CRI BASICS FLOOD WET DIMMABLE-4PK
$ 30.00
QUICK VIEW
Bulbrite LED Filament 5.5 Watt Dimmable B11 Light Bulbs with Clear Glass Finish and Medium (E26) Base - 2700K (Warm White Light), 500 Lumens
$ 5.04
QUICK VIEW
Bulbrite LED Filament Pack of (4) 5 Watt Dimmable 15 Inch T9 Light Bulb with Clear Glass Finish and Medium (E26) Base - 3000K (Soft White Light), 400 Lumens
$ 41.99
QUICK VIEW
Sunlite F32T8/SP865/30PK 32 Watt T8 High Performance Straight Tube Medium Bi-Pin (G13) Base, 6500K Daylight
$ 55.49
QUICK VIEW
Sunlite 80543-SU LED PAR16 Long Neck Light Bulb 7 watts (75W Equivalent), 500 Lumens, Medium (E26) Base, Dimmable, ETL Listed, 50K- Super White, 1 Pack
$ 2.74
QUICK VIEW
Bulbrite LED Filament 5 Watt Dimmable 11 Inch T9 Light Bulb with Antique Glass Finish and Medium (E26) Base - 2100K (Amber Light), 300 Lumens
$ 7.87
QUICK VIEW
Luxrite LED BR30 Reflector Light Bulb, 8.5W, 650 Lumens, 6500K - Daylight, 80 CRI, Frosted White Finish, Dimmable, Pack of 7 (LR31876)
$ 44.49
QUICK VIEW
Bulbrite 5 Watt B11 LED Filament Light Bulb, 2700K E12 Candelabra Base, Clear Finish, Pack of 24
$ 62.74
QUICK VIEW
GE 21613 - FXL Projector Light Bulb
$ 4.50
QUICK VIEW
S4289 CDM70/T6/830 G12 223370 70 Watt; Metal Halide HID; G12 base; T6 SE; Clear; 81 CRI; 3000K
$ 56.38
QUICK VIEW
Luxrite LED G9 Bulb COB 4.5 Watts 6500K Daylight, Dimmable, ETL Listed (LR24695)
$ 7.00
QUICK VIEW
Bulbrite Q60G9FR 60 Watt Dimmable Halogen JC T4 Capsule Bulb, 120 Volt, Flat Pin G9 Base, Frost
$ 4.66
QUICK VIEW
BULBRITE KRYPTON/XENON T3 DOUBLE-CONTACT BAYONET (BA15d) 40W DIMMABLE LIGHT BULB 2700K/WARM WHITE 2PK (473241)
$ 27.50
QUICK VIEW
Luxrite LED A19 Light Bulb, E26 - Medium Base, 15W, 4000K - Cool White, 1600 Lumens, 80 CRI, Frost Finish, Dimmable, Pack of 12 (LR21442)
$ 45.49
QUICK VIEW
Philips (432617) 7MR16/F244000DIMAF10/1 LED
$ 19.50
QUICK VIEW
Bulbrite SF/F3CTC 3 Watt Incandescent Silicone Dipped CA5 Chandelier Bulb, Candelabra Base, Flicker
$ 2.42
QUICK VIEW
Luxrite LED PAR38 Spotlight Light Bulb, 15W, 1250 Lumens, 2700K - Warm White, 80 CRI, White Finish, Dimmable (LR31615)
$ 6.50
QUICK VIEW
Bulbrite LED Mini T3 Non-Dimmable Festoon Base 24V Light Bulb 20 Watt Equivalent 2700K, Warm White, Clear
$ 3.34
QUICK VIEW
Westgate U-Shaped T8 LED Tube Lamps, Residential Lighting, 15W, 1500 Lumens, 5000K, Clear Finish
$ 11.08
QUICK VIEW
GE 29703 - 20 Watt - T4.5 - Pulse Start - Metal Halide Unprotected Arc Tube - 3000K - ANSI M156/E - G12 Base - Universal Burn - CMH20T/U/830/G12
$ 18.50
QUICK VIEW
Philips 13554-1 - 35 Watt - R111 Spot MasterColor - Pulse Start - Metal Halide - 3000K - GX8.5 Base - ANSI M130/O - Universal Burn - CDM-R111/35W/830/10DG
$ 44.99
QUICK VIEW
Luxrite LED A19, GU24 Twist & Lock Base, 9W, 4000K - Cool White, 800 Lumens, 80 CRI, Frost Finish, Dimmable, Pack of 12 (LR21462)
$ 43.49
QUICK VIEW
Bulbrite 0.6 Watt Clear C9 LED Light Bulbs Intermediate (E17) Base, 2700K Warm White Light
$ 1.46
QUICK VIEW
(10 Pack) Sunlite 17.9 Watt T5 Lamp W2.1x9.5d Base
$ 6.00
QUICK VIEW
Sunlite 10 Watt T3.25 Wedge Lamp Wedge Base
$ 4.93
QUICK VIEW
Luxrite LED T6.5 Tubular Light Bulb, E26 Medium Base, 5W, 2700K - Warm White, 80 CRI, Clear Finish, Dimmable, Pack of 7 (LR21622)
$ 44.49
QUICK VIEW
Sunlite LU150/MOG 150 Watt High Pressure Sodium Light Bulb, Mogul Base (E39), ANSI Code S55, 16000 Lumen, 20000 Life Hours, Clear, 2100K (2 Pack)
$ 8.44
QUICK VIEW
Luxrite U Bend LED Tube Light T8 U6 17.5W 3CCT 35K/40K/50K UNIVERSAL RETROFIT TUBE (LR23517)
$ 17.50
QUICK VIEW
Luxrite LED A19 Light Bulb, E26 - Medium Base, 11W, 2700K - Warm White, 1100 Lumens, 80 CRI, Frost Finish, Dimmable (LR21430)
$ 2.50
QUICK VIEW
Luxrite LED Flame Tip Chandelier Light Bulb, E12 Candelabra Base, 7W, 5000K - Bright White, 800 Lumens, 80 CRI, Clear Finish, Dimmable (LR21639)
$ 4.50
QUICK VIEW
Bulbrite 40G16HM 40 Watt Dimmable Incandescent Half Chrome G16.5 Globe Bulb, Candelabra Base
$ 1.93
QUICK VIEW
Sunlite PAR20/LED/7W/CRI90/D/E/30K 7 Watt PAR20 Lamp Warm White
$ 18.86
QUICK VIEW
Luxrite LED MR16 GX5.3, 6.5W, 5000K - Bright White, 500 Lumens, 80 CRI, White Finish, Dimmable (LR21407)
$ 4.50
QUICK VIEW
BULBRITE LED T4 MINI-CANDELABRA SCREW (E11) 4.5W DIMMABLE LIGHT BULB CLEAR 3000K/SOFT WHITE 35W INCANDESCENT EQUIVALENT 2PK (770581)
$ 22.50
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, 4000K Cool White, 1 Count
$ 4.05
QUICK VIEW
Luxrite LED BR30 Reflector Light Bulb, 8.5W, 650 Lumens, 3000K - Soft White, 80 CRI, Frosted White Finish, Dimmable (LR31871)
$ 4.50
QUICK VIEW
Sunlite 87931 LED PAR20 Long Neck Spotlight Bulb, 8 Watt (50W Halogen EQ), 500 Lm, 40° Flood Beam, Medium E26 Base, 90 CRI, Waterproof, Dimmable, Title-20/24/CEC Compliant, 3000K Warm White, 1 Count
$ 2.61
QUICK VIEW
Luxrite LED Dusk To Dawn + PIR A19 Light Bulb, E26 Medium Base, 9W, 5000K - Bright White, 800 Lumens, 80 CRI, Frost Finish, Shatter Proof, With Motion Sensor (LR21483)
$ 5.50
QUICK VIEW
Osram 490182 90T4Q/U/CL/AX-12V Bi Pin Base Single Ended Halogen Light Bulb
$ 4.50
1
...
22
23
24
25
26
27
28
29
...
72
BACK
Shopping Cart