{{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 Pcs 60W N Male Connector Rf Dummy Load, RF Termination Load, 50 Ohm, DC to 3GHz/4GHz/6GHz(4Ghz)
$ 30.99
Turbochef ENC-1066 Jetplate, Bottom, Encore Oven
$ 68.99
MCR MedicalPack of 1000 CPR Training Shields, Individually Wrapped, MCRTS-1000
$ 90.99
Vestil PLB-5 Prylever Bar, Wood, 5' Length, 4250 lbs Capacity
$ 99.00
MediChoice EKG Chart Paper, 3 Channel Z-Fold, 200 Sheets Per Pad, 1314CPM1707A (Case of 10)
$ 37.99
Gems Sensors 160460 Nylon Float Small Size Type 7 External Mounting Single Point Level Switch, 11/16' Diameter, 1/2' NPT Male
$ 46.99
PRECISE CANADA: Equine Dental Float-RASP Horse Speculum Gag Leather
$ 66.99
Aftermarket Ingersoll Rand T-30 Select (1 Qt.) Compressor Oil | 1 Quart | Replacement Lubricant | for Compressed Air Equipment & Systems
$ 18.99
Berko / Marley / QMark 5018-2017-004 RELAY-DPST 30A 208V COIL
$ 69.99
DIN‑Rail Mount for Blackmagic Micro Converter | Secure Bracket for SDI to HDMI Adapter | Quick Release Holder Compatible with Blackmagic DIN Rail Installations
$ 18.99
810 Series Compact Temperature Transmitter, -22/302°F Temperature Range, 4-20 mA Output, 1/2 NPT Process Connection, M12 x 1 (4-Pin), 1.0 in Stem, 6 mm Diameter
$ 99.00
Killer Filter Replacement for CARQUEST 85394 (Pack of 4)
$ 14.99
1018 Carbon Steel Hex Rod .875' Diameter x 6 Foot Length 1 Piece
$ 39.99
4 Packs 35 L Large Plastic Commercial Bus Tub, Utility Bus Box, Gray
$ 28.99
3M 100 Foot Round Conductor .050 in. 28 AWG 16 Conductor PVC Flat Cable 3365/16SF
$ 27.99
USA Sealing BULK-PS-UHMW-270 UHMW Polyethylene Plastic Bar, 2' Height, 4' Width, 12' Length
$ 31.99
Central Line Care Practice Set with Accessories
$ 27.99
United Scientific™ 33409, Laboratory Grade 500mL HDPE Wide Mouth Reagent Bottle, Designed for Laboratories, Classrooms, or Storage at Home, 500ml (16oz) Capacity, Pack of 12
$ 15.99
for Exmark 133-2610 Brake Arm Commercial ECS180CKA30000 S Series Walk Behind, for exmark 30 inches Brake arm
$ 52.99
Brady PaintStripe Floor Marking Stencil, Continuous Line, 0.25' Height, 3' Wide, 1200' Length, Polypropylene, Clear/White - 148814
$ 43.99
Resiners Resin Bubble Remover Airless Pro, 3 Min Remove 99.99% Bubbles, 99kPa Vacuum Chamber (20L/min), 3.2L Big Capacity for All Epoxy Resin,UV Resin,Silicone,Art Crafts,Jewelry Making (Patented)
$ 90.99
PanSaver Hotel Clear Round Pan Liners for Easy Clean Up - Disposable Buffet Pan Liners, Ovenable up to 400F (9 & 11 Quart Round Pan Liner - 18 x 20 IN)
$ 28.99
Vee Gee Scientific Sibata 2306A-1 Class A 1mL Micro Volumetric Flasks with Ground Glass Stopper (Pack of 6)
$ 32.99
DM164150, PIC18F57Q43 Curiosity Nano Evaluation Kit
$ 21.99
OMRON TL-Q5MD1 12VDC TO 24VDC, 5MM, INDUCTIVE PROXIMITY SENSOR, PRODUCT RANGE:-, SENSING RANGE MAX:5MM, SENSOR INPUT:INDUCTIVE ROHS COMPLIANT: YES, SENSOR OUTPUT TYPE:SPST-NO, SUPPLY VOLTAGE DC MAX:30
$ 52.99
CCCEI Desk Organizer and Storage Pegboard with Charging Station, Gaming Standing Office Supplies Shelf Accessorie, Black Desktop Clamp Peg Board Privacy Organization Panel. Gifts for Men, 10FT.
$ 16.99
Cuvette 1pcs Micro Quartz Fluorescence Cuvette with Lid 350ul
$ 37.99
ATTACK SHARK X820ULTRA Wireless Gaming Mechanical Keyboard with TFT Smart Display&Knob,Side Printed PBT,Gasket Mounted 75% TKL Keyboard,BT5.0/2.4GHz/USB-C,RGB Backlit(White Contour,Shark Switch
$ 25.99
Replacement for/Fits A-WB58-AI Wheel Bolt, 5/8' - 18 x 2.06 (10/Pk)
$ 51.99
SS-2000-C | Swagelok Cap, 1-1/4' Tube : OD Compression, 316 Stainless
$ 29.99
3D Printer ABS-Like Resin,for 3D Printer- Rapid UV Curing 405nm Standard Photopolymer Resin - High Hardness and Toughness, Low Odor and Low Shrinkage Suitable (X22 White, 1kg)
$ 17.99
Isolation Mount Assembly
$ 28.99
All Points F10818A Thermistor Service Kit/Sealant for Hoshizaki Ice Machine TS005
$ 26.99
Zep Grip Industrial Pumice Hand Cleaner - 1 Gallon, (Case of 4) 308524 - Heavy Duty Degreaser. Contains Aloe Vera For Soft Smooth Finish
$ 74.99
2.0mm Key Cutter V037(RIC07786B) in Carbide fit for Keyline Ninja & Keyline Vortex & Ninja Vortex & Keyline Gymkana 994 & KEYLINE Versa Machines (5)
$ 27.99
BAOSHISHAN Zahn Cup Viscosity Cup #1 to #5 Dip Type 44ml Stainless Steel Viscometer Flow Cup for Paint Finishes Oil
$ 57.99
1
...
1986
1987
1988
1989
1990
1991
1992
1993
...
2070
BACK
Shopping Cart