{{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
Mil-Tec Unisex – Erwachsene 15503002-Klappsäge Klappsäge, Schwarz, Einheitsgröße
$ 5.84
QUICK VIEW
Möbelscharniere mit Dübel und voreingesetzter Mutter 10er Pack
$ 5.84
QUICK VIEW
STANLEY Werkzeugbox Bonuspack Werkzeugkoffer leer Werkzeugkasten Werkzeugkiste (19' und 12,5', Werkzeugboxen mit Metallschließen, Organizer mit entnehmbarer Trage, sehr robust) STST1-75772
$ 16.36
QUICK VIEW
Brencco Haken Selbstklebend, 4 Stück Wandhaken Selbstklebend, Haken Ohne Bohren, Klebehaken Schwarz Ideal für Bad Küche, Handtuchhaken für Kleidung, Schlüssel und Handtücher
$ 4.67
QUICK VIEW
KD-Beschläge Drehriegel Schloss Knebel Griff Schaltschrank Zinkdruckguss (Riegelabstand H= 14mm)
$ 9.34
QUICK VIEW
HAZET Zündkerzenbürste 2131 I 3-reihig, gewellte Spezial Messing-Drahtborsten, Besatzhöhe: 15 mm I einfache Reinigung von Elektroden und Kontakten an Zündkerzen
$ 2.33
QUICK VIEW
Schlauchschellen mit Schneckenantrieb, 4 Pack, Spannbereich Ø 20-32 mm, für 1' Schläuche, W2 Stahl, Kreuzschlitz SW 7, 9 mm Bandbreite, zur Fixierung von Waschmaschinen und Spülmaschinen Anschluss
$ 3.50
QUICK VIEW
ABUS Diskus Überfalle 140/190 - Vorrichtung für Vorhängeschlösser - mit Doppelgelenk für aufschlagende Türen und Ecklösungen - 05315 - ABUS-Sicherheitslevel 8 - Silberfarben
$ 11.68
QUICK VIEW
TUAKIMCE 5 Rollen Stahlwolle gegen Mäuse, 20m Stahlwolle Fein 0000, Schneidbar Mäuseabwehr Stahlwolle für Haus, Garage und Garten Löcher Wand Risse
$ 8.17
QUICK VIEW
FINDER 62.83.8.230.0300 Leistungsrelais für Colged 915609, SILVER-50, Silver50, Toptech-421, MBM-Italien LS505M, LS505T, LB425 MD
$ 14.02
QUICK VIEW
Allzweckschnur Schnur Bindfaden Garn PP Gartenschnur | Länge 3000 m | Durchmesser 2-3mm | Bindegarn zur Anwendung in Haus Garten Outdoor DIY Basteln
$ 25.72
QUICK VIEW
h Rohrmotor, mechanisch einstellbare Endlagen, 20 Nm mit Adapter für 60 mm 8-Kantwelle (1 ST)
$ 19.87
QUICK VIEW
Ersatz Tauchrohr Dichtung, 2 Stück, kompatibel mit Viega Tempoplex Tauch Rohr Modell 6961.99 Artikel 585 982 für Baureihe ab 2006, AD 64 mm ID 57 mm Dicke 3 mm, Duschablauf Dichtungsring, Dichtring
$ 3.50
QUICK VIEW
Dekoleidenschaft Handtuchleiter aus Bambus, 115 cm hoch, 4 Sprossen, Handtuchständer, Kleiderständer, Pflanzenleiter, Kleiderleiter, Aussen-Handtuchhalter, Anlegeleiter, Kletterhilfe, Garten-Deko
$ 16.36
QUICK VIEW
Ring Alarm 5-teiliges Set (1. Generation) von – Alarmanlage mit optionaler unterstützter Überwachung – ohne langfristige Verpflichtungen – funktioniert mit Alexa
$ 72.50
QUICK VIEW
STIER Blindnieten Set, 201-teilig mit Handnietzange & Blindnieten, inklusive 4 auswechselbaren Mundstücken für flexible Anwendung, Blindnietzange, Nieten
$ 23.38
QUICK VIEW
MIGOMAT MIG MAG MMA 250A FLUX BLACK
$ 42.09
QUICK VIEW
CWOQOCW Verstellbares Gewindebohrer-Set, verstellbares Windeisen Set für kleine Werkstätten für Akkuschrauber und Bohrmaschinen
$ 9.34
QUICK VIEW
6 Stück Selbstklebendes Schleifpapier / 300 mm (12 Zoll) hochwertiges Aluminiumoxid-Schleifmittel. Geeignet für die Oberflächenbehandlung von Holz, Stein und Metall - FEIHU (60 Körnung)
$ 8.17
QUICK VIEW
Seesii Akku Kartuschenpistole Kompatibel mit Makita 18V Akku, Elektrische Kartuschenpresse mit 2x 2000mAh Akku, LED- Licht, Silikonpistole Akku für 300ML Kartuschen (Rot) (Rot)
$ 45.60
QUICK VIEW
KASK Schutzhelm ZENITH X Air, Bauhelm, Kletterhelm, Arbeitshelm, Drehrad Gr. 52-63 cm, Belüftungsystem, Farbe:grün
$ 53.79
QUICK VIEW
Format 4012789251111 – wechsel-stifte FDW PROFIL M12 X 1.25.8 100
$ 4.67
QUICK VIEW
Reduziernippel mit R/NPT Gewinde R 3/8' (AG) - NPT 3/8' (IG), 16 bar Messing
$ 5.84
QUICK VIEW
Dahua Technology Lite NVR4104HS-P-4KS2/L Network Video Recorder
$ 78.34
QUICK VIEW
HORI® Zimmertür Komplettset mit Zarge und Türdrücker I Innentür weiß lackiert mit zwei Füllungen I Höhe 198,5 cm I Anschlag, Breite und Wandstärke wählbar I DIN rechts I 1985 x 860 x 100 mm
$ 115.78
QUICK VIEW
Vierkantmuttern (niedrige Form) - M3 - (200 Stück) - DIN 562 - Edelstahl A2 (V2A) - Einlegemutter - SC562 | SC-Normteile®
$ 8.17
QUICK VIEW
Grohe Verlängerung 46627000
$ 79.51
QUICK VIEW
Flintronic Magnetband Selbstklebend, 2M Magnetstreifen für Fliegengitter und Moskitonetze, Ferroband Magnetband mit Starker Kleber, Fliegengitter Magnet Zuschneidbar für Küche, Schule, Büro
$ 2.33
QUICK VIEW
SPEEDWOX Doppelgelenk-Flachzange, 33 cm, Doppelgelenk, extra lange Reichweite, Verbundwirkung, Entenschnabel, glatte Backen
$ 8.17
QUICK VIEW
2 Hammerkeile Hammerkeil Ersatzkeile für Hämmer Keile Eisenaxtkeile Griffspaltkeil Hammer Größe 6 (2 Stück Größe 6)
$ 4.67
QUICK VIEW
Lasermodul Kit 5W optische Leistung mit Luftunterstützung,LASER TREE 40W 45mm Fixed Focus Balance Gravur und Schneidkopf,450nm Lasergravur Modulkopf für Lasergraviermaschine,12V
$ 63.14
QUICK VIEW
Kabel-Griff Boden-Kabelabdeckung Cords Kabelschutz Kabelmanagement nur für kommerzielle Büroteppiche (schwarz, 6,8 m)
$ 14.02
QUICK VIEW
Pneumatik Steckverschraubung R 3/8' auf 12mm IQS, 4 Stück Push In Druckluftanschluß Steckanschluss
$ 7.01
QUICK VIEW
Wasserhahn Befestigungsmutter, 1 Stück ABS Kunststoff Wasserhahn Sicherungsmuttern, Wasserhahn Anti-Lockerungs Mutter, Wasserhahn Befestigungszubehör für Küche, Badezimmer
$ 4.67
QUICK VIEW
flintronic 2-Polig Kabel Steckverbinder Stecker, 24 Stück Auto Steckverbindung , 18-24AWG Draht-Schnellspleiß- Crimp Anschluss, Wasserdicht Kabelverbinder
$ 5.84
QUICK VIEW
Geberit Spülkasten Dichtung-Set: Heberglockendichtung/Glockendichtung und Bassindichtung, Nr. 816.418.00.1 (818.109) und 240.282.00.1 (890.615)
$ 7.01
QUICK VIEW
4 Universal Einhebelgriff Wasserhahn mit Schraube Heiß Kalt Wasserhahn Griffhebel für Küche Badezimmer Wasserhahn Ersatz Zubeh
$ 4.67
QUICK VIEW
Flexzion Rohrbiegewerkzeug – Manuelles OD-Rohrbiegen, 3 Größen, 1/4 Zoll, 5/16 Zoll, 3/8 Zoll, 180 Grad Hebeltyp, strapazierfähig, gebogen, Kupfer, Messing, Aluminium und weiches Metall für HVAC,
$ 8.17
QUICK VIEW
Relaxdays Parkplatzsperre klappbar, Parkbügel mit Vorhängeschloss, Stahl, HBT: 45x76x32cm, Sperrbügel Parkplatz, silber
$ 25.72
QUICK VIEW
kwb Tapezier-Schere aus Edelstahl - Abgewinkelt, 280 mm Gesamtlänge, 130 mm Schnittlänge - Stabil, extra scharf - Für präzise Schneidergebnisse bei Tapezier- und Renovierungsarbeiten
$ 2.33
1
...
6
7
8
9
10
11
12
13
...
2871
BACK
Shopping Cart