{{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 %} {%- capture coupon_value -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value != 0 -%} {{ coupon.rule.condition.value | money }} - {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value == 0 -%} ≤ {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- unless coupon.rule.condition.max_value -%} {{ coupon.rule.condition.value | money }} + {%- endunless -%} {%- endcapture -%} , {{lang.coupons.discount_rule_amount | replace: '{condition}',coupon_value }} {% endif %}
{% endfor %}
{% if coupons.size > 6 %}
{{lang.base.show_more}}
{% endif %}
USD
USD($)
Cart
0
My Account
Log in
Home
Dresses
Tops
Bottoms
Knitwear
Outerwear
Shoes
Accessories
More Links
Honorern
Home
Dresses
Tops
Bottoms
Knitwear
Outerwear
Shoes
Accessories
USD
USD($)
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
95295
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
Pompa per piscina, pompa filtro, autoadescante, pompa di circolazione, capacità: 8000 l/h, altezza massima di mandata 8,5 m, prefiltro: 300 W, motore silenzioso: 73 dB, IPX5, 230 V/50 Hz
$ 49.56
QUICK VIEW
10 Rotoli Nastro Adesivo Per Mascheratura Nastro Carta Imbianchino 15 Mm X 20 M Strappabile E Scrivibile A Mano Per Lavori Fai Da Te, Scrapbooking, Disegno, Materiale Artistico Per Bambini (Bianco)
$ 10.13
QUICK VIEW
Ctyjia 2 Pezzi Nastro Isolante Elettrico, 18mm x 20m PVC Nastro Adesivo, Nastro per Elettricisti, Nastro Impermeabile Giallo per Isolamento, Riparazioni
$ 4.50
QUICK VIEW
Set di pinze per trapano 1/32' a 1/8' Mandrino Per Trapano con Scatola, Adattatore Testa Mandrino per Accessori Utensili Rotanti (11 Pezzi)
$ 5.62
QUICK VIEW
Sega manuale per potatura portatile con lama da 500 mm | Impugnatura ergonomica e antiscivolo con custodia protettiva | Utilizzo professionale per agricoltura e giardinaggio
$ 18.01
QUICK VIEW
Sonda dell'elettrodo del livello dell'acqua per caldaia a vapore, (filo di rame singolo Palo G1/4 (2 punti))
$ 7.87
QUICK VIEW
50 cm spada 3/8 2 catena a scalpello adatta per Stihl 036 MS 360 MS360
$ 30.41
QUICK VIEW
Portwest Cappotto Unisex-Adulto
$ 25.90
QUICK VIEW
2 Pz Saldatura Mat Idraulici Brasatura Pad Wrap Around Tubo Design per Isolamento Termico Ritardante di Fiamma Saldatura Protezione 25x25cm Ciascuno
$ 11.25
QUICK VIEW
Battipav Profi EVO 133 - Tagliapiastrelle in alluminio
$ 111.53
QUICK VIEW
Tavola di Levigatura per WDVS, Calcestruzzo Aerato e Polistirolo - Raspa - Frattazzo con Piastra in Acciaio Zincato - 270x130 mm - Tavola di Livellamento.
$ 10.13
QUICK VIEW
Interruttore per Smaltimento Rifiuti Pulsante Interruttore Vasca Idromassaggio Tritarifiuti O Parti Attrezzature per Rifiuti Alimentari
$ 6.75
QUICK VIEW
Mini set di seghe circolari da tavolo, mini seghe circolari da tavolo, per la lavorazione del legno, piccola carving Machine sega circolare 9000 giri/min, puro rame a doppio asse, motore
$ 33.79
QUICK VIEW
Loctite Super Attack Power Flex Gel
$ 6.75
QUICK VIEW
10 copri piedi per sedia, in gomma a forma di L, per mobili, 40 mm x 40 mm, nero VXr905 (nero, taglia unica)
$ 4.50
QUICK VIEW
10 Pezzi Occhielli in Gomma di Tenuta, Occhielli in Gomma Super Seal a 4 Pin, Cablaggio Automotive DJ7041-1.5-21-3 Manicotto in Gomma Guida Filo, Morsetto Posteriore del Connettore per Auto
$ 6.75
QUICK VIEW
Tubo flessibile per grondaia
$ 12.38
QUICK VIEW
LONTAN 10 maniglie per armadi da cucina, colore nero, per mobili, 96 mm, distanza tra i fori, colore nero
$ 12.38
QUICK VIEW
Set di filo termico di ricambio e panno per sigillatrici ad impulsi, perfetto per modelli SF 200 (400 mm)
$ 3.37
QUICK VIEW
Tagliapiastrelle Portatile, Tagliapiastrelle in Ceramica con Coltello a Spinta in Lega di Alluminio e Magal, Portatile per Lastre di Roccia
$ 111.53
QUICK VIEW
Gocableties - Guaina termorestringente nera con adesivo - 12,7 mm x 1,2 m - 1 pezzo - Rapporto di restringimento 3:1 - Impermeabile - Tubo termoretraibile per cavo
$ 3.37
QUICK VIEW
2 cerniere di supporto per pannello porta a chiusura morbida, possono essere fermate a piacimento, utilizzato per cerniere a conchiglia pesanti per armadi, armadio a muro e coperchio per scatola
$ 7.87
QUICK VIEW
Cassetta di sicurezza biometrica - Cassaforte a impronta digitale da 43 litri per, con modalità silenziosa e luce LED, cassaforte per la casa, l'ufficio e i bambini, antifurto - 31×35×50 cm
$ 66.46
QUICK VIEW
Fresatrice Verticale Legno, Banco Fresa per Legno, con 4 Anelli E Viti per Banchi, Inserto con Piastra in Lega di Alluminio, 235 Mm X 120 Mm X 8 Mm, per Panche per Lavorazione Del Legno
$ 10.13
QUICK VIEW
Cassetto in Lamiera Zincata | Raccolta della Cenere | Cassetto per Camino | 29,5x15x14 h cm
$ 27.03
QUICK VIEW
Accoppiatore Elettromagnetico WARNER 5217-18/5217-35/5217-9/5217-6, Cinghia Meccanica V-Belt, 16 mm, 76 mm
$ 88.99
QUICK VIEW
Makita E-07294 - Punta da terra con perno, 100 x 800 mm
$ 42.80
QUICK VIEW
LINEA PORTASCIUGAMANO CM.56 ART.286 (055874)
$ 10.13
QUICK VIEW
Metabo Aspirazione
$ 5.62
QUICK VIEW
Adesivi Murali Foglie Verdi Adesivi da Parete Palma Foglie Piante Verdi Eucalipto Foglia Decorazione Murale Camera da Letto Soggiorno Ufficio
$ 9.00
QUICK VIEW
KS Tools 150.9779 1/2' Bussola sospensione per PSA, 44 mm
$ 15.76
QUICK VIEW
Burg-Wächter JOURNAL 5867 SI Cassetta della Posta con Arresto di Apertura, Argento
$ 23.65
QUICK VIEW
Max-Power KK3180062 Vite Latt.A2 Din 7995 4.5X45 Pezzi101
$ 4.50
QUICK VIEW
W 11-125 Quick (603623000) Amoladora angular
$ 72.09
QUICK VIEW
Scatola di Giunzione Esterna in Alluminio, 80 X 160 X 300mm Impermeabile IP65 Connettori Scatola di Derivazione Impermeabile Rettangolare Elettrica Universale per Esterno o Interno
$ 27.03
QUICK VIEW
Smavles Occhiali Protettivi Laser 6 Pezzi Occhiali di Sicurezza Occhiali di Protezione per Gli Occhi per IPL UV LED Luce Terapia a Infrarossi
$ 7.87
1
...
166
167
168
169
170
171
172
173
...
2648
BACK
Shopping Cart