{{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 %}
CLEARANCE | UP TO 80% OFF
More Links
EUR
EUR
€
SEARCH
Log in
Create Account
EUR
EUR
:
€
ALL ACCESSORIES
80%
OFF
Black peep toe pumps with pointed nose
€ 33.33
€ 166.65
Save
€ 133.32
80%
OFF
Black leather pumps with wavy upper
€ 24.78
€ 123.92
Save
€ 99.14
80%
OFF
Maroon patent leather pumps
€ 24.78
€ 123.92
Save
€ 99.14
80%
OFF
Patent leather pumps with open heel
€ 24.78
€ 123.92
Save
€ 99.14
80%
OFF
Semi-open leather pumps
€ 24.78
€ 123.92
Save
€ 99.14
80%
OFF
Cutout pumps with open top and open heels
€ 24.78
€ 123.92
Save
€ 99.14
80%
OFF
Patent leather post pumps with exposed heels
€ 24.78
€ 123.92
Save
€ 99.14
80%
OFF
Patent leather pumps with open heel on a low post
€ 22.22
€ 111.10
Save
€ 88.88
View More
WOMEN SALE
MEN SALE
80%
OFF
Black patent leathered booties with a metal heel decorated with crystals
€ 21.62
€ 108.11
Save
€ 86.49
80%
OFF
Ladies’ brown boots
€ 14.61
€ 73.07
Save
€ 58.46
80%
OFF
Small elegant bag decorated with cubic zirconias
€ 14.10
€ 70.50
Save
€ 56.40
80%
OFF
Sunglasses with square metal frame
€ 22.22
€ 111.10
Save
€ 88.88
80%
OFF
Ladies' light brown boots
€ 14.61
€ 73.07
Save
€ 58.46
80%
OFF
Black leather wallet with gold rivets
€ 15.81
€ 79.05
Save
€ 63.24
79%
OFF
Evening bag box with pink crystals
€ 17.01
€ 85.03
Save
€ 68.02
79%
OFF
Black nubuck boots on trefoil sole
€ 20.94
€ 104.69
Save
€ 83.75
View More
79%
OFF
Men's watch with gold-coloured case and gun metal mesh bracelet
€ 15.47
€ 77.34
Save
€ 61.87
79%
OFF
Small wallet with detachable chain
€ 5.90
€ 29.48
Save
€ 23.58
80%
OFF
Analog watch on a leather strap
€ 17.52
€ 87.60
Save
€ 70.08
80%
OFF
Men’s leather ankle-high sneakers with shiny details
€ 15.98
€ 79.91
Save
€ 63.93
80%
OFF
Men's casual leather loafers
€ 19.91
€ 99.56
Save
€ 79.65
80%
OFF
Men's leather flat ankle boots on a thick sole with a thread
€ 17.52
€ 87.60
Save
€ 70.08
80%
OFF
Men’s black natural leather loafers
€ 17.86
€ 89.31
Save
€ 71.45
80%
OFF
Black solid men's boots with high laced upper
€ 14.61
€ 73.07
Save
€ 58.46
View More
Collection List
MEN>SHOES>CASUAL SHOES
WOMEN>SHOES>COWBOY BOOTS
View More
Red handbag with jewelry clasp
€ 26.49
€ 132.46
Shiny bag-type bag
€ 17.01
€ 85.03
Black handbag made of soft material
€ 18.54
€ 92.72
Black evening bag type bag
€ 17.01
€ 85.03
Red handbag with jewelry clasp
€ 26.49
€ 132.46
Shiny bag-type bag
€ 17.01
€ 85.03
Black handbag made of soft material
€ 18.54
€ 92.72
Black evening bag type bag
€ 17.01
€ 85.03
Red handbag with jewelry clasp
€ 26.49
€ 132.46
Shiny bag-type bag
€ 17.01
€ 85.03
Black handbag made of soft material
€ 18.54
€ 92.72
Black evening bag type bag
€ 17.01
€ 85.03
WALLETS AND CASES
HANDLE AND CROSSBODY BAGS
80%
OFF
Quilted wallet with large clasp
€ 10.68
€ 53.41
Save
€ 42.73
80%
OFF
Stylish hanging card case with chain
€ 5.55
€ 27.77
Save
€ 22.22
80%
OFF
Multifunctional key case
€ 6.58
€ 32.90
Save
€ 26.32
79%
OFF
Oblong quilted wallet with flap
€ 21.37
€ 106.83
Save
€ 85.46
79%
OFF
Ladies' black wallet
€ 11.20
€ 55.98
Save
€ 44.78
80%
OFF
Compact black wallet with zipper closure
€ 12.99
€ 64.95
Save
€ 51.96
79%
OFF
Small black wallet with quilting
€ 17.95
€ 89.73
Save
€ 71.78
79%
OFF
Ladies' black wallet
€ 16.07
€ 80.33
Save
€ 64.26
View More
80%
OFF
Large men's bag with wide strap
€ 43.58
€ 217.92
Save
€ 174.34
80%
OFF
Practical small men's bag made of full grain leather
€ 22.22
€ 111.10
Save
€ 88.88
80%
OFF
Brown leather laptop and document bag
€ 43.58
€ 217.92
Save
€ 174.34
80%
OFF
Brown leather single compartment bag
€ 43.58
€ 217.92
Save
€ 174.34
80%
OFF
Brown leather crossbody bag
€ 26.49
€ 132.46
Save
€ 105.97
80%
OFF
Elegant leather travel bag
€ 74.35
€ 371.75
Save
€ 297.40
80%
OFF
Travel bag with laptop compartment
€ 74.35
€ 371.75
Save
€ 297.40
79%
OFF
Black leather laptop briefcase bag
€ 52.99
€ 264.93
Save
€ 211.94
View More
Subscribe to our newsletter
Join our Friends and Family Mailing List
Subscribe
Shopping Cart