{{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
/
Shop
Shop
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
114828
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
LouMaxx Winkelbodenträger mit Zapfen und Schraube - 40er Set Regalbodenträger - Sicherheits Bodenträger 5mm - Einlegeboden Halter aus Zamak vernickelt
$ 7.01
QUICK VIEW
DOLLE Spindeltreppe Barcelona Höhe 229-291 cm Stufen Buche Unterkonstruktion weiß Durchmesser 138 cm
$ 115.78
QUICK VIEW
Heißluftpistolen-Düsen-Set, Heißluftpistolen-Düsen-Kit, Heißluftpistolen-Aufsatz 35 mm 1500–2000 W für Heißluft-Lötstation
$ 7.01
QUICK VIEW
Ofenlack 1200°C Ofenspray Ofenfarbe Thermolack Thermofarbe Kamin GUSSGRAU DUNKEL 1x 400ml
$ 18.70
QUICK VIEW
CIENCIA Isiflex Brauseschlauch 2.5m Chrom Duschschlauch Edelstahl mit Doppel-Lock 1/2 Anti-Knickschutz Flexibler Brauseschlauch, FHA020
$ 8.17
QUICK VIEW
Precisiongeek Rostfreiem Edelstahl Ansatzschraube Rändelschrauben M5 x 10mm (5 Stück)
$ 5.84
QUICK VIEW
Locher-Set, 21-teiliges Splintentreiber-Set Mechanische Installations-Rundstempel Wartungswerkzeugsatz Splintentreiber-Set mit Box zum Reparieren
$ 21.04
QUICK VIEW
Klebenagel,Bilder Aufhängen Ohne Bohren,Klebehaken Bilderrahmen, Bildaufhänger Selbstklebend für Bilder, Poster, Fotos, Dekorative Gemälde (6)
$ 1.16
QUICK VIEW
5tlg Lange Spitzzange Set, Zange Satz Spitzzange Telefonzange Rundnasenzange Auto Lang Zangensatz 11'/180mm
$ 17.53
QUICK VIEW
CleanPrince 2x5= 10 Liter Steinversiegelung für Terrassenplatten und Natursteine | mit Farbvertiefer | Steinsiegel Marmor Granit Natursteine Beton farbvertiefend
$ 61.97
QUICK VIEW
31V LED Lichterketten Netzteil, Transformator Treiber, IP44, max. 3,6 W, Netzteil Adapter für kodierte 2-polige Anschlüsse
$ 3.50
QUICK VIEW
WISEUP Nagelabzieher, 175mm, schwarzes Finish, Chrom-Vanadium-Stahl, Tischlerzange, Endschneidezange, für Klammerentferner-Werkzeug oder Bodenbelag-Montagewerkzeuge
$ 5.84
QUICK VIEW
12 STK Silikon Abzieher Set, Silikon Fugenglätter Silikon Caulking Werkzeug, Silikonabzieher Fugenabzieher, Silikonfugen Abzieher, Silikonentferner für Küche Bad Acryl Harz, inkl. 2 Silikon Schaber
$ 3.50
QUICK VIEW
Metrie BLOCK72 Holz Zollstock/Zollstöcke 10x Stück|2m langer Gliedermaßstab, Meterstab mit Duplex-Teilung - Weiß, Hergestellt in der EU
$ 18.70
QUICK VIEW
OHYER runde Edelstahl matt Rosette Türgriff Drückergarnitur Zylinderrosette matt oval rosette edelstahl schutzrosette für profilzylinder oval Schwarz Für Innen- und Außentüren Rundprofil-Zylinder (1#)
$ 5.84
QUICK VIEW
Diompirux 8 Stück Spannverschluss mit 35 Schrauben, Hebelverschluss Silber, Eckbefestigung Schnappverschluss Sicherer Verschluss, Geeignet FüR Kisten, WerkzeugkäSten, Schubladen, SchräNke
$ 3.50
QUICK VIEW
WORKPRO Mini-Zangen-Set, Schmuckzangen, 5-teilig, inkl. Linesman-Zange, Spitzzange, Seitenschneider, Spitzzange mit Organizer-Tasche
$ 9.34
QUICK VIEW
5 Stück Stichsägeblatt-Set, T744D T-Schaft 180 mm Stichsägeblätter, lange und Schnell Schneidende Stichsägeblätter für Holz und Metall
$ 3.50
QUICK VIEW
Aqbau® Set 10 tlg. Kistenband scharnier, Kistenbänder, Tischband, Tischbänder, Gerollte, scharniere klappbar, scharnierbänder, Gelb verzinkt (100 x 50 mm)
$ 4.67
QUICK VIEW
EMKE Waschbecken Eckiges Design Handwaschbecken, Hochwertige Keramik Hängewaschbecken mit dünnem Rand, Waschtisch Für Badezimmer Gäste-WC (415x360x130mm, Weiß)
$ 40.92
QUICK VIEW
Wiltec Ausdehnungsgefäß 50 Liter, horizontaler Membrankessel für Hauswasserwerke und Druckerhöhungsanlagen mit EPDM Membran
$ 30.40
QUICK VIEW
TJ Fensterbank Innen Kunststoff Marmoroptik / 20 x 200 cm Fensterbank inkl. Seitenabschluss/PVC Fensterbank nach Maß/Fensterbank Innen kratzfest und feuchtigkeitsundurchlässig
$ 23.38
QUICK VIEW
4tlg Sprengringzangen, Seegering-Zangen Seegeringzange Set Sicherungsringzange Professionelle 7 Zoll Mit tauchbeschichteten Griffen für Außen und Innensicherungsringe
$ 10.51
QUICK VIEW
Notrufknopf für Senioren - Hausnotruf Senioren, Hausnotruf für Senioren SOS Alarm Notruf Knopf mit Vibration, Licht und Klingelton (1 Sender + 1 Empfänger)
$ 11.68
QUICK VIEW
JSMTKJ 10 Stück Gerätehalter, Besenhalterung Wand Gartengerätehalter Besenhalter Edelstahl Wandhalterung Besenhalter Wand für Wischmopp, Besen, Schaufel, Werkzeuge
$ 5.84
QUICK VIEW
3 Stück Ersatzteile Ersatzdichtung, Dichtung, Dichtungsringdichtung, Ersatzdichtung für DUO、ART Co2 Adapter
$ 3.50
QUICK VIEW
Lifting Tongs, Opening 29cm
$ 33.90
QUICK VIEW
Remmers Funcosil FC, Hydrophobierende Imprägnierung in Cremeform auf Silanbasis, 5 Liter
$ 70.16
QUICK VIEW
Toldoro Edelstahl Karabiner 70mm Rostfrei - NIRO AISI 316 V4A / Karabinerhaken für Schaukel, Camping oder Slacklines/Feuerwehrkarabiner/Karabiner Set
$ 5.84
QUICK VIEW
Strahlregler Wasserhahn Aufsatz Küche & Bad M24 Wassersparen 5 l/min - High Tech Anti Kalk Wasserhahn Sieb mit Kugelförmige Filter - Luftsprudler aus Verchromten Messing
$ 3.50
QUICK VIEW
ENT 20416 Wendeplatten Bündigfräser HW, Schaft (S) 8 mm, Durchmesser (D) 16 mm, NL 50 mm, mit Kugellager
$ 108.75
QUICK VIEW
Hausnummern, 14 cm, robust, rustikales Gusseisen, Metall, Hausadresse, gehämmertes Aussehen (0)
$ 2.33
QUICK VIEW
Einsatz-Bidet, weiß, blau oder grün
$ 5.84
QUICK VIEW
HO-006-1 Teakholz Paneele - 3D Wandverkleidung Holz Wandverblender Wandpaneele Holz-Design Wanddekoration - Fliesen Lager Verkauf Stein-Mosaik Herne NRW
$ 2.33
QUICK VIEW
Sensereo 10 Jahre eigenständiger Hitzemelder, Hitzemelder für Zuhause und Büro, 10 Jahre versiegelte Batterie mit Installationspaket im Lieferumfang enthalten, entspricht BS 5446-2:2003 Standard
$ 11.68
QUICK VIEW
BOSCH Schleifrolle Rot 93mmx5m K240, 2609256B78
$ 2.33
QUICK VIEW
guggre Kabelloses Smarte Video-Türklingel, 1080p Kamera, Bewegungsmelder, Wetterfeste Türklingel mit Alarm, 2-Weg-Kommunikation, inkl. Halterung und Zubehör für erhöhte Familienhaus-Sicherheit
$ 8.17
QUICK VIEW
AMZMUKAUP 3 Pairs of Knee Pads, Waterproof EVA Knee Protection, Soft Foam, Anti-Collision Knee Pads, Adjustable Straps, Knee Pads for Work, Outdoors, Sports, Gardening
$ 9.34
QUICK VIEW
M4 x 90 mm Chrom Schlitzriegel und Hülse für Terrassentür, Verbindungsschrauben, Befestigungen und Schlossschlitze, 2 Stück
$ 9.34
QUICK VIEW
Fafeicy 245 mm Schlitzmesser Bodenwerkzeuge, Holznutenrillenstahl, für PVC-Kunststoffboden, mit 3 Schlitz-Ersatzklingen
$ 8.17
1
2
3
4
5
...
2871
BACK
Shopping Cart