{{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 theme_config.global.product_inventory_status and 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 theme_config.global.product_inventory_status and inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if theme_config.global.product_inventory_status and 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
Long Dresses
Short Dresses
Shorts & Skirts
Tees & Tanks
Sets
Denim
Shoes
Cardigans
Pants
Jackets
Accessories
More Links
Fashionser
Home
Long Dresses
Short Dresses
Shorts & Skirts
Tees & Tanks
Sets
Denim
Shoes
Cardigans
Pants
Jackets
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
77850
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
vhbw batteria compatibile con Shure GLX-D24R/SM86, GLX-D4, GLX-D6 sistema radiomicrofonico, trasmettitore tascabile digitale (1100mAh, 3,7V, Li-Ion)
$ 30.81
QUICK VIEW
Edifier W800BT SE Cuffie Wireless Over Ear Bluetooth 5.4- Cancellazione del Rumore delle Chiamate AI - 45Ore - Ricarica Rapida - Modalità Gioco - Pieghevole - Nero (W800BT SE, Nero)
$ 20.54
QUICK VIEW
Take TK-SL4 Slider per Riprese Video, Lunghezza 60 cm, Piedini Regolabili, Con Borsa da Trasporto
$ 29.67
QUICK VIEW
OOONO CO-Driver NO1 Set di 3: avvisa di autovelox e pericoli del traffico stradale in tempo reale, automaticamente attivo dopo la connessione allo smartphone tramite Bluetooth, dati Blitzer.de
$ 57.07
QUICK VIEW
LZHSWM Filtro FX Centerfield Split Diopter for Effetti Speciali Obiettivo della Fotocamera(67mm)
$ 31.95
QUICK VIEW
Ricevitore radio per tutte le bande AM, radio ad onde corte FM, radio a banda larga LCD portatile da 3,2 pollici con alloggiamento in metallo, altoparlante, antenna, batteria da 5000 mAh
$ 113.02
QUICK VIEW
Sistema altoparlanti per auto composto da: 2 supporti altoparlanti con griglie 2 altoparlanti Colore NERO.
$ 19.40
QUICK VIEW
Geloo Wireless Carplay Dash Cam per Moto con 5' LCD Display, GPS Moto Navigatore con Dashcam Fotocamera Impermeabile IP67,2K+1080P Telecamera, Registrazione in loop,WIFI
$ 94.74
QUICK VIEW
Eltax Monitor III Bianco - Altoparlanti Librerie
$ 113.02
QUICK VIEW
Gigaset E630 - Telefono Cordless, Resistente ad Urti, Spruzzi e Polvere, Vibrazione, funzione torcia, Nero [Versione Italiana]
$ 75.33
QUICK VIEW
Vituord Scanner per Pellicole Mobile, Diapositive E Copia di Negativi, Visualizzazione con Illuminazione a LED - Dimmerabile, con Supporto per Pellicole da 135, 120, 4x5
$ 77.62
QUICK VIEW
Radio DAB portatile con 20 ore di riproduzione | radio Bluetooth, alimentazione a batteria e alimentazione | Radiosveglia | radio FM, 60 preset, jack per cuffie, orologio/cucina, radio retrò, Lemega
$ 34.24
QUICK VIEW
HIFI WALKER G7 MP3 Player with Camera and Spotify, MP3 Player with Bluetooth and WIFI, Android 80GB mp3 player, Spotify MP4 Player with Speaker, Spotify, Youtube
$ 35.38
QUICK VIEW
Superbat Antenna GPS BeiDou 4G LTE Magnetica Combinata per Auto, Compatibile con Terminali di Navigazione, Sistemi di Monitoraggio Remoto e Router Amplificatori 4G LTE
$ 17.11
QUICK VIEW
Radio SI4732, radio portatile SI4732 con display ad alta definizione e durata della batteria di 10 ore, perfetta per l'uso
$ 29.67
QUICK VIEW
Andoer, kit di accessori 14 in 1 per Fujifilm Instax Mini 9/8 +/8 con custodia, tracolla, auto-adesivo, lente per selfie, filtro, album, fotogramma, angolo adesivo, penna
$ 19.40
QUICK VIEW
Cavi diffusori 100m - 2x2,5mm² - 100% CCA Rame ; Cavo audio - rosso/nero
$ 28.53
QUICK VIEW
ULANZI SL02 Flash Speedlite per Fotocamera, Modalità Luce Continua, GN8 con 4 Livelli di potenza, [email protected], Ricarica Rapida Type-C,Compatibile con Canon/Fuji/Nikon/Panasonic/Olympus/Sony
$ 15.97
QUICK VIEW
Portkeys Monitor per fotocamera PT5 III da 5,4' 800 nits con supporto per porta USB 3.0 di tipo C Waveform, istogramma, peaking, falso colore e funzione 3D LUT per fotocamera DSLR
$ 100.45
QUICK VIEW
HUNSN 1U Rack Mount Firewall Appliance, PFSense, OPNsense, VPN, 2th Gen Core I3 2328M, 2350M, 2370M, RJ08, 6 x 2.5GbE I226-V LAN, Console, 8G RAM, 64G SSD
$ 113.02
QUICK VIEW
SXLXYOF Contenitore Toner di scarto W9048MC Compatibile per HP E77830DN E77830Z MFP E77822DN E77822Z E77825DN E77825Z E77428DN E77422DN E77422DV E77422A E78528DN E78523DN Stampanti,W9048MC-1PC
$ 36.52
QUICK VIEW
Divisore di Frequenza ad Alta Potenza da 1500 W Crossover Un 3 Vie Alto-Basso 8 Ohm per Altoparlante, Punto di Crossover 1600 / 2800Hz
$ 23.96
QUICK VIEW
Banca di potere 5000mah 051
$ 18.25
QUICK VIEW
Lykus PVC1 Valigia Custodia Case rigida impermeabile con divisori imbottiti per fotocamere, obiettivi, droni DJI Mavic/Air/Mini duali
$ 54.79
1
...
33
34
35
36
37
38
39
40
...
3244
BACK
Shopping Cart