{{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
Luce di Riempimento con Clip per Lente Polarizzata CPL, Regola la luminosità Luce Video Fotografica Riflettente per L'arte del Tatuaggio, Adatta per la Maggior Parte dei Telefoni
$ 14.83
QUICK VIEW
2G+64G Wireless Carplay Android Autoradio 2 Din per FIAT 500 2007-2015 9 Pollici Autoradio con Android Auto GPS Navi WiFi Mirror Link Bluetooth FM/RDS/DAB Telecamera Posteriore
$ 81.04
QUICK VIEW
BRESSER Condor 20-60x80 Gen. II
$ 109.58
QUICK VIEW
KBANDZ Supporto Moto Manubrio Moto Mobile Phone GPS Stand Supporto Staffa per Honda XADV 750 X-ADV X ADV 750 XADV750 X-ADV750 (Colore : Handlebar Black)
$ 14.83
QUICK VIEW
TV Digitale Portatile da 10 Pollici, TV LED con Schermo ISDB TFT HD per Auto, Roulotte, Cucina All'aperto, Lettore Multimediale con Batteria Integrata, Supporto USB/scheda di
$ 63.92
QUICK VIEW
Preamplificatore Phono Dual Gain Preamplificatore Phono Giradischi PP500 Stereo Altoparlante Professionale
$ 19.40
QUICK VIEW
Hub USB alimentato da 10 Gbps, hub USB 3.2 a 16 porte da 96 W, interruttori di accensione/spegnimento individuali, adattatore di alimentazione 12 V/8 A, splitter USB 3.2 per laptop, PC, computer.
$ 44.51
QUICK VIEW
Megadap ETZ21 PRO - Adattatore per obiettivo AF integrato con apertura elettronica compatibile con fotocamera Nikon Z Zf Z5II Z9 Z8 Z7II Z7 Z6III Z6II Z5 Z50II Z30 ZFC per Sony FE
$ 113.02
QUICK VIEW
Klipsch 1064165 DS-160C Designer Series - Altoparlante da incasso a soffitto, 16,5 cm, colore: Bianco
$ 79.90
QUICK VIEW
BETOWEY Interfono Moto Bluetooth Coppia BT-S2 Auricolari Bluetooth Casco Moto - Doppia, Microfono Duro
$ 53.64
QUICK VIEW
Antenna con sintonizzatore regolabile, per Yaesu FT-817, per ICOM, 703, K2, USDX, MCHF, antenna HF a onde corte QRP da 20 W, 5-55 MHz
$ 18.25
QUICK VIEW
Gigaset AS475 Telefono Cordless, Tastiera Retroilluminata, Ampio Raggio d'Azione, Numeri Grandi sul Display, Rubrica fino a 100 contatti, Black List, Nero/Grigio
$ 19.40
QUICK VIEW
Focal IC VW 165 coassiali a 2 vie 165mm custom-fit Volkswagen
$ 71.91
QUICK VIEW
HYS Walkie Talkie Auricolare a forma di G con microfono compatibile con Yaesu Vertex VX-6 VX-6E VX-7E VX-7R VX-120 VX-127 VX-170 VX-177 FT-270 radio a 2 vie
$ 14.83
QUICK VIEW
TTARTISAN Mini flash M01 per fotocamera, stile retrò, GN12, 5600 K, 4 livelli, contatto singolo, per la maggior parte delle fotocamere (flash per fotocamera)
$ 20.54
QUICK VIEW
Grundig - CMS 4000 BT DAB HiFi System, colore argento
$ 67.34
QUICK VIEW
P2 2 (1)-in-1 (2)-Out Amplificatore Altoparlante Selettore Interruttore Splitter 2-Way Altoparlante Controllo Combinatore Box
$ 31.95
QUICK VIEW
Cuffie Bluetooth, Auricolari Bluetooth 5.4 Stereo HiFi, 40 Ore Cuffie Wireless In Ear ENC Cancellazione Rumore e 4 Mics, IP7 Impermeabile Cuffiette, Cuffie Senza Fili USB-C Carica Rapida, LED Display
$ 73.05
QUICK VIEW
V6 Pro 1200M Impermeabile Interfono Moto, Moto Auricolare Bluetooth con Cancellazione del Rumore, Comunicazione Bluetooth per Casco Moto con Fino a 6 Riders (2 Pezzo)
$ 41.09
QUICK VIEW
PHOTO PORST - 7 fotocamere usa e getta Edition Spirit in verde, multicolore, con flash, batterie e pellicola (confezione da 7, 27 scatti)
$ 53.64
QUICK VIEW
Telecamera Spia Mini Telecamera Nascosta, 1080P HD Wireless WiFi Telecamera di Sicurezza per Interni con Visione Notturna Automatica, Rilevamento del Movimento, Controllo Tramite App Per Casa/Auto
$ 14.83
QUICK VIEW
Bigme E-Ink Tablet 6' Book Reader con display HD E-Paper e illuminazione frontale a LED
$ 54.79
QUICK VIEW
Autoradio Android 11 per K-ia Morning Picanto 2007-2011 Touch Screen da 9/9,5 Pollici Carplay Android Auto FM AM Autoradio con Navigazione GPS BT 5.1 Supporto SWC Dolby DTS Telecamera di Backup (
$ 105.02
QUICK VIEW
Pocketbook Basic Lux 4 Black 8 GB eBook Reader 6' versione tetto eINK Touch Wi-Fi
$ 84.47
1
...
41
42
43
44
45
46
47
48
...
3244
BACK
Shopping Cart