{{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 INCANDESCENT G25 MEDIUM SCREW (E26) 25W DIMMABLE LIGHT BULB 2700K/WARM WHITE 24PK (393102)
$ 30.00
QUICK VIEW
Vickerman C9 Clear Twinkle Replacement Bulb 120 Volt 7 Watt UL box of 25
$ 11.18
QUICK VIEW
Bulbrite Pack of (6) 7 Watt Dimmable Narrow Flood PAR20 Medium (E26) LED Bulb - 500 Lumens, 3000K, and 80 CRI
$ 26.00
QUICK VIEW
S16436 24T8/LED/HO-SIGN/60-3CCT/BP/SE 24 Watt T8 LED; CCT Selectable; 120-277 Volt; Single or Double Ended; Type B Ballast Bypass
$ 21.80
QUICK VIEW
Sunlite BTL 500W,T6,P28s 500 Watt T6 Lamp P28s Base
$ 10.34
QUICK VIEW
CF9DS/841/ECO (20305) SYL
$ 2.50
QUICK VIEW
BULBRITE LED T6 MINI-CANDELABRA SCREW (E11) 5W DIMMABLE CLEAR LIGHT BULB 2700K/WARM WHITE LIGHT 60W EQUIVALENT 2PK (770629)
$ 27.00
QUICK VIEW
GE 20898 - F50BXSPX30RS 50 Watt - 4 Pin 2G11 Base - 3000K - CFL
$ 15.49
QUICK VIEW
CF18DD/E/841 SYLVANIA
$ 2.00
QUICK VIEW
Luxrite LED A19 Light Bulb, E26 Medium Base, 12W, 4000K - Cool White, 1600 Lumens, 80 CRI, Clear Glass Filament Finish, Dimmable, Pack of 6 (LR21662)
$ 46.49
QUICK VIEW
Sunlite 80860-SU LED A19 Light Bulb, Non-Dimmable 11 Watt (75W Equivalent), 1100 Lumens, Medium (E26) Base, UL Listed, 2700K Warm White, 3 Count
$ 3.86
QUICK VIEW
Luxrite LED Quad Style Vertical Bypass, 11W, 1450 Lumens, Color Selectable - 3500K/4000K/5000K, White Finish, 83 CRI, Dimmable, Pack of 3 (LR24567)
$ 46.99
QUICK VIEW
LED A15 Appliance Clear Light Bulb, 6 Watts (40W Equivalent), 450 Lumens, Medium Base (E26), 90 CRI, Dimmable, ETL Listed, Ceiling Fan, 4000K Cool White, 1 Count
$ 3.27
QUICK VIEW
Sunlite LED A19 Light Bulb, 9 Watts (60W Equivalent), 800 Lumens, 120V, Dimmable, Medium E26 Base, Energy Star, 90 CRI, 230 Degree Beam Angle, UL Listed, Title-20 Compliant, 4000K Cool White, 6 Pack
$ 10.71
QUICK VIEW
Sunlite 15 Watt T7 Tubular, Intermediate Base, Clear (Pack of 25)
$ 6.82
QUICK VIEW
BULBRITE INCANDESCENT T4 CANDELABRA SCREW (E12) 15W DIMMABLE LIGHT BULB 2700K/WARM WHITE 50PK (708115)
$ 118.00
QUICK VIEW
Sunlite 81337 LED Edison B11 Torpedo Tip Chandelier Light Bulb, 8.8 Watts (75 W Equivalent), 800 Lumens, Candelabra E12 Base, Dimmable, UL Listed, Title 20 Compliant, 90 CRI, 3000K Warm White, Pack of 12
$ 21.14
QUICK VIEW
LED Torpedo Tip B11 Chandelier Light Bulb, 7 Watts (60W Equivalent), 500 Lumens, Medium Base (E26), Dimmable, Energy Star, 40K - Cool White, Frost 6 Pack
$ 10.41
QUICK VIEW
BULBRITE 14W LED LIGHT BULB A19 3000K FILAMENT CLEAR E26 Medium Base FULLY COMPATIBLE DIMMING
$ 7.42
QUICK VIEW
BULBRITE LED T6 CANDELABRA SCREW (E12) 2.5W DIMMABLE CLEAR LIGHT BULB 3000K/SOFT WHITE LIGHT 25W EQUIVALENT 4PK (776891)
$ 25.00
QUICK VIEW
HID WATTAGE SELECTABLE, 3CCT E39 - BALLAST BYPASS
$ 146.00
QUICK VIEW
GE 43699 - ETH - T4 - 250W Quartzline - Q250CL/MC - Stage and Studio - 120 Volts - Mini Candelabra Base - 2950K
$ 8.99
QUICK VIEW
Sunlite 40 Watt T6.5 Tubular Double Contact Base Frost (6 Pack)
$ 4.44
QUICK VIEW
Sunlite 105 Watt High Wattage Spiral, Medium Base, Warm White
$ 12.35
QUICK VIEW
Philips 384503 - PL-T 42W/27/4P ALTO - 42 Watt Triple-Tube Compact Fluorescent Light Bulb, 2700K
$ 7.50
QUICK VIEW
Bulbrite LED A19 Dimmable Medium Screw Base (E26) Light Bulb, 60 Watt Equivalent 2700K, 36 Pack
$ 41.74
QUICK VIEW
Luxrite LED MR16 Reflector Light Bulb, GU10 Base, 6.5W, 4000K - Cool White, 500 Lumens, 80 CRI, White Finish, Dimmable, Pack of 7 (LR21502)
$ 44.49
QUICK VIEW
Bulbrite Pack of (2) 6.5 Watt 120V Clear T6 LED Mini Light Bulbs with Bi-Pin (G9) Base, 3000K Soft White Light, 700 Lumens
$ 30.00
QUICK VIEW
Bulbrite LED BR30 Dimmable Medium Screw Base (E26) Light Bulb 65 Watt Equivalent 2700K, Frost 48-Pack
$ 62.49
QUICK VIEW
Vickerman C7 LED Teal Faceted Replacement Bulb bag of 25
$ 18.45
QUICK VIEW
Luxrite LED Dusk To Dawn A19 Light Bulb, E26 Medium Base, 9W, 3000K - Soft White, 800 Lumens, 80 CRI, Frost Finish, Shatter Proof (LR21471)
$ 3.50
QUICK VIEW
Luxrite LED A19 Light Bulb, E26 - Medium Base, 9W, 5000K - Bright White, 800 Lumens, 80 CRI, Frost Finish, Dimmable (LR21423)
$ 1.50
QUICK VIEW
Bulbrite LED Filament Pack of (4) 7 Watt Dimmable A19 Light Bulbs with Milky Finish and Medium (E26) Base - 2700K (Warm White Light), 800 Lumens
$ 23.50
QUICK VIEW
Luxrite LED A19, GU24 Twist & Lock Base, 9W, 2700K - Warm White, 800 Lumens, 80 CRI, Frost Finish, Dimmable (LR21460)
$ 2.50
QUICK VIEW
BULBRITE HALOGEN T3 DOUBLE ENDED (RSC) 100W DIMMABLE LIGHT BULB 2900K/SOFT WHITE 10PK (600101)
$ 28.00
QUICK VIEW
BULBRITE LED A19 MEDIUM SCREW (E26) 5W DIMMABLE FILAMENT HALF MIRROR LIGHT BULB 2700K/WARM WHITE 40W INCANDESCENT EQUIVALENT 2PK (776671)
$ 22.00
QUICK VIEW
BULBRITE HALOGEN T4 BI-PIN (GY8) 20W DIMMABLE LIGHT BULB 2900K/SOFT WHITE 5PK (655021)
$ 21.00
QUICK VIEW
BULBRITE LED GLACIER MEDIUM SCREW (E26) 4W DIMMABLE ANTIQUE LIGHT BULB 2000K/AMBER LIGHT 60W EQUIVALENT 1PK (776320)
$ 33.99
QUICK VIEW
Sunlite 80421 LED Filament CA11 Flame Tip Chandelier 4-Watt (40 Watt Equivalent) Clear Dimmable Light Bulb, 2700K - Warm White
$ 2.94
QUICK VIEW
Sunlite 410 Watt MR16 Lamp GY5.3 Base
$ 5.63
1
...
16
17
18
19
20
21
22
23
...
72
BACK
Shopping Cart