{{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 %}
✈️FREE SHIPPING ON ORDER OVER $50✈️
USD
USD($)
Cart
0
My Account
Log in
Home
As Seen on Tiktok
Basics
Shop by Season
Shop by Theme
Jeweled
Wedding Day
FAQ
More Links
Nail Gallerys
Home
As Seen on Tiktok
Basics
Shop by Season
Shop by Theme
Jeweled
Wedding Day
FAQ
USD
USD($)
Home
/
News
News
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
98351
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
Fermetures Éclair Nylon Fermeture à glissière en résine détachable, ouverture d'ouverture, verrouillage automatique, fermeture à glissière en plastique for costume de couture 2/5 pièces(Orange,55cm)
$ 10.13
QUICK VIEW
Moule pré-presse d'extraction de colophane de 2 x 10 cm, palet de fleurs de 5 x 10 cm pour un rendement maximal
$ 25.90
QUICK VIEW
Housse Coussin Exterieur Impermeable 60X60cm Lot De 4 Bleu Coussin Canape Moderne DéCoratives en Coton Lin Taie Oreiller de Canapé Housse de Coussincarré pour Patio Jardin Salon Chambre DéCoration J-2
$ 20.27
QUICK VIEW
MGE - Saladier en Acier Inoxydable - Bols Mélangeurs/Saladier - Bol à Fruits et Légumes - Plat à Servir - Bol à mélanger - Bol pour Cuire, Servir et Grignoter - Food Bowl, Saladier - Set 3-17 cm
$ 7.87
QUICK VIEW
Ranger Lot de 2 stylos de gaufrage, Plastique, Claire, 1 count (Pack of 1)
$ 4.50
QUICK VIEW
Decapsuleur Mural Biere Ouvre-Bouteilles: YIDM Ouvre-bouteille de Bière Magnétique, Decapsuleur Mural Biere Vintage, Montage Mural Décapsuleur, Ouvre Bouteille Mural en Bois pour Bar Maison(23*7*5)
$ 9.00
QUICK VIEW
Jidyllic Presse ail Premium,Ecrase ail Robuste et Durable Découpe Ecrase Ail Hachoir à Gingembre Garlic Press Rocker Crusher pour Broyer et Éplucher
$ 6.75
QUICK VIEW
Fisura – Éventail original avec message « P*to calor ». Accessoire bois réversible élégant et coloré. Ventilateur main gris noir tendance. Crochet inclus. Taille : 42,5 x 23 cm
$ 6.75
QUICK VIEW
Alessi 5074/ao Récipient à Huile-vinaigre en Acier Brillant et Cristal, Argent
$ 23.65
QUICK VIEW
Bouquet de fleurs de crochet avec des roses légères et tricotées artificielles, bouquet en peluche bouquet de fleurs de crochet 11,8x13,8 Bouquet de roses crochet avec nœud papillon pour la fête des
$ 13.51
QUICK VIEW
VW Bulli Adventskalender: VW Bulli Advent Calendar
$ 31.53
QUICK VIEW
QTDZ Porte-Brosse À Dents Brossé en Laiton Antique Salle De Bains Rétro Brosse À Dents Becher Porte-Mur Suspendu Céramique Simple Tasse De Salle De Bain Accessoires De Salle De Bain
$ 16.89
QUICK VIEW
Pleayietoopiatiey Verres à vin transparents en forme de requin pour Noël ou anniversaire 300 ml
$ 9.00
QUICK VIEW
SG Secret de Gourmet Sauteuse - D 28 cm - Rouge
$ 25.90
QUICK VIEW
Kit convertisseur de prise magnétron pour four à micro-ondes 4 broches 5/10 pièces pour des réparations efficaces, compatible avec plusieurs marques (5 pièces)
$ 3.37
QUICK VIEW
Find Something Different Lot de 6 Verre Clair de Supports pour Bougies votives
$ 7.87
QUICK VIEW
Lot de 4 butoirs de matelas antidérapants pour éviter de glisser - Soutien de matelas amovible sans perforation
$ 7.87
QUICK VIEW
Bluey Ensemble 2 chaises pour Enfants, Multicolore, Table 43,5cm (H) x 63cm (W) x 63cm (D)
$ 39.42
QUICK VIEW
Walfront Sacs Multifonction A2 Sac de Dessin Portable Épaississez Le Sac d'image Portatif Imperméable 4K
$ 14.63
QUICK VIEW
Stormflag Japan Sushi Bar Restaurant Art Japan Cat string flag Interior Door decoration. Longueur d'environ 23,5 pieds (8 mètres), 20 drapeaux
$ 9.00
QUICK VIEW
Oryx Égouttoir/passoire avec manche Ø 22 cm, Vert
$ 1.12
QUICK VIEW
LJW Photo dédicacée de Rafael Nadal Tennis A4
$ 7.87
QUICK VIEW
Furinno 18049EX Pelli Cubique Armoire de Rangement , 2x1, Expresso
$ 15.76
QUICK VIEW
Urbanski Patch Hey You Dropped This à thermocoller sur 7,4 x 7,4 cm | Écusson Thermocollant, Transferts Thermocollant, Appliqués à coudre
$ 2.24
QUICK VIEW
Lacor 69304 Sous Vide Precise Cuit à Basse Température Acier Inoxydable 18/10 Sans BPA 1200 W
$ 111.53
QUICK VIEW
U-M Moulin à beurre râpe pour tartiner et faire fondre plus facilement le pain, les légumes, le maïs et le fromage, rouge + blanc, adorable qualité et pratique, 9*9*10.2
$ 6.75
QUICK VIEW
ASKC ABL-C Replacement Batterie pour iRobot Braava Jet M6 Series M611020 M612880 M612680 M614480 6100 Ultimate Robot Mop 10.8V 19Wh 1775mAh
$ 25.90
QUICK VIEW
Gadpiparty Lot De 2 Couvercles De Rechange En Acier Inoxydable Pour Pichet Bouilloire Couvercle Hermétique Couvercles Pour Pichet Couvercles Pour Pichet Théière Couvercles En Plastique
$ 5.62
QUICK VIEW
F Fityle 2X Socle de Support de Présentoir pour Boule de Cristal Quartz Transparent
$ 4.50
QUICK VIEW
HENDI 557600 Flacon verseur - conservation
$ 4.50
1
...
94
95
96
97
98
99
100
101
...
3279
BACK
Shopping Cart