{{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 22 x 7" avg Basil Olympia Seed Pod 1 piece Dried
$ 25.75
QUICK VIEW
Westgate 1” Trade Size, 4 Outlet Holes, 30.5 Cu. In., Electrical Products
$ 11.19
QUICK VIEW
60-7048 PENDLETON 6LT PENDANT Pendleton - 6 Light Pendant with- Brushed Nickel Finish
$ 157.23
QUICK VIEW
Vickerman 10" Plum Shiny Ball Ornament
$ 25.18
QUICK VIEW
Vickerman 6" Green 4-Finish Ball Ornament Assortment 4 per Box
$ 25.29
QUICK VIEW
BULBRITE CFL T4 4-PIN ELECTRONIC PLUG-IN (G24Q-1) 13W NON-DIMMABLE LIGHT BULB 3000K/SOFT WHITE 10PK (524223)
$ 18.52
QUICK VIEW
Vickerman 54" Artificial Potted Green Rosemary Spiral Tree in Paper Pot.
$ 110.03
41%
OFF
QUICK VIEW
Vickerman 12' Colorado Spruce Artificial Christmas Tree Unlit
$ 116.23
$ 199.26
Save
$ 83.03
QUICK VIEW
Vickerman 22" Green Glitter BayLeaf Artificial Christmas Spray. Includes 12 sprays per pack.
$ 29.71
QUICK VIEW
Vickerman 6" Copper Shiny Ball Ornament 4 per Bag
$ 26.76
QUICK VIEW
Bulbrite 40A15C/E17 40 Watt Incandescent A15 Fan Light, Intermediate Base, Clear
$ 0.55
QUICK VIEW
GE Lighting 40184 Energy Smart 55-Watt 2-D Compact Fluorescent Bulb, 250-Watt Replacement
$ 9.49
QUICK VIEW
Vickerman 5.5" Turquoise Candy Finish Ball Christmas Ornament with Multi-Colored Polka Dots
$ 7.86
QUICK VIEW
Vickerman 400 Light Warm White LED Indoor/Outdoor 8 Function Cherry Light Set with Remote Control.
$ 46.40
QUICK VIEW
Vickerman 8'' Orange Glitter Swirl Drop Christmas Ornament
$ 6.96
QUICK VIEW
Vickerman 22" Midnight Blue Glitter BayLeaf Artificial Spray 12 per Bag.
$ 29.71
QUICK VIEW
Vickerman 30" Artificial Mixed Fern Cedar TearDrop
$ 19.89
QUICK VIEW
Vickerman 14" Green Artificial Eucalyptus Bundle 3 per bag.
$ 12.68
QUICK VIEW
Vickerman 100 Purple Wide Angle LED Light on Green Wire 50' Christmas Single Mold Light Strand
$ 22.82
QUICK VIEW
Luxrite 72" Mini Panel Wafer Cable Extender For Canless Wafer Spotlight, Pack of 10 (LR23783)
$ 41.49
QUICK VIEW
Westgate LED T8-Ez6 Lamps, Commercial Indoor Lighting, 15W, 1650 Lumens, 5000K, Oxidized Finish
$ 8.37
QUICK VIEW
Vickerman 12" Chocolate Sequin Ball Ornament
$ 35.29
QUICK VIEW
Vickerman 6" Artificial Potted Succulent Arrangements Set of 3.
$ 10.49
QUICK VIEW
Westgate 4 LED Commercial Recessed Light, Commercial Indoor Lighting, 20W, 1720 Lumens, 5000K, White Finish, 0~10V Dimmable
$ 63.80
QUICK VIEW
BULBRITE CFL R30 MEDIUM SCREW (E26) 15W NON-DIMMABLE LIGHT BULB 2700K/WARM WHITE 65W INCANDESCENT EQUIVALENT 6PK (511400)
$ 24.00
QUICK VIEW
Vickerman 15" Artificial Hot Pink Kalanchoe Bush.
$ 20.03
QUICK VIEW
400 Lumen 2700K Dimmable LED R16
$ 4.50
QUICK VIEW
Vickerman 15" Artificial White Deluxe Magnolia Christmas Stem 8" Flower 6 per bag
$ 11.91
QUICK VIEW
300-Watt Equivalent Motion Activated LED Yard Light
$ 22.00
QUICK VIEW
60-5956 COVE NECK 1LT OUTDOOR SM POST Cove Neck Collection Outdoor Medium 14 inch Post Light Pole Lantern; Textured Black Finish with Clear Seeded Glass
$ 45.06
QUICK VIEW
Vickerman 21" Green Glitter Feather Fern Artificial Christmas Spray. Includes 12 sprays per pack.
$ 27.82
QUICK VIEW
Vickerman 24" Artificial Potted Green Curled Grass.
$ 24.97
QUICK VIEW
Vickerman 4.5' x 35" Centennial Pine Artificial Christmas Tree Red Clear and Blue Mini Lights
$ 146.57
QUICK VIEW
Westgate 6 LED Commercial Recessed Light, Commercial Indoor Lighting, 27W, 2387 Lumens, 3000K, Haze Finish, 0~10V Dimmable
$ 35.12
40%
OFF
QUICK VIEW
Westgate 8Ft 4In IP66 Wet Loc. Linear Light MCTp 80/120/160W 35/40/50K 0-10 Suspended Or Wall, Commercial Indoor Lighting, 80W/120W/160W, 105 Lumens/W, 35K/40K/50K, Sandy White Finish, 0~10V Dimmable
$ 61.32
$ 102.21
Save
$ 40.89
QUICK VIEW
160 Lumen 3000K Non-Dimmable LED
$ 4.50
QUICK VIEW
Luxrite LED 6" Mini Panel High Output Round Smooth Canless Wafer Spotlight, 15W, 1400 Lumens, Color Selectable - 2700K/3000K/3500K/4000K/5000K, 80 CRI, White Finish, Dimmable, Pack of 2 (LR23745)
$ 49.99
QUICK VIEW
Westgate 4 LED Trimless Recessed Lights, Residential Lighting, 10W, 700 Lumens, 3000K, Matte Silver Finish, TRIAC LED Dimmer
$ 32.57
40%
OFF
QUICK VIEW
Vickerman 9.5' x 42" Blue Pencil Artificial Pre-Lit Christmas Tree with 700 Dura-Lit® Warm White LED Mini Lights. It measures 114 inches tall, and 28 inches wide, which is considered a pencil profile. This tree boasts 1700 tips for a realistic look.
$ 59.77
$ 99.62
Save
$ 39.85
QUICK VIEW
Vickerman Warm White Dura-Lit LED Christmas Light Replacement set. 50 Mini Lights, Green Wire.- 2 Pack
$ 20.22
1
...
195
196
197
198
199
200
201
202
...
649
BACK
Shopping Cart