{{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
Beebeecraft 1 boîte 50 pièces Boucles d'oreilles à Levier Fermoir Plaqué Or 24K Crochets de Fermoirs à Levier en Argent 16X10mm oucles Oreilles à Levier pour la Fabrication de Bijoux
$ 5.62
QUICK VIEW
ANNJUC Lot de 50 mini porte-clés disco miroir en vrac pour fournitures disco des années 70 et 80
$ 11.25
QUICK VIEW
Linder Tête de lit, Polyester, Taupe, 160x85cm
$ 21.39
QUICK VIEW
Crème Écru Luxe Housse de coussin oblongue 30 x 50 cm | Paquet de 2 Moderne Velours Housse de coussin Solide | Plaine Taies d'oreiller pour canapé, sofa et lit - Ecru Cream Velvet Dream
$ 19.14
QUICK VIEW
Relaxdays Étagère pour Enfants pour Jouets et Livres, 90x60x30 cm, 4 espaces, Bout de Chou, Rangement, Blanc/Gris
$ 19.14
QUICK VIEW
NIYATA Tapis de Priere de Poche Musulman, Tapis Priere Musulman Voyage,100x60CM,Vert Foncé,avec Boussole et Sac,Tapis de Prière Islamique,Tapis Prière Vert de Poche
$ 2.24
QUICK VIEW
TIESOME Coupeur De Papier Circulaire, 4-12 pouces ronds Cut Paper Circle Rotary Circle Cutter Rotatif Craft Massicot Supplies 3 Pièces Lames de Rechange, Pour Une DéCoupe Simple Et Rapide
$ 10.13
QUICK VIEW
McCall's M8181A5 6-8-10-12-14 Mesdames Top/Gilet, papier, blanc
$ 14.63
QUICK VIEW
Fonowx Piscine -Pol -Pool Corner Support Résistant Au Métal PWW Garden Piscine PWW Piscines
$ 7.87
QUICK VIEW
Pocheuse à œufs pochés réutilisable pour micro-ondes - 2 cavités - Antiadhésive - Avec couvercle - Pour ustensiles de cuisine - Blanc
$ 6.75
QUICK VIEW
NOVALIA FJA11051 Seau Plastique Noir 11 L Mob GROUPE-341000
$ 6.75
QUICK VIEW
50 Pièces Pince pour Rideaux, Pinces Antidérapantes pour Rideaux Argentés, Petite Pince à Rideau, Attache Rideau pour Draperie, Pince Rideau Douche, Photo
$ 3.37
QUICK VIEW
2 Lot Crochets Muraux, Crochets Décoratifs, Crochets Muraux Rideaux, Crochets Muraux en Alliage Vintage, Crochets pour Rideaux en Métal, pour Salon, Salle de Bain, Placard, Manteau (Rouge Antique)
$ 9.00
QUICK VIEW
MINFEIDMS Moule en silicone avec sangles de ceinture pour décoration de gâteaux en sucre, pâte à sucre, pâte polymère
$ 4.50
QUICK VIEW
Lot de 3 blocs à dessin A5 - Carnet de croquis à spirale - 60 pages de papier croquis - Panneau rigide sans acide - Pour dessin, croquis, peinture - Avec 1 petite gomme blanche
$ 5.62
QUICK VIEW
Drap plat 100 % coton uni ultra doux, de qualité hôtelière de qualité hôtelière, infroissable, facile d'entretien, résistant aux plis, aux taches et à la décoloration (argenté, super king size)
$ 11.25
QUICK VIEW
LIGHTEN LIFE Carafe à whisky en cristal de 1000 ml avec bouchon dans une boîte cadeau, carafe à bourbon, carafe à décanter sans plomb, carafe à whisky de qualité supérieure,carafe à whisky pour homme
$ 20.27
QUICK VIEW
Gotetiso 8 Feuilles Stickers Mariage Autocollants Livre d'or Mariage Jolis Vintage Autocollants Album Photos Mariage Scrapbooking Mariage Stickers Bricolage Cartes Décoration de Mariage 230 Schémas
$ 6.75
QUICK VIEW
Teramico Lot de 3 caisses à vin en bois - Flammées - 40 x 30 x 25 cm - Avec étagère intermédiaire - Comme étagère et décoration (3 x cartes installées)
$ 19.14
QUICK VIEW
Clatronic, Appareil à Sandwich ST3813 Blanc - Plaques Triangulaires Antiadhésives, Poignée Calorifugée, Régulateur de Température Automatique, Système de Verrouillage Variable, 680-820W, 220-240V
$ 10.13
QUICK VIEW
Porte-bobine, capuchons de bobine Bouchon de fil pratique Machine à coudre lourde Machine-outils pour chanteur
$ 5.62
QUICK VIEW
KAIYAYA 10 Pièces Accroche Tableau Sans Percer Universel Fixation Murale Sans Percer Languette Accroche Tableau Amovibles Accroche Tableau Adhesif Blanc pour Couloir Salon Chambre Coucher
$ 5.62
QUICK VIEW
Lot De 4 Nappes en Plastique À Imprimé Animal, Décorations De Fête d'anniversaire pour Garçons Et Enfants, 130 X 270 Cm
$ 3.37
QUICK VIEW
Rotho Evo Easy Boîte de rangement 15l avec couvercle, Plastique (PP recyclé), noir, 15l (39.0 x 28.0 x 23.0 cm)
$ 4.50
QUICK VIEW
Organisateur De Chaussures À Suspendre – Étagères À Chaussures De Poche Au-dessus La Porte, Étagère À Chaussures De Porte De Placard | Poches À Chaussures Multifonctions Accrochées Pour Hommes Femmes
$ 5.62
QUICK VIEW
JNGUOSICN Peignoir de bain sans manches pour femme - Léger - En tissu éponge - Col châle
$ 16.89
QUICK VIEW
Porte Bijoux Mini Support Boucles d'oreilles Simili Cuir (1 Paire) h 4 cm Blanc
$ 2.24
QUICK VIEW
CRAFTUS® Lot de 500 œillets en acier inoxydable - 100 % inoxydable - Diamètre intérieur : 10 mm - Compatible avec toutes les pinces à œillets CRAFTUS - Œillets pour bâches, bannières, rideaux, etc.
$ 11.25
QUICK VIEW
Décoration Été à Suspendre, 36 PCS Ornement Décoratif en Bois, Deco Thème Ete Suspendre Bois, Décorations D'Arbre Tropicales Hawaïennes avec Corde pour Decoration Estivale, Fête Piscine
$ 6.75
QUICK VIEW
PH PandaHall Kit de Fabrication de Sacs au Crochet 18.2x8.1cm Fond de Sac en Cuir PU Marron avec 2pcs 8.5x12cm poignées en Bois en Forme de D pour Sac à Tricoter
$ 5.62
1
...
128
129
130
131
132
133
134
135
...
3279
BACK
Shopping Cart