{{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
Aftermarket Compressor Oil | 1 Gallon | Replacement Lubricant | for Compressed Air Equipment and Systems | Compatible with Gardner Denver Aeon 4000
$ 34.99
VEND-RITE MANUFACTURING CO INC ALL FREE CLEAR HE LIQ LNDRY DETERG 1LD BX 100/CS
$ 35.99
Insert Install Tool, Prewinder, 2-56
$ 56.99
Green Products 2733 RecycLockout Lockout Tagout Kit with Aluminum Padlocks, Plug Lockout, 11 Component
$ 64.99
Temperature Controller Black Panel with 2pcs Temperature Sensors Probes & Brackets Compatible with XR06CX-4N1F1
$ 30.99
Specified Technologies (STI) - LCC300 - STI Firestop Pipe Collar: 3 in For Pipe Size, 2 hr, Common Construction
$ 15.99
3 HP Replacement Air Compressor Pump Single Stage 2 Cylinder 12 CFM 150 PSI Max
$ 99.00
Camden CM-9080 Mechanical Vandal Resistant Exit Switch
$ 30.99
Sargent 5 Pin Key Blank 275 S Keyway, Pkg of 10, Factory Original
$ 14.99
1/4' Tube Severe Service SS Needle Valve 6000 Psig Swagelok SS-3NRS4
$ 66.99
Killer Filter Replacement for Caterpillar 3S9606
$ 28.99
Triple Sanitation Station with Lid - Tabletop or Wall Mounted Acrylic Masks and Gloves Holder Dispenser Hairnet Dispenser with 3 Compartments - Glove Box Holder, Clear
$ 22.99
95-125 PSI Air Compressor Pressure Switch Pressure Control Valve Regulator with Gauges for Fast Pressure Reduction
$ 15.99
Heavy Duty Replacement Ball Joints Compatible with Jeep TJ/XJ/YJ/ZJ/Unlimited LJ/Unlimited LJ Rubicon - 10642
$ 30.99
6Pcs Tap and Die Sets, 1 3/4 1/2 3/8 1/4 1/8 High Speed Steel NPT Pipe Tap Pipe Threader Drill Bits
$ 39.99
M74N-20 M74-20/G9 Mechanical Seals Type M74 Shaft Size 20mm with G9 Stationary Seat For Pumps (Material: TC/TC/VIT)
$ 47.99
Pentek 143549 Differential Pressure Gauge
$ 30.99
EXL PRO Convolute Deburring Polishing Wheel - 6' x 1' x 1' 10S Fine Silicon Carbide - Professional Grade - Metal Deburring, Finishing and Polishing Wheel - (1 Pack)
$ 26.99
Overload, T0873/G9, 2321104 for Nek2150Gk 115V
$ 27.99
VME VB-1 1' Capacity V Block and Clamp Pair - 1-5/8' wide
$ 14.99
NEWTRY 20T Low Profile Hydraulic Jack Porta Power Kit + CP-180 Manual Hydraulic Hand Pump, Industrial Mini Hydraulic Cylinder, Stroke 0.47”
$ 85.99
Steel 2' NPSH Thin Barrel Suction Strainer
$ 21.99
Medical Privacy Screen Office Showroom Curtains That Let Light In - Flame Retardant Hanging Room Divider Curtains - Meets for Fire Retardant Testing to NFPA-701-2019 (1 Panel, Lake Blue, 15x8ft)
$ 61.99
GOYOJO Handheld Digital Gauss Meter, High Precision Tesla Meter with Probe 0-2400mT, Surface Magnetic Field Meters Metal Probe Tool for Residual Magnetism and Nondestructive Testing
$ 42.99
Refrigerant Leak Detector Wale&Morn LD200,Freon Leak Detector with Rechargeable Battery,Refrigerant Gas Leak Detector for HVAC R22 R410A R134A R290 R600A R1234yf SF6 CFCs HCFCs HFCs HC HFO
$ 60.99
Flat Face Hydraulic Quick Connect Couplers 1/2'' Body 5/8'' JIC(UNF7/8''), Hydraulic Quick Disconnect #10 JIC Bulkhead Skid Steer Mount ISO16028
$ 26.99
4-40*1' CD Steel Stud 1000 pcs
$ 29.99
Face Mask Dispenser - Earloop Holds one Box of Earloop Masks Two Sets of Keyholes for Dual Position Wall mounting Clear PETG Plastic Made in The USA Dims: 4.13”L x 7.7”W x 4.35”
$ 15.99
Siemens 3RT20261BB40 IEC Magnetic Contactor, 24VDC, 3 Pole, 25 Amp, 1NO+1NC, Size S0, Screw Terminal
$ 37.99
KHPF206-20 - AMI - Factory New
$ 14.99
Intraoral Dental Camera Sleeve Sheath Covers A09-5 Fit Most USB Cameras | Wholesale (500)
$ 31.99
4 Point Analog Input Plug-in 2080-IF4
$ 57.99
VEVOR Pallet Puller, 1T Steel Single Scissor Red Clamp with 2205 LBS Load Capacity Grabber, 4.3 Inch Jaw Opening and 0.5 Inch Jaw Height, Hook Pulling Hoisting Tool for Forklift Chain
$ 21.99
Cole-Parmer Irreversible 8-Point Vertical Temperature Label, 100-150F/37-65C; 25/Pk
$ 32.99
Triplett HS10 Indoor/Outdoor Heat Stress WBGT (Wet Bulb Globe Temperature) Meter - Humidity, Temperature, Heat Index
$ 30.99
Globe Scientific 1334B Color Coded Slide, Clipped Corners, Beveled Edges, Blue, 25 x 75mm, Pack of 1440
$ 92.99
1
...
92
93
94
95
96
97
98
99
...
2070
BACK
Shopping Cart