{{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
Paul Sinus Art Toile sur châssis 120 x 80 cm Marilyn Monroe Portrait Visage Noir et Blanc sur Toile comme panoramique
$ 16.89
QUICK VIEW
Frank Ocean Lot de 4 affiches de couverture d'album dédicacées limitées – Impressions sur toile HD pour décoration de dortoir d'adolescentes et de filles – 20,3 x 30,5 cm sans cadre
$ 12.38
QUICK VIEW
CSS Ltd - Embosseur personnalisé (Ex Libris) - Pinces de direction - Métal, pas du plastique.
$ 20.27
QUICK VIEW
Youery 100 pièces Tasses de papier de cuisson de tulipe,Caissettes Cupcake,Caissettes en Papier pour Muffin Cupcake Moule,Caissettes de Pâtisserie,Caissettes de Décoration pour Cupcakes
$ 7.87
QUICK VIEW
HXSD 200W Fer À Souder Électrique Feuille Chaude Gaufrage Estampage Impression Gratuit Logo Personnalisé Estampage Machine en Cuir Bois Gâteau Marque
$ 37.17
QUICK VIEW
Gojiny 20Pcs Cristal Semi- Précieuse Pierre Jade Oeuf de Pierre Gemme Mixte Couleur Lisse Cristal Pierre pour Le Bricolage Artisanat Décoration
$ 9.00
QUICK VIEW
Harry Potter Parure de Lit Double - Housse de Couette 240x220 cm + 2 Taies d'oreiller 63x63 cm
$ 18.01
QUICK VIEW
EMAGEREN 2 Pcs Filtre à Café en Flanelle de Coton avec Poignée Filtre à Café 2 Tailles Différentes Réutilisable Lavable Amovible pour Café Maison Bureau
$ 7.87
QUICK VIEW
Télécommande de Remplacement pour Climatiseur RAR 3N4 RAR 2SP1 RAR 2P1 RAR 5F1 RAR 3N4 2
$ 3.37
QUICK VIEW
TATAY Ice - Étagère d’Angle à 2 paniers, Acier Inoxydable, chromé 30 x 22 x 33 cm
$ 30.41
QUICK VIEW
Ventilateur Brumisateur à Pince avec Écran LED, Mini Ventilateur Portable Rechargeable, Ventilateur Portable à 4 Vitesses, USB Ventilo Portable, Voyage Accessoires pour Extérieur Bureau Camping (Noir)
$ 13.51
QUICK VIEW
Home ESPRIT Console Jaune Bois 150 x 40 x 80,5 cm
$ 111.53
QUICK VIEW
Navaris Kit sushi complet - Sushi maker 16 accessoires en bambou avec 2x natte sushi 1x cuillère à riz 1x plateau 5x baguette et repose-baguettes 2x bol sauce
$ 9.00
QUICK VIEW
Xbopetda Récipient de conservation alimentaire pour pommes de terre, oignons et ail, ensembles de boîtes pour comptoir de cuisine, pots de rangement ronds pour légumes, bocaux de rangement de cuisine
$ 10.13
QUICK VIEW
Store Enrouleur Bambou Extérieur, Rideau Roseau Anti-UV Intimité Jardin Balcon, Canisse Naturelle Déroulable pour Fenêtre Terrasse
$ 3.37
QUICK VIEW
Bobineur électrique,Machine à coudre portable avec capteur d'arrêt automatique,Bobineur automatique avec port USB-C et câbles,13,8×10×8,5 cm,Bobineur de canette en plastique pour enrouler le fil
$ 5.62
QUICK VIEW
JIHYO TWICE - ZONE (1st Mini Album) CD+Pre-Order Benefit+Folded Poster (O ver, 1 Folded Poster)
$ 10.13
QUICK VIEW
Décor mural de libellule, décoration de libellule - Dragonfly Outdoor Garden Fence Art,4 pièces de décoration de jardin colorée sculpture tentures extérieures pour patio, salon et chambre
$ 3.37
QUICK VIEW
ZYHJJ Tapis Rond Personnalisé,Tapis personnalisé pour Salon avec Texte Photo Personnalisé,Lavable Antidérapant Tapis,Décoration d'intérieur,pour Chambre à Coucher, Salon, Cuisine
$ 13.51
QUICK VIEW
MYMERCERIE Lot de 3 échevettes 8m DMC Fil à Broder mouliné 117 100% Coton Rouge Bordeaux 815
$ 5.62
QUICK VIEW
FagusHome 5 Pièces Fleur Artificiel Phalaenopsis Orchidée 80cm avec 4 Pièces Feuille d'Orchidée Artificielle Feuilles artificielles de Phalaenopsis
$ 13.51
QUICK VIEW
Spirella Distributeur de Savon PS Diver Enfant Multicolor
$ 2.24
QUICK VIEW
Lahdrhab Tubes de peinture vides en aluminium de 20 ml pour la fabrication de peinture et le stockage de peinture acrylique
$ 7.87
QUICK VIEW
GLEAVI 5pièces Support De Présentation Pour Boules Cristal Métal Doré Ajustable Accessoire Décoratif Élégant Pour Maison Et Bureau
$ 23.65
QUICK VIEW
12 Pièces 45cm Eucalyptus Seches Naturel d'Eucalyptus Fleurs Séchées pour Mariage Arrangement Floral Home Deco
$ 7.87
QUICK VIEW
Miroir arche Led Salle de Bain, Miroir Salle de Bain avec EclairageBande Lumineuse Étanche, Miroir Lumineux Salle de Bain 3 Températures de Couleur Réglables, Fonction Mémoire, Anti-buée(60cm*100cm)
$ 111.53
QUICK VIEW
Tapis d'entrée rond vintage avec sirènes, 90 x 90 cm, lavable, pour intérieur et extérieur, porte avant et arrière de style rustique, tapis antidérapant et absorbant pour chambre à coucher
$ 13.51
QUICK VIEW
40 Pièces Stands en Bois Naturel Support, Porte Carte en Bois, Porte Carte Bois Mariage, Bois Naturel Support Photo Carte, pour Noël Anniversaire Fête d'anniversaire Mariage (Avec 40 Cartes Papier)
$ 10.13
QUICK VIEW
Qukaim Lot de 10 boules en plastique transparent à remplir pour décoration de mariage et sapin de Noël, 10 cm de diamètre
$ 5.62
QUICK VIEW
Mécanisme D'horloge À Hauteur Haute avec Arbre 31 Mm / 28 Mm Long pour Les Horloges Murales Épaisses Remplacement du Mouvement Silencieux
$ 5.62
1
...
133
134
135
136
137
138
139
140
...
3279
BACK
Shopping Cart