{{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
Nach Draper Tools 60742 125 mm Carbon Stahl gebogene Nase Zange
$ 16.36
QUICK VIEW
ISOVER Klimamembran Vario KM Duplex UV 1,5x20m Rolle = 30m²
$ 57.29
QUICK VIEW
Selbstklebende Schaumstoffrolle Zellkautschuk Selbstklebend 300mm(B) x1.5mm(D) x3m(L) Multifunktionale Neopren Schaumstoffplatte einfach zu schneidende DIY-Zellkautschuk Platte (Schwarz)
$ 10.51
QUICK VIEW
EHA Kabelbrücke, 75 mm Breit, 3 m Set inklusive Klebeband,schwarz, 40000
$ 18.70
QUICK VIEW
elago Magnetische Kabelhalter, Organisieren Sie 3 Kabel, Starke Magnete, Wiederverwendbare Aufkleber haften an Oberflächen und Schreibtischorganisation (Schwarz)
$ 9.34
QUICK VIEW
Stanley Meissel-, Körner- und Durchschläger-Set (12-teilig, Chrom-Vanadium Stahl, 1,5/2/3/4/5/6/8/10/12/16 mm) 4-18-299
$ 8.17
QUICK VIEW
HGDESIGN® Wandtattoo Wandaufkleber Rot Rosen Blumenranke Wohnzimmer Schlafzimmer Wandsticker Wandbild Wanddeko Selbstklebend (Rot)
$ 7.01
QUICK VIEW
SDENSHI 20 pcs. Hochwertiger Markierungsnagel mit Reflektoren für Parkplatz Garage, Gelb
$ 16.36
QUICK VIEW
Martinshof Rothenburg Diakoniewerk 1 Set Dachschindeln Biberschwanz (100 mm) grün, Biberschwanz, Dachschindeln 0,30 m²
$ 9.34
QUICK VIEW
sourcing map 4 Stück Hebelgriff Eisen verchromt Ersatz Vierteldrehung mit Kunststoffgriff Gelb für Kugelhahn
$ 5.84
QUICK VIEW
BauKreis Fahrradkorb, Grau, Stahl, Lenkermontage, 16 mm, Rundstahl, 30 cm
$ 3.50
QUICK VIEW
puissant 2X Whiteboard Loescher Schwamm Magnethaftend 110X52mm Fein
$ 1.16
QUICK VIEW
LED-Kamin Nostalgie | Deko Kaminfeuer | Tischkamin elektrisch | batteriebetrieben | ohne Heizung | realistischer Feuer-/Flammen-Effekt | 35,5x30cm | schwarz
$ 15.19
QUICK VIEW
Kidde 5CO LED-Kohlenmonoxid-Detektor mit zehnjähriger Lebensdauer
$ 16.36
QUICK VIEW
Glarylight Taschenlampe LED Aufladbar 500000 Lumen, LED Taschenlampe Extrem Hell XHP70.2 mit 5 Modi & Zoomable & IPX7 wasserdicht, Starke Taschenlampen für Camping, Wandern, Notfälle (2 Pack)
$ 24.55
QUICK VIEW
HOLZBRINK Schubstange Kesselstab STARR Holzgriff M12 Länge 100cm + 25 mm Heizkesselbürste Kesselbürsten Ofenbürste Ofenrohr reinigen Reinigungsbürste
$ 8.17
QUICK VIEW
ABUS Tür-Schließblech SBK HG hammerschlag-gold 20937
$ 5.84
QUICK VIEW
2X 18V 5,0Ah Ersatzakku für Makita + 3A DC18RC Ladegerät Kompatibel mit Makita 14.4V-18V BL1830 BL1850 BL1860 BL1840 BL1820 etc Werkzeugakku und DC18RD DC18RC DC18SF DC18RA DC18RF Ladegerät
$ 38.58
QUICK VIEW
S&R Drahtbürste Set 5-teilig für Bohrmaschine, gewellter Stahldraht - Rundschaft 6mm - Abtragen und Polieren; Im Set: Scheiben-, Topf-, Pinsel- und Zylinderstahlbürste
$ 7.01
QUICK VIEW
Kugelhahn 3/4 zoll - Absperrhahn mit Hebelgriff 30 BAR Innengewinde - Verschraubung
$ 5.84
QUICK VIEW
FAMEX 5560 Profi Japansäge - große japanische Zugsäge - Zimmermannssäge 380mm - Original Japan - für den anspruchsvollen Anwender und Gewerbe
$ 17.53
QUICK VIEW
Voxura Unterputz-Elektronikdose Schalterdose Gerätedose Tunnel 149x67x60mm Einbauöffnung Ø 60mm Einbautiefe 67mm tief UP schwarz 5 Stück
$ 10.51
QUICK VIEW
WEDO Kugel Pein Hammer,Messing Schlosserhammer mit Fiberglasstiel,Messinghaupt 1 Pfund,Vorschlaghammer,Länge 280mm,Kugelhämmer,Holzhämmer,korrosionsbeständig,DIN Norm
$ 14.02
QUICK VIEW
Puntero demolición SpeedHammer Max 600mm
$ 16.36
QUICK VIEW
Ronoza 20 Stück Magnethaken Extra Stark 5kg, Neodym Magnet Haken 10mm, Magnetische haken für Camping, Werkstatt, Eisentüren, Kühlschränke Gadgets, Büro (Silber)
$ 4.67
QUICK VIEW
Heidemann Funkgong Set HX Action (max. Reichweite 150 m, Lautstärke 4-stufig regulierbar 90 dB, 8 Melodien einstellbar, Klingel, inkl. Sender + Empfänger) 70835
$ 32.73
QUICK VIEW
FTVOGUE Flexible Schwanenhals MIG Schweißbrenner Verbrauchsartikel für Binzel 15AK Schweißbrenner
$ 9.34
QUICK VIEW
Original LÖWE Gehrungsschere 3.104 mit 45 Grad Anschlägen für professionellen Einsatz in Industrie und Handwerk - Amboss Winkelschneider für präzisen Schnitt an Kunststoff Gummi Holz PVC Leder, Metall
$ 21.04
QUICK VIEW
WILLBOND Kabel Griffleiste Boden Schwarz Kabel Griff Leiste Kabel Abdeckung Kabel Schützen Kabelschutz Kabel Management 4 Zoll Breite x 10 Feet(3M) Länge - Schwarz Kommerziell Büro Teppich (10 Feet)
$ 8.17
QUICK VIEW
10 stk Druckluftkupplung 1/4 zoll für druckluft anschlüsse,Euro Druckluftkupplung 1/4'BSP Schnellkupplung für Schläuche Kupplungsstecker,Luftleitung Schlauch Kompressor Fitting Kupplungen
$ 4.67
QUICK VIEW
STAHLWERK Automatik-Schweißhelm BULLET 3-in-1 Schweißerhelm | Schweißschild | Schweißmaske mit True-Colour-Echtfarbwiedergabe, automatischer Abdunkelung DIN 4 bis DIN 13 und Optischer Klasse 1/1/1/2
$ 30.40
QUICK VIEW
Makita B-53811 100teilig Bohrer- und Bit-Sortiment
$ 16.36
QUICK VIEW
US Pro Steckschlusselsatz, 1/2-Zoll, 6-kant tief, B1340, 16 Stuck
$ 22.21
QUICK VIEW
GIRA System 55 reinweiß SEIDENMATT (026 827) Blindabdeckung m.Tragring
$ 5.84
QUICK VIEW
Format 7657110050 – Einmaulschlüssel DIN894 50 mm
$ 7.01
QUICK VIEW
GEDORE Kniebrett mit Griffmulde, Zuverlässiger Schutz für die Knie, Fester Schaumstoff, Blau/Schwarz
$ 9.34
QUICK VIEW
Little Giant 15040-004 Einhängetasche
$ 25.72
QUICK VIEW
MWS25 Ohrstöpsel zum Schlafen und zur Geräuschreduzierung mit SNR 21 dB und NRR für Reisen, Konzentration und wiederverwendbarer Silikon-Gehörschutz, Aufsätze in den Größen XS, S, M und L. Schwarz
$ 7.01
QUICK VIEW
CNANRNANC LED-Treiber 10W-60W 300-1800MA Netzteil LED-Fahrlichttransformator IP66 Wasserdichtes Netzteil für Hochregalleuchten elektronische Bauteile
$ 7.01
QUICK VIEW
AOLSHENG schubladenschiene vollauszug 800 mm,Schwere schubladenführungen mit Schloss 50 kg Ladekapazität, 1 Paar (2 Stück)
$ 31.56
1
2
3
4
5
6
7
8
...
2871
BACK
Shopping Cart