{{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
Lot de 3 décorations de gâteau « Happy 45th » à paillettes or rose - Numéro 45 - Pour anniversaire de mariage - Fournitures de fête
$ 2.24
QUICK VIEW
Porte-casseroles Suspendu, Accroche Casserole Porte-Plantes Suspensio Cuisine pour Pot Plante Fleur Support à étagère de Rangement montage au plafond, Cadre de fer en métal noir (Size : 140×25×15cm)
$ 67.58
QUICK VIEW
Talking Tables Décorations de fête Alice au pays des merveilles et pour 16, Mad Hatter Tea Anniversaire pour enfants ou adultes, banderole, assiettes, serviettes, tasses, vaisselle douche de bébé
$ 13.51
QUICK VIEW
Star Cutouts - Stsc166 - Figurine Géante - Totem - 171 Cm
$ 5.62
QUICK VIEW
Aluminium Foil Coffee Pod Pidre Sceaux, Couvercles de Pod à café Rechargeables, Couvercles de Capsule en Aluminium pour le café, Déchirure Facile, Matériau écologique, Hygiénique, Pratique de (120
$ 6.75
QUICK VIEW
34pcs Décorations de Fête Disco à Suspendre - Colorées et Pré-Assemblées Avec Boules Pour Anniversaire
$ 7.87
QUICK VIEW
HWC Trading A4 Alessandro Del Piero Italy Cadeaux imprimés photo autographe signée pour les fans de football et les supporters - A4
$ 9.00
QUICK VIEW
Wlauqueta 7PCS Ensemble de Gabarits en Acrylique Transparent Ensemble de Modèles de Gabarits pour Portefeuilles pour la Fabrication de Portefeuilles
$ 6.75
QUICK VIEW
SelfTek Paquet de 24 Anneaux de Rideau en Métal Anneaux de Tringle de Rideau Draperie avec Oeil Fixe 50mm
$ 6.75
QUICK VIEW
MUSOLEI Housse de Couette 120x150 Licorne Enfant Fille Rose Parure de Lit 90x190 1 Personne Microfibre 3D Imprimé avec Fermeture Éclair avec Taie d'oreiller 40x60 Cadeau Anniversaire Fête Noël
$ 7.87
QUICK VIEW
Ventilateur de plafond avec éclairage 47CM, 60W 4200LM Ventilateur de plafond avec télécommande RVB 3000K-6500K Dimmbar, 6 vitesses, Timer, mémoire lumineuse, moteur réversible, für Schlafzimmer
$ 54.07
QUICK VIEW
jojofuny 2 Pièces 3000ML Pots en Plastique avec Couvercle Hermétique Récipient Transparent Boîte Vide Alimentaire Conteneur De Stockage Fuite Preuve Garde- Manger Organization pour Le Thé
$ 13.51
QUICK VIEW
Joyoldelf Ensemble pipe à tabac en bakélite incurvée à fond plat et accessoires de nettoyage pour pipe, coffret cadeau
$ 7.87
QUICK VIEW
Runa Art Tableau Decoration Murale Lis Fleurs 1 Partie Moderne Toile non tissée Salon Salle Abstrait Violet Gris 019812b
$ 15.76
QUICK VIEW
Cysincos Chaussette de Noel Personnalisé nom, 46 cm tricotées Chaussettes de Noël familiales Suspendre pour décoration de fête, Rouge (Corps) / Blanc Ivoire (Bouche)
$ 9.00
QUICK VIEW
Tube de rangement d'affiches extensible - Étui de transport d'art léger avec sangle réglable | Porte-documents léger pour les dessins, cartes, plans, grands rouleaux de papier, transport de croquis, u
$ 4.50
QUICK VIEW
OEDIM 65 x 75 cm Vinyle pour lave-vaisselle Imitation huile épices | Différentes dimensions résistantes et faciles à appliquer | Autocollant décoratif de conception professionnelle, couleurs
$ 15.76
QUICK VIEW
Chemin de table intissé Vert d'eau 30 cm x 10 m
$ 4.50
QUICK VIEW
SF SANFOR 57050 Blister Joint Plat pour Machine à café Type Musa Acier | 10 Tasses | Paquet de 2 unités | Caoutchouc | Blanc
$ 4.50
QUICK VIEW
HDCORBETTS Corbeille à fruits en bambou à 3 étages amovible - Panier de service - Corbeille à fruits et support de présentation pour collations - Parfait pour les fruits, les légumes, les collations,
$ 23.65
QUICK VIEW
Karaca Gris Bio Granit 7 Casseroles Revêtement Antiadhésif, Ensemble de Casseroles Avec Couvercles en Verre, Batterie de Cuisine, Ensembles de Casseroles, 3 Casseroles Avec Couvercle en Verre
$ 32.66
QUICK VIEW
Kit de 20 feuilles de papier coloré pour paperolles - Motif floral - Couleur aléatoire
$ 3.37
QUICK VIEW
Sac de rangement sous vide pour vêtements et linge de lit - Économiseur d'espace - Réutilisable - Pour vêtements (1 x grand)
$ 12.38
QUICK VIEW
CREATCABIN Sangle Sac Main Crochet avec Motif Floral Coloré Sangle Rechange Style Ethnique Broderie Florale Tricot Large Réglable avec Boucles Métal Doré pour Guitare Sac Bandoulière Fourre Tout
$ 4.50
QUICK VIEW
Housse de Protection Anti-Taches pour Thermomix Pois Gris Tm5 et Tm31
$ 11.25
QUICK VIEW
Made In Cookware – 3/4 Quart Chauffe-beurre en acier inoxydable – Fabriqué en Italie - Revêtement en acier inoxydable 5 épaisseurs – Cuisine professionnelle – Compatible induction
$ 49.56
QUICK VIEW
Spreadshirt Signe Des Cornes Fans De Rock Heavy Metal Autocollant/Sticker, 10 x 10 cm, blanc mat
$ 1.12
QUICK VIEW
Knodos Bottomless Porte-filtre nu avec panier double shot Noyer Compatible avec sauge/breville 54 mm
$ 30.41
QUICK VIEW
Talking Tables Phenomenal Women Conversation Game avec des Cartes de Questions Qui suscitent la réflexion | pour après Le dîner, Cadeaux pour Elle, féministes, remplisseur de Bas
$ 9.00
QUICK VIEW
Vaessen Creative Étiquettes Vintage Mini de 5 mm, 15 mm et Ø 4 mm-Arrondisseur d'angle 3 en 1, Perforateur et Matériel Scrapbooking pour Papier, Journaling, Cartes et Décorations, Or-Blanc
$ 5.62
1
...
172
173
174
175
176
177
178
179
...
3279
BACK
Shopping Cart