{{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
tesa Powerstrips POSTER Big Pack - Doppelseitige Klebestreifen für Poster und Plakate - Selbstklebend und spurlos wieder ablösbar - Bis zu 200 g Halteleistung - 96 Stück
$ 9.34
QUICK VIEW
GEFONG Verdeckte Rollen Schnäpper aus Edelstahl Gehäusegröße 20mm Türschnapper Möbel-Schnäpper Türstopper für Türen von Küchenschränken Schlafzimmern Badezimmern 2 Sätze
$ 8.17
QUICK VIEW
Lolypot Handtuchhalter Handtuchring Handtuchstange ohne Bohren Schwarz 304 Edelstahl Selbstklebend Bad Handtuchringe Badezimmerzubehör für Badezimmer
$ 9.34
QUICK VIEW
PARKSIDE PDS 30 - Teleskop-Deckenstütze/Deckenstützleiste; verstellbar 137-290 cm; max. 30 kg; Grobeinstellung mittels Innenrohr mit 6 Rasten – Feineinstellung durch Pumpen
$ 11.68
QUICK VIEW
antom LED Rundumkennleuchte,12V-24V Blau Rundumleuchte mit magnetischem und 3 Meters-Kabel für Gabelstapler-Traktor Golfwagen UTV Anhänger SUV
$ 17.53
QUICK VIEW
YOHOM Duschkopfhalterung Saugnapf Duschhalterung für Duschkopf Bad Handbrause Halterung mit 4 Winkel Saugnapf Brausehalter Verstellbar Vakuum Duschkopfhalter Ohne Bohren Edelstahl Gebürstet
$ 9.34
QUICK VIEW
Rohrgewindebohrer - 1/2' Außengewinde Maschinengewindebohrer - DEANKEJI Silber Kohlenstoffstahl Gewindeschneider - für die Reparatur von Rohrgewindeverbindungen
$ 5.84
QUICK VIEW
OBO Bettermann® 2955 M25 | 100 Stück | Polypropylen | 100 Stück
$ 10.51
QUICK VIEW
10x Zaunlatte Balkonbrett Gartenzaun aus Lärche 2x9 cm (85 cm)
$ 25.72
QUICK VIEW
Funkklingel Türklingel, HommyFine Batterielose Haustür Klingel kabellos, 38 Klingeltöne, 4 Lautstärkestufen, Hausklingel außen Funk Türklingel Set (Funkklingel 1 Empfänger + 1 Sender)
$ 8.17
QUICK VIEW
Delsen 10 Stück Schlauchschellen Edelstahl,Universal Achsmanschetten Schellen,Verstellbare Edelstahl Rohrschelle für Haus Gas Rohr,Wasserrohr,Teich,Garten-Große 75 mm-125 mm und kleine 25 mm-46 mm
$ 4.67
QUICK VIEW
Cillit Bang Cillit Filtereinsatz 8-012068 für Clear Filter 77 SN, KL77, 77 N – 3/4 Zoll bis 1 1/4 Zoll und AT Filter 77 SN 3/4 Zoll bis 1 1/4 Zoll
$ 38.58
QUICK VIEW
ZEYXINH 1440° Drehbarer Multifunktionaler Verlängerungshahn: Wasserhahn Aufsatz mit Perlator-Wasserhahn Verlängerung mit Wassersparer-Wasserhahn Aufsatz Schwenkbar für Bad und Küche
$ 9.34
QUICK VIEW
Finder 40.52.7.024.0000 Steck-/Printrelais
$ 4.67
QUICK VIEW
sourcing map M6 x 0,75mm Linksgewindebohrer Matrizengewindebohrer Legierungswerkzeug
$ 9.34
QUICK VIEW
QWORK® Kabeleinziehband 50 Meter, Fiberglas Kabel, kabeleinziehhilfe, Einziehband, Elektriker Werkzeuge, 4mm Durchmesser
$ 23.38
QUICK VIEW
JunGG Spanngummis mit Kugel 25 Stück, Planenspanner mit Kugel 20cm, Gummispanner Zeltgummis Expanderschlingen Gummischlaufen für Planen Zelt Banner
$ 8.17
QUICK VIEW
SN-TEC Türlüftung/Badezimmer Lüftung/Lüftungsgitter mit eckigen Kanten, zweiteilig für Türstärke von 34 bis 48mm, verschiedene Farben (Grau/Silber/Mahagoni/Braun/Limba/weiß/Buche) (Buche)
$ 4.67
QUICK VIEW
Flic Hub Mini, Smart-Home-Hub, steuert kompatible Geräte über Flic Button oder Flic Twist
$ 15.19
QUICK VIEW
ROLLINGDOG 3,8 cm Nageleisen - Stemmeisen Brechstange Nagelabzieher, Edelstahl mit gemeißeltem abgewinkeltem Kopf
$ 8.17
QUICK VIEW
Roloc-Schnellwechselscheiben, 25 Stück, 5,1 cm Roloc-Scheiben, Roll-Top-Verschluss, Schruppscheiben, R-Scheiben (36 Zähne)
$ 8.17
QUICK VIEW
ZenithFast Schwarz Schubladenknopf Schrankknäufe Vintage Runde Schubladengriffe schrank knöpfe - für Küche Schrank Schublade Kommode Türen Möbel 12 Stück
$ 3.50
QUICK VIEW
MIUUIPI Wassermelder Wasseralarm WiFi, Smart Wassersensor, 85dB Wasser Sensor Alarm und App Alarm Wasserstandssensor, Wasserwarner für Küche, Rohre, Badezimmer, Garagen, Keller
$ 8.17
QUICK VIEW
GEDORE red Doppelmaulschlüssel, SW 14+15 mm, metrisch, kurz, Schraubenschlüssel, Gabelschlüssel, 150 mm lang, R05121415
$ 4.67
QUICK VIEW
Vicloon Türstopper Wand,6 Stück Wand Türstopper Set,40mm Silicone Türstopper Wand selbstklebend Transparent runde für Türklinkenpuffer, Wandschutz, Wandschrankschutz
$ 2.33
QUICK VIEW
KNIPEX Kombizange, 180 mm, schneidet weichen Draht (Kupfer) und harten Draht (Stahldraht), greift Flach- und Rundmateralien, 03 02 180
$ 8.17
QUICK VIEW
VIEVRE 2 Stücke Kupplung, Schuko Kupplung Weiß 250V/16A, Schuko Stecker Kupplung IP20, PVC Schutzkontakt Kupplung, Schuko Kabel Kupplung, Euro Kupplung für 10mm Kabel
$ 3.50
QUICK VIEW
2 Stück Professioneller Edelstahl Pinzette Tragbar Pinzette Titanpinzetten EDC-Pinzetten Präzisionspinzetten tragbare kleine Pinzetten zum Aufheben von Pinzetten für Camping und Outdoor-Gadgets (blau)
$ 2.33
QUICK VIEW
FASTON® Hammerkopfschrauben M10x70 mm aus Edelstahl A2 V2A (2 Stück) Gewächshaus Ankerschrauben Schrauben Hammerkopf Hammerschrauben Zubehör Rankhilfe Schienen Solarpanele Gasrohren
$ 7.01
QUICK VIEW
Einsteckschloss für alle gängigen FH-Türen, Stahltürschloss, Türschloss, Entfernung: 72mm // Stulpbreite: 24mm // Dornmaß: 65mm // Vierkantnuss: 9mm Hersteller ISEO überdurchschnittlich hohe Qualität
$ 9.34
QUICK VIEW
DoorLine Slim DECT Farbe: Anthrazit von Telegärtner Elektronik l Clevere Türstation l per Knopfdruck mit der AVM FRITZ!Box zur Tür-Sprechanlage gekoppelt l erweiterbar zur Video-Sprechanlage I
$ 115.78
QUICK VIEW
Royal Gardineer Rasensprenger: 2er-Set Kreis-Rasensprinkler, 8 Sprüh-Funktionen, für Gartenschläuche (Geräte zur Bewässerung, Sprenger zur Garten-Bewässerung, Gartenschlauch)
$ 8.17
QUICK VIEW
Pamtns 6 Stück Karabinerhaken mit Drehgelenk Robusten Karabinerhaken Hundeleine Wirbelkarabiner Schnappkarabiner Bolzenkarabiner Hundeleine Augwirbelhaken Karabiner Schlüsselanhänger für Camping
$ 4.67
QUICK VIEW
2 Stück 171 x 110 x 2 mm Karbon-Trägerplatte, Elektrowerkzeuge, Schleifmotor-Ersatzteil, Polierer, Karbonplatte, für Makita 9403 Bandschleifer, Ersatzteil
$ 10.51
QUICK VIEW
YOJOCK Steckdosentester mit RCD-Prüfung und LCD-Voltage-Display, 6 Arten von Fehlerdiagnose, Steckdosenprüfgerät mit Kontrollleuchten-Anzeige, FI Tester 90-250V/45-65Hz, CAT ll 300V (Premium-Version)
$ 9.34
QUICK VIEW
Lenz Küchenarmatur MANA in Chrom-Optik – mit hochwertiger Markenmischdüse und Markenkartusche – 360° schwenkbarer Bogenauslauf – 46031002
$ 33.90
QUICK VIEW
KNIPEX Profi-Key für gängige Absperrsysteme 89 mm 00 11 04
$ 9.34
QUICK VIEW
Elora 285000196000 Henkellocheisen 19mm
$ 12.85
QUICK VIEW
VOREL Yato Tools.
$ 8.17
QUICK VIEW
Efco Kleine Raspel
$ 9.34
1
...
3
4
5
6
7
8
9
10
...
2871
BACK
Shopping Cart