{{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
Digital Differential Manometer, Dual Port Pressure Gauge Handheld Air Gas Pressure Gauge Meter 103.42KPA
$ 21.99
IFM KB-2020-ABOA/NI RT-KB0041 CAPACITIVE SENSOR; Ø 34 / L = 81 MM; SENSING RANGE 3...20 MM NON-FLUSH MOUNTABLE; NORMALLY OPEN; AC/DC; 2 M PVC-CABLE; IP 65; 2-WIRE; AMBIENT TEMPERATURE -25...70 °C; SWI
$ 99.00
BAOSHISHAN Zahn Cup #1#2#3#4#5
$ 60.99
LIFTALL EN150X8 Round Sling,Endless,8 ft.,13,200 lb.
$ 32.99
1PCS Pneumatic Fitting Pipe Connector Tube Air Quick Fittings Water Push In Hose Couping 4mm 6mm 8mm 10mm 12mm 14mm PU PY PK(LSA,10mm)
$ 14.99
Therwen 2 Pcs Manhole Cover Hook 36 Inch with 5/8' Hex Alloy Steel Rigid Heavy Duty Manhole Cover Lifter Versatile Lift Storm Drain Grate Manhole Hook Tool with Inline Handle for Lid Puller Moving
$ 26.99
KEO 55031 High-Speed Steel Single-End Countersink, Uncoated (Bright) Finish, 6 Flutes, 82 Degree Point Angle, Round Shank, 1/2' Shank Diameter, 1' Body Diameter
$ 27.99
HANDLE MAGNET 100# PULL
$ 15.99
Over Pack Protection Cover,33' H,23' W
$ 65.99
HiMedia M080-500G Lauryl Sulphate Tryptose Broth, 500 g
$ 27.99
VEVOR 2000VA Auto Variable Voltage Transformer, 15.3 Amp, 110V Input 0-130V Output AC Voltage Regulator, with LCD Display 4 Extra Fuses Thermal Control Switch for Home Industrial Office
$ 30.99
BicBugs Argema mittrei FEMALE green yellow comet saturn moth Madagascar FRAMED
$ 26.99
6 FT - 1 1/4' x 1/16' Anodized Aluminum Angle 6063 Alloy T-6 Temper
$ 17.99
ALLIANCE LAUNDRY SYSTEMS Kit, Air Flow Switch (70429601P)
$ 86.99
AT-4020 Acrylic Adhesive
$ 20.99
CT006, 4' Posts Set for TT01 Cap Torque Tester / R53 Sensor (Pack of 4 pcs)
$ 99.00
HUB2SA Hold Up Button - Momentary, SPDT, 3 Screw Terminals
$ 17.99
Star 2K-Z6192 Pilot-S-Max Char Burner
$ 27.99
Electric Food Warming Mat Tray Warmer for Party Buffet Servers Hot Logic Heating Heater Full Surface Keep Warm, Rollable Portable 8-level temperature adjustment 24 Hours Timer- Black
$ 23.99
304 stainless steel cleaning nozzle wide angle fan nozzle (1/8, 1/4, 3/8, 1/2, 3/4BSPT) high pressure k wall cleaning nozzle flood flat nozzle 1/2 wide angle fan nozzle (Hole diameter 7.5mm) 5pcs
$ 19.99
Micarta LE Linen Phenolic Round Rod 3/4' (.750') Diameter x 48' Length 1 Unit
$ 33.99
FAG 51207 Grooved Race Thrust Bearing, Single Row, Open, 90° Contact Angle, Steel Cage, Metric, 35mm ID, 62mm OD, 18mm Width, 4000rpm Maximum Rotational Speed, 15000lbf Static Load Capacity, 8000lbf Dynamic Load Capacity
$ 13.99
Cooper Bussmann CCP-1-30CC Class CC Fuse, Compact Circuit Protector, 1 Pole
$ 28.99
25 Pcs 2x8 Joist Hangers,20 Gauge Metal Face Mount Joist Hanger, Lu28 Joist Hangers Galvanized, Hurricane Ties for Rafter, Rafter Brackets 2x8 for Deck,Floor,Roof Overhang and Ceiling Joist
$ 14.99
Besseto 10 Pack 1M/3.3ft LED Aluminum Channel for Wood Slat Wall Panel,Wall Panel LED Strip Light Aluminum Channel Profile for Living Room Bedroom Bathroom Stairs
$ 22.99
Equine Dental Mirror Horse Dentistry Veterinary Examination Tool 50mm Head
$ 14.99
IPW Industries Inc-Watts-FH8000BB34PR Flowmatic Black Filter Housing Heavy Duty 20 in With 3/4 in Ports And Pressure Release
$ 34.99
Replacement for GE 12770, MVR400/VBU/R, 400 Watt, Multi-Vapor Metal Halide HID Light Bulb (6 Pack)
$ 34.99
Fluke Calibration 1551-CASE Carrying Case for 1551A/52A EX Stik Thermometer
$ 67.99
3-in-1 Electrochemical Electrodes, Screen-Printed Carbon Electrode |PET-Substrate| Ag/Agcl- Reference Electrode|Carbon Working Electrode and Auxiliary Electrode (10)
$ 19.99
youyeetoo FHL-LD19 Lidar Sensor - 12Meter (39ft) 360° Ranging - Walnut Size, 30K lux Resistant - Provide ROS/ROS2/C/C++ SDK Raspberry Tutorial for Robots Drone SLAM, Lidar Scanner Kit with Adapter
$ 30.99
Simpson Strong-Tie THDB25312CS Titen HD 1/4 in. x 3-1/2 in. Zinc-Plated Countersunk Head Heavy-Duty Screw Anchor (50-Qty)
$ 23.99
Dayton Line Volt Mechanical Tstat for Heating Only, 120 to 277VAC
$ 22.99
8125 AC Load Current Clamp Sensor, 500Amp, 40mm Conductor
$ 99.00
Stainless Steel Sauce Dispenser Pump Station, 3L Electric Sauce Heater Commercial Warmer for Syrup Salad Ketchup Dressing BBQ Seasoning Condiment
$ 72.99
Fractional HP Starter, Single Phase, NEMA Type 1 General Purpose Enclosure, Surface Mounting, Red Pilot Light Starter Feature, Toggle Operator Type, 2 Poles
$ 30.99
1
...
51
52
53
54
55
56
57
58
...
2070
BACK
Shopping Cart