{{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
Rideau Occultant Lot Montagnes Russes de Parc d'attractions occultants à œillets pour Bleu Rouge pour garçons et Filles Rideaux Thermiques à Oeillets pour Salon 110L X 215H cm (2 Panneaux)
$ 23.65
QUICK VIEW
42 pcs Outils kit poterie,Outils de Sculpture,Outil Sculpture Modelage, Outil Modelage Clay Sculpting Tools, Avec Sac Rangement,pour Céramique, Art Gaufrage, Menuiserie, Artiste DIY
$ 4.50
QUICK VIEW
V.I.P. Very Important Pillow Coussin support System, cale pieds ou anti-reflux, tissu, blanc, 50 x 50 h 11,5 cm
$ 22.52
QUICK VIEW
RONXS Briquet à Arc électrique Briquet Rechargeable USB, Briquet à Arc électronique/Allume-Bougie sans Flamme pour la Cuisine, Feux d'artifice, Camping Barbecue, Moderne
$ 7.87
QUICK VIEW
Extrait de parfum - Douceur d'enfance
$ 2.24
QUICK VIEW
Jones Home et Cadeau Diamant coffres, Multicolore
$ 6.75
QUICK VIEW
Baverta Réchauffeur,24V 250W Électrique PTC à Température Constante Radiateur pour Petits Espaces de Voiture
$ 11.25
QUICK VIEW
MEIYIFAN 38 Pièces Mini Ornements de Noël en Breloques Suspendues,Kit de Mini Ornements de Noël pour Decoration Noël Cadeau DIY
$ 5.62
QUICK VIEW
GOBEL - Plaque de 12 madeleines - Fer blanc - Dimensions : 39,5 x 20 x 1,7 cm - Empreinte : 8 cm – Fabriquée en France
$ 6.75
QUICK VIEW
Lhbwhiz 10 pièces salière et poivrière en plastique,très petites bouteilles d'épices,mini distributeur d'épices portable,shaker à épices avec couvercle et trous,pour barbecue en plein air,camping
$ 2.24
QUICK VIEW
Lot de 8 écussons brodés à coudre pour personnaliser les casquettes et chaussures et sacs à dos pour tous les âges
$ 3.37
QUICK VIEW
KRUPS XN304T Espresso Machine, 1260 W, 0.7 liters, Titane
$ 84.48
QUICK VIEW
Relaxdays Support pour Votre Papier Toilette, Bambou et métal, 66,5 x 31 x 17 cm, pour la Salle de Bain, Blanc et Nature
$ 18.01
QUICK VIEW
KEXIAO Gants anti-peluches lavables pour enlever les poils d'animaux et les vêtements et meubles réutilisables
$ 2.24
QUICK VIEW
Maxima Coupe-tomate - 4 mm - avec lame amovible
$ 75.47
QUICK VIEW
XSDAJSD Grand équipement de torréfaction de café Domestique antiadhésif à Usage Commercial, Machine à torréfier Le café avec minuterie, Utilisation pour torréfier Les Grains de café
$ 111.53
QUICK VIEW
Le Mur de Planck
$ 13.51
QUICK VIEW
Multitanks Kit de 5 Chiffons, 3 lavettes Double Face,1 éponge et 1 essuie Lunettes Microfibres en Bambou
$ 18.01
QUICK VIEW
TIENDA EURASIA - Panier à pinces à linge avec crochet, panier en plastique avec design en osier (blanc)
$ 5.62
QUICK VIEW
WASAGA Buffet avec Texture en Relief 160 cm, Armoire avec Quatre Portes Poignées Brossées Dorées et Pieds de Table Brillants (Noir + Bois)
$ 105.89
QUICK VIEW
Machine à yaourt 6 l, fermenteur d'ail noir 90 W avec fonction de fermentation intelligente, fermenteur d'ail pour ail noir, yaourt, natto, vin de riz sucré
$ 59.70
QUICK VIEW
MEIVINES Crochet Fleurs Artificielles Bouquet Tricotées Artificielles Fleur Tricotées à Main Tulipes Roses Fleuries Au Crocheted Fausses Fleurs pour Anniversaire Graduation Fête des Mères Déco (Bleu)
$ 18.01
QUICK VIEW
Ballon Coeur Rouge, 4PCS Ballon Coeur Helium, Geant XXL Ballon en Forme de Coeur, Ballon Coeur Mariage, Hélium Rouge Coeur Ballons pour La Saint Valentin, Déco Fiançailles et Mariage
$ 5.62
QUICK VIEW
Namvo Lot de 50 Cartes au Crochet, Cartes au Crochet avec Motifs Mix and Match, Cartes au Crochet avec Photo pour Chaque Carte carrée au Crochet
$ 10.13
QUICK VIEW
SIMPEX Tapis à Poils Ras, Conception Abstrait, Tapis Noir, 160 x 230 cm, Tapis de Style Moderne, Tapis Salon Moderne
$ 29.28
QUICK VIEW
Décoration murale moderne, tableau décoratif en bois, art mural, panneau mural fait main
$ 7.87
QUICK VIEW
FHGLER Lot de 2 Porte Ustensiles Cuisine,Rotatif à 360° Porte Ustensiles Cuisine,ABS 6 Crochets de chaque porte-ustensiles pour Salle de Bains Cuisine (Noir+Blanc)
$ 5.62
QUICK VIEW
Wunder Zahnstocher Cure-dents aromatisés - Haleine fraîche avec cure-dents aromatisés - Lot de 2 (ananas)
$ 7.87
QUICK VIEW
Décoration Murale en Métal Oiseaux, 31cm Colibri Collectant du Ne-ctar Art Mural Moderne, Déco Murale à Suspendre Oiseau pour Cadeau Intérieur Extérieur Maison Jardin Salon Chambre Bureau
$ 4.50
QUICK VIEW
Leone Dell'Era APSCV060030 Épingles tête Verre, Fer Nickelé, mm. 0,6x30-100 pz
$ 6.75
1
...
59
60
61
62
63
64
65
66
...
3279
BACK
Shopping Cart