{{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 Spunlite 25 Watt Dimmable C11 Incandescent Light Bulbs with Candelabra (E12) Base, Satin Finish, Pack of 25
$ 68.00
QUICK VIEW
BULBRITE HALOGEN MR16 BI-PIN (GU5.3) 20W DIMMABLE LIGHT BULB 2900K/SOFT WHITE 10PK (641320)
$ 22.50
QUICK VIEW
Luxrite LED A19, GU24 Twist & Lock Base, 9W, 2700K - Warm White, 800 Lumens, 80 CRI, Frost Finish, Dimmable, Pack of 12 (LR21460)
$ 43.49
QUICK VIEW
Bulbrite KR25G11CL 25 WattKrystal Touch Dimmable Krypton G11 Globe Bulb, Candelabra Base, Clear
$ 1.51
QUICK VIEW
Sunlite 81394 LED BR30 Recessed Light Bulb, 10.5 Watt (65w equivalent), 800 Lumens, Medium E26 Base, Dimmable Flood-Light, UL Listed, 2700 Warm White, 1 Pack
$ 3.09
QUICK VIEW
Sylvania 20880 Compact Fluorescent 4 Pin Triple Tube 3000K, 26-watt
$ 5.00
QUICK VIEW
Sunlite 7 Watt T5 Lamp W2.1x9.5d Base
$ 6.20
QUICK VIEW
Sunlite 500 Watt, Double Ended T3, RSC Base, Frost
$ 1.93
QUICK VIEW
Bulbrite Pack of (25) 25 Watt Dimmable Amber F10 Fiesta Incandescent Light Bulbs with Candelabra (E12) Base, 2700K Warm White Light
$ 30.00
QUICK VIEW
Bulbrite 25G16ECL 25 Watt Incandescent G16.5 Globe, Medium Base, Clear
$ 1.29
QUICK VIEW
Bulbrite KR25G16CL 25 Watt Krystal Touch Dimmable Krypton G16 Globe Bulb, Candelabra Base, Clear
$ 1.51
QUICK VIEW
Bulbrite 6T4/130V 6 Watt Incandescent Appliance & Amusement T6 Tubular Bulb, Candelabra Base, Clear
$ 1.04
QUICK VIEW
BULBRITE LED T4 BI-PIN (GY6.35) 4.5W DIMMABLE LIGHT BULB 2700K/WARM WHITE 35W INCANDESCENT EQUIVALENT
$ 6.83
QUICK VIEW
Luxrite LED BR30 Reflector Light Bulb, 8.5W, 650 Lumens, 5000K - Bright White, 80 CRI, Frosted White Finish, Dimmable (LR31875)
$ 4.50
QUICK VIEW
Luxrite LED B11 Torpedo Tip Chandelier Light Bulb, E12 Candelabra Base, 5W, 2700K - Warm White, 500 Lumens, 80 CRI, Clear Finish, Dimmable (LR21592)
$ 3.00
QUICK VIEW
BULBRITE 5W LED LIGHT BULB T9 7" 2700K FILAMENT E26 BASE FROST FINISH, DIMMABLE
$ 7.37
QUICK VIEW
Sunlite 87938 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, 6500K Daylight, 6 Pack
$ 25.53
QUICK VIEW
Westgate 75W LED Corn Lamp 11600 Lumens 5000K E39 AC200-277V, Ul Listed, Residential Lighting, 75W, 11625 Lumens, 5000K, White Finish
$ 61.03
QUICK VIEW
Luxrite LED 7W A15 Bulb, 4000K- Cool White, 600 Lumens, 80 CRI, Frost Finish, Dimmable (LR21352)
$ 2.00
QUICK VIEW
Luxrite LED 4' T8 Universal 18W Shatter Proof Ballast Compatible Light Tube, G13 Base, 2200 Lumens, 6500K - Daylight, 83 CRI, Frosted White Finish (LR34184)
$ 6.00
QUICK VIEW
BULBRITE HALOGEN T4 BI-PIN (G9) 40W DIMMABLE LIGHT BULB 2900K/SOFT WHITE 5PK (654040)
$ 24.50
QUICK VIEW
Sunlite 25CTC/32/12PK 25W Incandescent Torpedo Tip Chandelier Light Bulb (12 Pack) Clear
$ 4.16
QUICK VIEW
Sunlite LED A21 Light Bulb, 18 Watts (150W Equivalent), 2600 Lumens, 120V, Dimmable, Medium E26 Base, 220 Degree Beam Angle, UL Listed, RoHS Compliant, 4000K Cool White, 1 Pack
$ 3.58
QUICK VIEW
Luxrite LED Flame Tip Chandelier Light Bulb, E12 Candelabra Base, 5W, 5000K - Bright White, 500 Lumens, 80 CRI, Clear Finish, Dimmable, Pack of 10 (LR21599)
$ 41.49
QUICK VIEW
Bulbrite Pack of (50) 15 Watt Dimmable Clear B8 Torpedo 25mm Incandescent Light Bulbs with Candelabra (E12) Base, 2700K Warm White Light
$ 33.99
QUICK VIEW
Luxrite LED 7W A15 Bulb, 4000K- Cool White, 600 Lumens, 80 CRI, Frost Finish, Dimmable, Pack of 25 (LR21352)
$ 59.49
QUICK VIEW
Sunlite 250 Watt T4 Lamp G6.35 Base
$ 3.48
QUICK VIEW
BULBRITE KRYPTON/XENON T3 DOUBLE-CONTACT BAYONET (BA15d) 40W DIMMABLE LIGHT BULB 2700K/WARM WHITE 2PK (473240)
$ 24.00
QUICK VIEW
Bulbrite 8.5 Watt Dimmable Clear Filament ST18 Medium (E26) LED Bulb - 850 Lumens, 2700K, and 90 CRI
$ 6.21
QUICK VIEW
Bulbrite 50-Watt Equivalent MR16 with Bi Pin Base GU5.3 Dimmable LED Light Bulb 2700K
$ 4.96
QUICK VIEW
Luxrite LED A19 Light Bulb, E26 - Medium Base, 11W, 4000K - Cool White, 1100 Lumens, 80 CRI, Frost Finish, Dimmable (LR21432)
$ 2.50
QUICK VIEW
Bulbrite 10 Watt Dimmable Narrow Flood PAR30LN Medium (E26) LED Bulb - 800 Lumens, 2700K, and 80 CRI
$ 3.96
QUICK VIEW
Luxrite LED Flame Tip Chandelier Light Bulb, E12 Candelabra Base, 5W, 2700K - Warm White, 500 Lumens, 80 CRI, Clear Finish, Dimmable (LR21593)
$ 3.00
QUICK VIEW
Bulbrite Pack of (2) 8.5 Watt Dimmable Clear Filament A19 Medium (E26) LED Bulb - 850 Lumens, 2700K, and 90 CRI
$ 23.50
QUICK VIEW
Sylvania 22305 - FBO28/841/XP/SS/ECO U Shaped T8 Fluorescent Tube Light Bulb
$ 9.49
QUICK VIEW
Bulbrite 25G25CL3 25 Watt Incandescent G25 Globe, Medium Base, Clear
$ 1.46
QUICK VIEW
Sunlite 15 Watt Purion Air Purification Spiral, Medium Base, Daylight
$ 4.89
QUICK VIEW
Westgate LED T8 4Ft , 15W , 1800 Lumens , 3500K , Clear Glass , Type A+B , , UL Listed , DLC, Non Dimmable, Residential Lighting, 15W, 1875 Lumens, 3500K, Clear Finish
$ 5.97
QUICK VIEW
GE Lighting 30774 Halogen 35-watt MR11 Bulb with 2-Pin Base,
$ 4.50
QUICK VIEW
Bulbrite KX40FR/MC 40 Watt KX-2000 Dimmable Krypton/Xenon T3 Capsule Bulb, Mini-Candelabra Base, Frost
$ 10.75
1
...
21
22
23
24
25
26
27
28
...
72
BACK
Shopping Cart