{{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 theme_config.global.product_inventory_status and 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 theme_config.global.product_inventory_status and inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if theme_config.global.product_inventory_status and 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 %} {%- capture coupon_value -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value != 0 -%} {{ coupon.rule.condition.value | money }} - {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value == 0 -%} ≤ {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- unless coupon.rule.condition.max_value -%} {{ coupon.rule.condition.value | money }} + {%- endunless -%} {%- endcapture -%} , {{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
/
New Arrivals
New Arrivals
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
25950
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
Vickerman 37" Black Wavy Twig Glitter Spray 6 per bag.
$ 9.59
19%
OFF
QUICK VIEW
Vickerman 9' Silver Tinsel Fir Slim Artificial Christmas Tree Unlit
$ 109.53
$ 136.91
Save
$ 27.38
QUICK VIEW
Sunlite 10 Watt CA10 Lamp Candelabra Base Warm White, 12 Pack
$ 4.71
QUICK VIEW
Vickerman 20" Chocolate Mesh Apple Leaf Artificial Christmas Spray. Includes 3 sprays per pack.
$ 23.59
QUICK VIEW
SYLVANIA 21119 / 20705 - CF13DD/830/ECO 13 Watt - 2 Pin GX23-2 Base - 3000K - CFL
$ 1.50
QUICK VIEW
Sunlite 28 Watt T8 High Performance Straight Tube, Medium Bi-Pin Base, Warm White
$ 44.79
47%
OFF
QUICK VIEW
Vickerman 7.5' x 68" Flocked Alaskan Artificial Pre-Lit Christmas Tree with 49 Pure White G40 and 800 Pure White LED Mini Lights, 1505 Flocked Realistic PVC Tips, 6' Step On/Off Power Cord and Folding Metal Tree Stand. Assembly is required.
$ 64.09
$ 121.77
Save
$ 57.68
QUICK VIEW
Vickerman 30" Flocked Alberta Artificial Christmas Spray
$ 25.61
QUICK VIEW
Vickerman 15" Blue Hydrangea with Multiple Branch Segments. Preserved
$ 19.09
47%
OFF
QUICK VIEW
Vickerman 48"Artificial Boxwood Hedge With 400 Warm White LED Lghts.
$ 46.63
$ 88.60
Save
$ 41.97
QUICK VIEW
Vickerman 27" Pink Multi Ball Glitter Spray 4 per bag.
$ 12.23
37%
OFF
QUICK VIEW
Vickerman 14' x 87" Brighton Pine Artificial Christmas Tree unlit
$ 104.54
$ 167.26
Save
$ 62.72
QUICK VIEW
Vickerman 32" Yellow Green Artificial Silver Dollar Eucalyptus Leaf Spray 3 per bag.
$ 12.73
QUICK VIEW
Vickerman 100 Pure White Italian LED Single Mold Light on White Wire 34' Christmas Light Strand
$ 21.84
QUICK VIEW
Vickerman 35 LED Purple Dura-Lit Light on Purple Wire, 26' Christmas Light Strand- 2 Pack
$ 15.19
QUICK VIEW
Vickerman 12" x 16" Champagne Poinsettia Artificial Christmas Spray. Includes 6 sprays per pack.
$ 9.38
40%
OFF
QUICK VIEW
Vickerman 9' x 46" Flocked White Pine Artificial Slim Pre-lit Christmas Tree with 750 Dura-Lit® Warm White LED Mini Lights. It measures 108 inches tall and 46 inches wide, which is considered a slim profile. This tree boasts 1258 tips for a realistic
$ 49.48
$ 82.47
Save
$ 32.99
QUICK VIEW
Vickerman 2.4" Burgundy Shiny Ball Ornament 60 per Box
$ 30.08
QUICK VIEW
Vickerman 37" Red and Green Directional North Pole Sign
$ 87.50
19%
OFF
QUICK VIEW
Vickerman 8.5' x 62" Flocked Sierra Fir Artificial Christmas Tree Unlit
$ 113.26
$ 141.57
Save
$ 28.31
QUICK VIEW
Vickerman 20" Red Pearl Hanging Lupin Artificial Christmas Spray. Includes 3 sprays per pack.
$ 22.43
QUICK VIEW
Vickerman 30" Angel Pine Artificial Christmas Tree Unlit
$ 22.70
QUICK VIEW
Vickerman 17" Red Berry and Mistletoe Spray 2 per bag.
$ 21.83
QUICK VIEW
BULBRITE CFL T4 4-PIN ELECTRONIC PLUG-IN (G24Q-3) 26W NON-DIMMABLE LIGHT BULB 3000K/SOFT WHITE 10PK (524236)
$ 9.49
QUICK VIEW
65-691 2X4 SINGLE BASKET TROFFER 2X4 Single Basket LED Troffer Fixture; Wattage Selectable; CCT Selectable; Lumens Selectable; 100-277V
$ 100.83
QUICK VIEW
Vickerman 31'' Artificial Green Horsetail Bundle Pack of 2
$ 18.95
QUICK VIEW
Bulbrite 40CTF/25/2 40 Watt Incandescent B8 Torpedo Chandelier Bulb, Candelabra Base, Frost
$ 0.40
QUICK VIEW
Sylvania 21488 - F14T8/D Straight T8 Fluorescent Tube Light Bulb
$ 3.00
QUICK VIEW
Vickerman 15" Short Stem Artificial Cream Hydrangea Set of 3
$ 10.75
QUICK VIEW
Sunlite 80966 LED PAR30 Reflector Light Bulb, 9 Watts (75 Watts Equivalent), 750 Lumens, Medium E26 Base, 90 CRI, Dimmable, Floodlight, Energy Star Certified, ETL Listed, 27K-Soft White, 6 Count
$ 14.60
QUICK VIEW
S4391 MS1000/BU/BT37/PS/4K/E39 1000 Watt; Metal Halide HID; Mogul base; BT37; Clear; 65 CRI; 4000K
$ 35.81
QUICK VIEW
Vickerman 20" Green Mesh Apple Leaf Artificial Christmas Spray. Includes 3 sprays per pack.
$ 23.59
QUICK VIEW
LPT82505 S150MLTLC3 HPS150 QUAD 150 Watt; Magnetic Ballast; High Pressure Sodium Lamp; 120-277 Volt
$ 69.60
QUICK VIEW
Sunlite LFX/TENVIS/CM/10S/15W/50K/BL 15 Watt Warm White
$ 70.88
QUICK VIEW
Sunlite 15" Decorative Dome Ceiling Fixture, Distressed Brown Finish, Tea Stained Glass
$ 12.04
QUICK VIEW
Vickerman 60 Multi-Colored Wide Angle LED Twig Light Set on Brown Wire Pack of 3
$ 24.94
QUICK VIEW
Vickerman 5.5' Champagne Tinsel Fir Slim Artificial Christmas Tree Unlit
$ 114.98
50%
OFF
QUICK VIEW
Vickerman 84" Douglas Fir Artificial Christmas Wreath Unlit
$ 92.09
$ 184.19
Save
$ 92.10
QUICK VIEW
Vickerman 50 Orange Italian LED Light on Green Wire, 25' Christmas Single Mold Light Strand- 2 Pack
$ 20.80
QUICK VIEW
Vickerman 22-26" Red Grabia 5-6 oz Bundle Preserved
$ 19.40
1
...
502
503
504
505
506
507
508
509
...
649
BACK
Shopping Cart