{{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
HBT ISILASTIK B5 Mineralfaserplatte | Beschichtete Mineralfaserplatte(n) | zur Herstellung von Brandabschottungen und Brandschutzfugen
$ 25.72
QUICK VIEW
Lun Fix Schlagdübel 6,0x40mm -Nageldübel 200 Stük - Dübel Schraube - Rahmendübel - Schnellmontage Dübel - Schlagschraube - Senkkopf
$ 2.33
QUICK VIEW
Kiprim Grüner Kreuzlinienlaser LV8 mit Verbesserter Sichtbarkeit, Einstellbarer Helligkeit,Manuellem/Selbstnivellierendem/Impulsmodus, Batterien und Tragetasche im Lieferumfang Enthalten
$ 16.36
QUICK VIEW
Intelmann Tellerventil Abluft Ø 125 (80 100 125 150 160 200)
$ 7.01
QUICK VIEW
feedal Airbrush-Halter Airbrush-Ständer Airbrush-Halter Station Farbspritzpistolen-Halter Kit Werkzeuge
$ 7.01
QUICK VIEW
HMF 250452 Feuerfeste Wasserdichte Dokumentenbox | DIN A4 | 44,5 x 16,5 x 33 cm | schwarz
$ 33.90
QUICK VIEW
MASKO® Schneeschaufel auf Rädern höhenverstellbar - 5-Fach Schneeräumen, rückenschonender Schneeschieber, Schneeschild 75 cm Arbeitsbreite-Höhe 42 cm, platzsparend zusammenklappbar
$ 45.60
QUICK VIEW
Hebitod Vordach für Haustür,100x150cm Transparent Polycarbonat 6mm Überdachung Haustür aus Aluminium, Pultbogenvordach mit ABS Halterung, Schnee und UV Schutz, Pultvordach
$ 33.90
QUICK VIEW
GEDORE red Monierzange, Länge 250 mm, mittelharter Draht bis zu 2,4 mm
$ 8.17
QUICK VIEW
Alrens 3 Pcs Andrückrolle Andrückwalze, 2 Pcs Gummiwalze + 1 Pcs Reifenreparatur Rolle, Auto Tapetenroller Schallschutz Andruckrolle, Hand Andruckrolle Werkzeug für Kantenumleimer Reifenreparatur
$ 9.34
QUICK VIEW
Keramikzünder für Pelletofen - Speziell für NORDICA EXTRAFLAME/SKIA/RAVELLI/DAL ZOTTO - 300 W, 89/94 mm, Ø 11,5 mm, Gewinde 3/8 mit Anschlüssen - PSX 6-240-B -1 Jahr Garantie
$ 23.38
QUICK VIEW
30 x Pictolor Abstreifgitter 26 x 30 cm
$ 33.90
QUICK VIEW
Sechskantmuttern mit Flansch-selbstsichernd (mit Polyamid - Klemmteil)- M6-(20 Stück)- DIN 6926 Edelstahl Rostfrei A2 Stopmuttern/Sicherungsmuttern
$ 4.67
QUICK VIEW
Relaxdays Türklopfer antik, Gusseisen, verziert, Anschlagknopf, für Eingangstür H x B x T: 18 x 10 x 4 cm, bronze
$ 8.17
QUICK VIEW
4smile Handtuchhalter ohne Bohren - 6 Stück schwarze Handtuchhaken Bad Edelstahl rostfrei als praktische Klebehaken - Hochwertige Haken selbstklebend, Wandhaken, klassisches Design
$ 7.01
QUICK VIEW
Universal Magnethalterung für Camping, Grillen, Gym, Werkstatt und WM Filter
$ 12.85
QUICK VIEW
eufy Security 5-teiliges Smart Home Set, Sicherheitssystem mit Bewegungssensor, 2 Diebstahl-Sensoren, Alarmsystem, mit App, kompatibel mit eufyCam, Steuert andere HomeBase Überwachungsgeräte
$ 91.21
QUICK VIEW
sourcing map 5Stk. 5mm zu 10mm Aluminiumlegierung Stab Flexibel Kupplung Motorsteckerverbindung L25xD19 Silber
$ 8.17
QUICK VIEW
Fingerabdruck-Türschloss, Intelligentes Türschloss mit Griff, Digitales Türschloss,Intelligentes Diebstahlsicherung Schloss für Häuser, Wohnungen,Schwarz
$ 33.90
QUICK VIEW
14 Stück Schleifschwamm, 60-220 Körnung Schleifblock, Weichschaum Sand Block Nass Trocken Schleifpapier für Modell Trockenbau Metall Holz Möbel Polieren (Blue)
$ 9.34
QUICK VIEW
Tapetenentferner mit 10 Klinge, 60cm - 23.6'' für effektive Wandrenovierung, Löst Tapeten und Kleister für Fenster, Fliesen, Tapeten, Küche, Herd, Kochfeld und Backofen (60cm)
$ 5.84
QUICK VIEW
Fonyet Schleifstein Set 6 Stück Abziehsteine Schleifstein Messer mit Rutschfestem Gummifuß Professionell Messerschärfer Körnung 120/240/600/1000/2000/3000
$ 5.84
QUICK VIEW
DoorBird A8003 Tischständer für IP Video Innenstation, Weiß
$ 49.11
QUICK VIEW
sourcing map Spiralnut Gewindebohrer 5/16-24 UNF 2B HSS Fräsen Einfädeln 3 Flöten Abhören
$ 7.01
QUICK VIEW
YIHUA 939-III Brandmalerei-Werkzeugset Holzbrennstation mit 2 Brandmalerei-Stiften (Drahtspitzen-Typ) mit 20 Holzbrennspitzen 2 Brandmalerei-Holzstücken (EU-Stecker)
$ 39.75
QUICK VIEW
Hazet 2534 Messingdorn
$ 21.04
QUICK VIEW
AIKE AK1052 500ML Spülmittelspender mit Edelstahlpumpe, Einbau-Seifenspender für Küchenspüle und Waschbecken
$ 9.34
QUICK VIEW
Silikonentferner Set (26-teilig) zur Silikon Entfernung und Erneuerung von Acryl-& Silikonfugen-Profi Dichtmittel Bearbeitungsset inkl,Fugenmesser,Fugenglätter,Ersatzklingen
$ 9.34
QUICK VIEW
Phantasy® Fensterabdichtung für Mobile Klimageräte, Klimaanlage, Wäschetrockner, Ablufttrockner, Hot Air Stop zum Anbringen an Fenster, Dachfenster Flügelfenster Keine Bohrlöcher Erforderlich 300CM
$ 8.17
QUICK VIEW
TECPEAK GSM/WiFi Alarmanlagen Komplettsystem, Alarmanlage Haus mit Alarmsirene, Haussicherheits Set inkl. Fensteralarm/Türalarm, Bewegungsmelder, Fernbedienung,Tag,SOS,Solar Außensirene
$ 115.78
QUICK VIEW
sourcing map 20pcs M6 Kohlenstoffstahl Käfigmutter Messing für Server Regal Schrank DE
$ 3.50
QUICK VIEW
RIKA Schlüssel Türöffner N112017
$ 16.36
QUICK VIEW
HSEAMALL 315 Stück Sicherungsringe Set, Sprengring E-Clips Metall C-Clip Seegering Sortiment 15 Typen Sicherungsscheiben für wellen,Schwarz
$ 3.50
QUICK VIEW
Möbel Kinderbett Schraube Inbus mit Zylindermutter 6mm M6 x 100mm zp (Packung mit 8)
$ 3.50
QUICK VIEW
Picard - Hand- und Niethammer (0000152-0300)
$ 23.38
QUICK VIEW
KIBBEH Dritte Hand Löten, magnetische Helferhände, Löthalter, Helferhände Lötwerkzeug, Stereo-Werkzeug für Feldschweißmaschinen
$ 5.84
QUICK VIEW
CMT ORANGE TOOLS 901.160.11B - SCHAFTFRÄSER M/ANLAUFLAGER HM S=8 D=16X19
$ 17.53
QUICK VIEW
Dremel 105 Graviermesser - Zubehörsatz für Multifunktionswerkzeug mit 3 Graviermessern 0,8 mm zum Schnitzen, Fräsen, Holzfräsen, Gravieren in Holz, Laminate, Stein, Kunststoff, Metall
$ 2.33
QUICK VIEW
Ingersoll Rand Drucklufthammer 123MAXH, Presslufthammer mit Kurzem Sechskantschaft, Anti-Vibrationswerkzeug mit Schnellwechselhalter
$ 73.67
QUICK VIEW
Taipintee Alu wasserfestes Klebeband 5m*15cm,Dichtungsband Selbstklebend, Dichtband dusche,Butylkautschuk Aluminiumfolie Tape,für Dachleckage, Oberflächenriss, Fensterbankspalt, Rohrbruch
$ 5.84
1
2
3
4
...
2871
BACK
Shopping Cart