{{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 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 inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if 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 %} {% assign coupon_value = coupon.rule.condition.value | money %} , {{lang.coupons.discount_rule_amount | replace: '{condition}',coupon_value }} {% endif %}
{% endfor %}
{% if coupons.size > 6 %}
{{lang.base.show_more}}
{% endif %}
FREE SHIPPING ON ORDER $50
FAQ
Sizing Guide
About Us
Contact Us
USD
USD($)
Home
Dress
Jumpsuit
Bridal
Set
Top
Pants
Skirt
Body
More Links
0
icon-X
Home
Dress
Jumpsuit
Bridal
Set
Top
Pants
Skirt
Body
Log in
FAQ
Sizing Guide
About Us
Contact Us
Home
/
Shop
Shop
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
74491
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
1/16' Tip Dia. x 1-1/2' Flute Length - HSS Tapered End Mill - 5 Degree Per Side
$ 16.99
Fiberglass Chopped Strand Mat-(1.5oz-50' Wide-30 Feet Long, 10 Yards) Waterproof, Durable and Strong CSM Cloth-Repair, Rebuild & Reconstruct Interior Products or Automotive
$ 21.99
Akron Products Adjustable Shore Jack - 4x4
$ 27.99
JF0501-N1156 BSC25-T1010A Flyback Transformer FBT Reed Relay, Automatic, One Color, Normally Open, PCB Mount, 3 Volts
$ 32.99
Tegara CAT40 1/8 in x 3.0 in. Taper End Mill Tool Holder 2 pcs 202-7434-2 P[
$ 57.99
Celltreat 229746 Polyethersulfone Syringe Filter Membrane, 0.22µm Pore Size, 13mm Diameter, Green (Case of 75)
$ 25.99
Telemecanique LRD-05 Bimetallic Overload Relay 0.63-1Amp
$ 22.99
Garland CKG0894-01 Oven Thermostat 150F - 550F Ki
$ 47.99
Carlisle FoodService Products Condiment Rail Condiment Center with 4 Standard Pumps for Gas Stations, Restaurants, and Fast Food Stainless Steel, 19.25 X 7.75 X 12.5 Inches, Silver
$ 99.00
20 (10 Pair) 5/8' (16mm) Nord Lock Vibration Proof Lock Washers
$ 30.99
Pneumatic dual-axis dual-rod cylinder TR10-10/20/25/30/40/75/80S(TR10X80S)
$ 36.99
3/8 x 4 (50 Pack) Lag Screw Kit, 50 Screws and 50 washers, Hot Dip Galvanized, Meets ASME B18.2.1 Industrial/Commercial Grade by Makers Bolt
$ 20.99
FPE - Forklift Governor Assy-LPG Aisan 26300-U2101-71 Orcu Original Equipment Manufacturer (OEM) - New
$ 95.99
Macherey-Nagel, 931033, VISOCOLOR ECO Silica
$ 45.99
RPI TUTT-Clean Sterilizer Cleaner TUC094
$ 22.99
2Packs 8 Inch Linear Actuator Kit 12V 1500N/330lbs Maximum Lift with Remote Controller&Mounting Brackets& Dual Adapter Cable for Lifting&Pushing
$ 37.99
Cytiva Reeve Angel 5226-200 Qualitative Filter Paper, Circle, Gray Crepe Surface, Fast Speed, Grade 226, 20cm Diameter (Pack of 100)
$ 19.99
eBun Bamboo Folded Paper Towel Holder – Wall Mount & Countertop Paper Towel Dispenser for Bathroom, Kitchen & Office – Fits C-Fold, Multifold, Z-Fold Towels – Rustic Modern Design, Black
$ 13.99
Fit for PEPPERL + FUCHS UC4000-30GM-IUR2-V15 Ultrasonic Sensor
$ 90.99
Killer Filter Replacement for CARQUEST 87947
$ 17.99
Bissell Crosswave Pet Pro All in One Wet Dry Vacuum Cleaner, 2306A and Bissell 1789G MultiSurface Floor Cleaning Formula for Crosswave and Spinwave (80 oz)
$ 99.00
NOVA3D 16K TGM 3D Printer Resin,Tabletop Gaming,High Toughness,Impact Resistance Ultra Precision,405nm LCD Rapid Photopolymer Resin for Board Game Character Model LCD 3D Printing Navy Grey Resin 1kg
$ 16.99
Airthereal Solder Fume Extractor Fan, Solder Smoke Absorber with 3 Filters
$ 63.99
Stainless Steel Double Overshelf 30''L x 12''W Commercial 2 Tier Overshelf, Height Adjustable Overshelf for Prep Work Table in Kitchen, Restaurant
$ 27.99
Gateron Coral Dual-Stage Spring Keyboard Switches,43gf 5-Pin RGB SMD Factory Pre-Lubed Linear Switch for MX Mechanical Gaming Keyboard(108Pcs)
$ 30.99
Biologix 1000uL Filter Tips, Rack Pack, STERILE, TIP: DNase & RNase Free, PP, Filter Material: UHMWPE. Extra-Long, Low Retention. 96 PCS/Rack, 10 Racks/Pack CASE of 960
$ 36.99
SPX PIN, Nylon (27003)
$ 23.99
90422 Split Bolt Connector with Spacer, Dual Rate for Copper and Aluminum Conductors, 4/0 AWG, 4/0-4/0 Max Run to Max Tap, 500inlb Torque, 2-Pack
$ 32.99
1' OD 316L Stainless Steel Tubing, 16 Gauge (.065), Welded, A270-S2, 20Ra MPID, 32Ra MPOD - 6' Length (3A Polish)
$ 26.99
Killer Filter Replacement for BALDWIN BT260 (Pack of 3)
$ 17.99
YSI 060660 Supersaturated Sea Water Conductivity Calibrator Solution, 50000 uS/cm Range (Box of 1, 8 Pints per Box)
$ 15.99
Tetra-Grip Tubular Elastic Support Bandage Size C, 2 ¾” x 11 Yd Latex-Free, One 11 yd Roll per Box
$ 19.99
Zahn Cup Viscometer Dip Type Immersion Viscosity 44ml Cup Volume No.3
$ 13.99
HH12ZB210 - Bryant OEM Furnace 3' Limit Switch L210-40
$ 16.99
13 inch - 180 Medium Grit Knotted Bristle Metal Abrasive Brush - 56505768
$ 95.99
is-A9 Orbital Shaker Flask Clamp, 3000 mL
$ 16.99
1
2
3
4
...
2070
BACK
Shopping Cart