{{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
Labnique Digital Orbital Shaker, Oscillator, Rotator with Adjustable Speed at 20-230rpm.
$ 70.99
ATS11W-41, Twin Timer, 6-Mode, Multi-Range(0.1 Sec-10Hours), DPDT(2c) or 2 SPDT, 100-240VAC/24-240 VDC, 11Pin, (Socket req'd)
$ 17.99
Makita 2 Piece - 4 Inch Crimped & Twist Wire Wheel Brush Set for 4.5' Grinders - Complete Conditioning for Metal - 4' x 5/8-Inch | 11 UNC
$ 15.99
ASE Magnetic Lock Kit 600 lbs of Holding Force | FAS-KITMAGMDKP
$ 99.00
Eaton E50SB Heavy Duty Limit Switch Body, Panel Mounting Type, Double Pole, Full Size, 4PST-2NO/2NC Contacts
$ 55.99
Garlock 41606-FT16-25 Graphite Impregnated Expanded PTFE with Silicone Lubricant Style PACKMASTER 6 Pump Packing, 25' Length, 1/4' Thickness, Square
$ 34.99
THE KEY DOT CO TheKey.Company BlackBerry Clicky Tacticle Keyboard Switches (110 Switches)
$ 29.99
ABB OHY145J12 Pistol Handle, For Use With OT630 - 800 Series Disconnector Switches
$ 46.99
Portable Oven, 12V 24V 110V Car Food Warmer Portable Personal Mini Oven Electric Heated Lunch Box for Meals Reheating & Raw Food Cooking for Road Trip/Camping/Picnic/Family Gathering(Black)
$ 15.99
Haws SP90 Replacement Bowl, Stainless Steel
$ 62.99
1/2' Flat Face ISO 16028 to Ag ISO 5675 Pioneer Style Hydraulic Quick Connect Coupler, Skid Steer Hydraulic Coupling Adapter w/Dust Cap
$ 26.99
Digital Electronic Counter, Foot Pedal Red Display Digital Counter 0-9999 4 Digits, Production Line Counting Screen, for Factories, Assembly Lines, Airports, and Stations, Breeding Farm, Conveyor Belt
$ 58.99
Strapping Sealer for Both Poly & Polyester Strap, Strength Saving Heavy Duty Manual Banding Tool for 1/2' - 3/4' Width Plastic Strap, 20' Long Handle (Black)
$ 23.99
Diamond Flat Lap Disc Set 10 PCS, ENLAYER 4Inch Diamond Polishing Disc 80/100/200/400/600/800/1000/1500/2500/3000 Grit Wheel Lapping Grinding Disc Tool for Cutting or Sanding Stone and Glass
$ 14.99
Geiger Counter Nuclear Radiation Detector,CHNADKS Upgrated Monitor Dosimeter,Rechargeable Beta Gamma X-ray Portable Handheld Radiation Monitor with LCD Display
$ 57.99
Killer Filter Replacement for WIX 546566
$ 41.99
Shars 1-1/2x14' RH S24U-MCLNR-4 Indexable Boring Bar for CNMG 43 Insert 404-7989 L]
$ 37.99
Silver Wire Solder
$ 20.99
Premiere XH-90L Disposable Tray Liners for Wax Trimmer (Pack of 50)
$ 22.99
3205-BD-XL-2HRS-TVH - FAG - Factory New!
$ 25.99
S0600 OraSOOTHE Sockit Gel Dry Socket Extraction Gel Syringe 5/Pk
$ 47.99
10 Pocket CPR Hard Case Mask, 10 CPR Charts & 10 CPR Keychains
$ 29.99
SuperHDT 3D Printer Resin, Highest Heat Deflection Temperature 464°F, Made in Korea by 3DMaterials (1000g, Amber)
$ 28.99
15 Quart Metal Square Hydraulic Reservoir (To insure proper fit check dimensions.) Hydraulic Power Unit Replacement Reservoir
$ 77.99
ALLIANCE LAUNDRY SYSTEMS Hose Supply Chemical Uw150 (F8281801)
$ 23.99
Semen Detection Test - P30 Antigen - Perform Five Tests - Used in Forensic Science Labs - Includes Supplies and Directions
$ 24.99
R0.5-R5 Corner Rounding Chamfer End Mill 4-12mm Shank Carbide End Milling Cutter Radius Router Bit for CNC Machine(Nano Blue Coated,R4xD10x50L)
$ 22.99
DANFOSS 018F4120 Coil GP, 230V JUNC Box, BJ240CS Power Supply Coil with Junction Box
$ 33.99
Killer Filter Replacement for Fiat 4625547 (Pack of 3)
$ 25.99
Yellow Jacket 49105 Gauge (Degrees F) Red Pressure, 0-500 psi, R-22/134A/404A, 3-1/8'
$ 19.99
Relay NXR-12 0.16~25A Thermal Overload Relay for NXC-06M NXC-09M NXC-12M Contactor(0.16-0.25A)
$ 14.99
Teslong Rifle Borescope for Phone & PC, USB C Bore Scope Camera with Lights & Mirror Set, Fits .20 Caliber & Larger, Flexible Gun Cleaning Camera, Compatible with iPhone 15/16 & USB-C Android Devices
$ 26.99
Electric Commercial Glass Washer 5-Brush Electric Cup Washer 800 Cups/Hour 240RPM Wine Glass Cleaning Machine for Washing Red Wine Glasses, Beer Glasses
$ 99.00
707-98-24930 Blade Lift Cylinder Seal Kit Fits Pc27Mr-2
$ 19.99
1' NPT Muffler 15-3510-99R 15-3510-99 Replacement for 3' Air Operated Double Diaphragm Pumps
$ 39.99
LZ00446 Arm Stick Dipper Cylinder Seal Kit Fits Case CX210
$ 25.99
1
...
95
96
97
98
99
100
101
102
...
2070
BACK
Shopping Cart