{{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
LED G4 Corncob Lamp, 18 Watts (70 Watt Equivalent), 120-277 Volts, 2790 Lumens, Non-Dimmable, Medium E26 Base, UL Listed, 1 Count, 50K-Daylight
$ 19.45
QUICK VIEW
BULBRITE LED CA10 CANDELABRA SCREW (E12) 5W FULLY COMPATIBLE DIMMING FILAMENT LIGHT BULB 2700K/WARM WHITE 60W INCANDESCENT EQUIVALENT 4PK (776628)
$ 28.00
QUICK VIEW
BULBRITE INCANDESCENT G30 MEDIUM SCREW (E26) 40W DIMMABLE LIGHT BULB 2700K/WARM WHITE 12PK (340040)
$ 27.50
QUICK VIEW
Sunlite 40 Watt S11 High Intensity, Intermediate Base, Clear, 25 Pack
$ 8.94
QUICK VIEW
Sunlite A15/LED/6W/E17/D/FR/30K 6 Watt A15 Lamp Warm White
$ 2.84
QUICK VIEW
Sunlite 15 Watt T12 Straight Tube, Medium Bi-Pin Base, Daylight
$ 39.25
QUICK VIEW
Philips 23w 120v EL/A PAR38 E26 2790K Reflector Fluorescent Light Bulb
$ 9.99
QUICK VIEW
Sunlite 22 Watt FDL 2-Pin Quad Tube, GX32D-2 Base, Warm White
$ 3.20
QUICK VIEW
BULBRITE LED T4 MINI-CANDELABRA SCREW (E11) 4.5W DIMMABLE LIGHT BULB 2700K/WARM WHITE 35W INCANDESCENT EQUIVALENT
$ 6.83
QUICK VIEW
Sunlite 150 Watt High Pressure Sodium, Mogul Base
$ 4.97
QUICK VIEW
Vickerman Warm White Faceted G50 LED Replacement Bulb 5 per Bag
$ 12.57
QUICK VIEW
Bulbrite Q100G9/120 100 Watt Dimmable Halogen JC T4 Capsule Bulb, 120 Volt, Flat Pin G9 Base, Clear
$ 3.99
QUICK VIEW
Bulbrite RLC5F/12 5 Watt X2000 Dimmable Xenon T3 1/4 Capsule Bulb, Rigid Loop Cap Base, 12 Volt, Frost
$ 1.33
QUICK VIEW
BULBRITE LED T4 BI-PIN (GY8) 4.5W DIMMABLE LIGHT BULB 3000K/SOFT WHITE 35W INCANDESCENT EQUIVALENT
$ 7.46
QUICK VIEW
Sunlite LED Vintage Star 1.5W (20W Equivalent) Light Bulb Medium (E26) Base, Warm White
$ 5.62
QUICK VIEW
BULBRITE HALOGEN MR16 BI-PIN (GU5.3) 20W DIMMABLE LIGHT BULB 2900K/SOFT WHITE 8PK (645320)
$ 21.50
QUICK VIEW
Sunlite LED B11 Frosted Torpedo Tip Chandelier Light Bulb, 7 Watts (60W Equivalent) 500 Lumens, Candelabra E12 Base, Dimmable Energy Star and ETL Certified, 4000K Cool White, 6 Count
$ 10.49
QUICK VIEW
BULBRITE 5W LED LIGHT BULB T9 11" 3000K FILAMENT E26 BASE FROST FINISH, DIMMABLE
$ 7.62
QUICK VIEW
Bulbrite 40G25CL2 40 Watt Incandescent G25 Globe, Medium Base, Clear
$ 1.83
QUICK VIEW
BULBRITE INCANDESCENT G25 MEDIUM SCREW (E26) 40W DIMMABLE LIGHT BULB 2700K/WARM WHITE 24PK (393004)
$ 30.00
QUICK VIEW
Bulbrite Pack of (4) 4" Integrated LED Recessed Adjustable Retrofit Light Kit with Gimbal, 65-Watt Equivalent, 3000K
$ 35.49
QUICK VIEW
BULBRITE 5W LED B11 4000K FILAMENT E12 DIMMABLE 4PK
$ 24.50
QUICK VIEW
Bulbrite 8.5W LED A19 LIGHT BULB 4000K COOL WHITE FILAMENT, E26 MEDIUM SCREW BASE, DIMMABLE JA8 4PK
$ 25.50
QUICK VIEW
BULBRITE LED B11 CANDELABRA SCREW (E12) 5W DIMMABLE MILKY LIGHT BULB 3000K/SOFT WHITE LIGHT 60W EQUIVALENT 4PK (776888)
$ 27.00
QUICK VIEW
BULBRITE INCANDESCENT T7 DOUBLE-CONTACT BAYONET (BA15d) 15W DIMMABLE LIGHT BULB 2700K/WARM WHITE 25PK (706110)
$ 13.49
QUICK VIEW
Sunlite 20 Watt T6.5 Tubular, Intermediate Base, Clear
$ 2.02
QUICK VIEW
Vickerman 5 Warm White LED G45 Glass Flame Tip Replacement Bulbs.
$ 8.86
QUICK VIEW
Bulbrite 0.6 Watt Clear C7 LED Light Bulbs with Candelabra Screw (E12) Base, 2700K Warm White Light
$ 1.54
QUICK VIEW
Bulbrite KX40CL/DC 40 Watt KX-2000 Dimmable Krypton/Xenon T3 Capsule Bulb, DC Bayonet Base, Clear
$ 10.12
QUICK VIEW
BULBRITE 6.5W LED PAR16 GU10 3000K FLOOD DIMMABLE 80CRI 120V-4PK
$ 23.00
QUICK VIEW
25 Pack Sunlite 7 Watt Candelabra Light Bulb - C7 Night Light, - Clear
$ 4.42
QUICK VIEW
Bulbrite Pack of (6) 10 Watt Dimmable Narrow Flood PAR30SN Medium (E26) LED Bulb - 800 Lumens, 2700K, and 80 CRI
$ 30.00
QUICK VIEW
BULBRITE INCANDESCENT T9 MEDIUM SCREW (E26) 40W DIMMABLE NOSTALGIC LIGHT BULB 2200K/AMBER 4PK (134008)
$ 27.00
QUICK VIEW
Sunlite 10 Watt, 30° Narrow Flood, MR11 Mini Reflector with Cover Guard, GU4 Base (24 Pack)
$ 9.27
QUICK VIEW
Bulbrite 6.5W (50-Watt Equivalent) MR16 with Bi Pin Base GU5.3 Dimmable LED Light Bulb 3000K
$ 5.36
QUICK VIEW
BULBRITE 2.5W LED G16 2100K FILAMENT NOSTALGIC E12 FULLY COMPATIBLE DIMMING-4PK
$ 28.00
QUICK VIEW
Luxrite LED Dusk To Dawn + PIR A19 Light Bulb, E26 Medium Base, 9W, 3000K - Soft White, 800 Lumens, 80 CRI, Frost Finish, Shatter Proof, With Motion Sensor, Pack of 5 (LR21481)
$ 41.49
QUICK VIEW
Sunlite 35 Watt 10° Narrow Spot MR11 Mini Reflector GU4 Base, 3200K (24 Pack)
$ 10.60
QUICK VIEW
Luxrite LED Flame Tip Chandelier Light Bulb, E12 Candelabra Base, 7W, 3500K - Natural, 800 Lumens, 80 CRI, Clear Finish, Dimmable, Pack of 7 (LR21649)
$ 44.49
QUICK VIEW
BULBRITE INCANDESCENT T14 MEDIUM SCREW (E26) 40W DIMMABLE NOSTALGIC LIGHT BULB 2200K/AMBER 4PK (134015)
$ 21.50
1
...
6
7
8
9
10
11
12
13
...
72
BACK
Shopping Cart