{{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
55 Gallon Drum Pump - Steel
$ 25.99
MAPLE ACE UCF207-22 Square Flange Bearing 1-3/8' Bore, 4-Bolt Self-Aligning, Solid Base, Heavy Duty (Qty 2)
$ 16.99
21Piece Pressure Testing Cap Test Probe Tc-3 Replacement Accessories for Edge Tester Testing Meter Set-50 Ul1439 New
$ 18.99
Vollrath 86 oz Aluminum Scoop
$ 16.99
Condor USA 11LC2E 120-150 PSI 4 Port Air Compressor Pressure Switch
$ 17.99
KJ-201BD Lab Orbital Shaker Mixer, Orbital Shaker with Anti-Slip Pad, Adjustable Speed 0-210r/min, Orbital Rotator Shaker for Hospital Laboratory 110V
$ 48.99
PURELL 800 Series Bag-In-Box Hand Sanitizer Push-Style Dispenser, Dispenser for 800 mL Sanitizer Bag-in-Box Refills - 9621-12,White
$ 16.99
LS Improved Neubauer Hemocytometer Blood Counting Chamber Cell Counting Chamber
$ 16.99
VEVOR Rubber Speed Bump, 1 Pack 2 Channel Speed Bump Hump, 72' Long Modular Speed Bump Rated 22000 LBS Loading, 72.8 x 12.2 x 2.2 Garage Speed Bump for Asphalt Concrete Gravel Driveway with 2 End Cap
$ 64.99
304 Stainless Steel Strapping Band Coil - 3/4' x 95' Roll, Packing Tensioner Strap
$ 17.99
Empty Drum - Industrial Labels, 6 x 6 inches, Vinyl, Pack of 100
$ 23.99
GROEN KETTLE THERMOSTAT KNOB DIAL 013682
$ 20.99
Frymaster Kaowool Blnkt 1/2X10X20 1/2 8160773 - Free Shipping - Genuine OEM Replacement Part
$ 16.99
3 Packs Plastic Test Tube Rack, 90 Holes Lab Test Tube Rack Holder, Sample Bottle Holder for 13mm Laboratory Test Tubes
$ 21.99
Cotton Roll Undercast Padding Roll Soft and Absorbent Cotton Makeup Remover in an Easy to Tear & Use Roll White Cotton Roll for Art Projects, Craft
$ 27.99
| FA-UFWTF8-JIC-JIC90-36 | 1/2' Ultraflex Hose with 1/2' Female JIC X 1/2' Female JIC 90 Degree, 36' long (5,010 psi)
$ 17.99
DEWALT Brad Nails, Heavy Duty, 18GA, 1-1/4-Inch, 25000-Pack (DBN18125)
$ 33.99
Heavy Duty Platform Truck Flat Cart Hand Trucks,1500 to 2000Lbs Steel Push Cart Dolly with Brake Design, 36 x 24in or 27x19in Large Flatbed Black Trolley (BL, 27X19 Small)
$ 55.99
Spot Weld Cutter Set Double Sided,3/8' HSS Spot Weld Cutter Remover Drill Bits Hex Sheet Metal Hole Cutter Remover Kit for Power Drill Spot Welding, by NAKAO (16 Pcs)
$ 15.99
QCC15 200A Hydraulic Pump Motor Contactor 12V 24V Coil 200 Amp Pump System Solenoid Relay Switch Electric Pallet Truck Stacker Forklift Material Handling Cart Lift Aerial Platform (QCC15 24V)
$ 20.99
50 mL Semi Automatic Repeating Metal Syringe
$ 37.99
4 Pcs Plastic Pallet Waterproof Storage Pad Hdpe Lightweight Wear Resistant Basement Pallet for Racks Outdoor Grid Indoor Floor Supermarket Warehouse Support up to 4000 Lbs (40 x 24 x 2 in)
$ 60.99
Electric Warming Tray-Full Surface Heating,Rollable & Portable,6 Heat Settings 4 Timers Auto Off-Christmas Gifts for Women Mom,Kitchen Gifts,Versatile Food Warmer for Gatherings,Parties,Everyday Use
$ 17.99
Earscope - In-Ear Stethoscope Ozone Insufflator with Medical Silicone Tube, Soft Ear Plugs, Male Luer Lock
$ 17.99
Replacement part for 0130P00084 For Amana Thermistor .375,Red Indoorcoil 0130P00084 T3GO0T12774
$ 26.99
Gridwall Hooks 4 Inch, 60 Pack Metal Display Hooks for Grid Wall, Hanging Hooks for Grid Wall Panels, Black Grid Wall Accessory for Clothes, Home Setup, Retail Display- Gridwall Peg Hooks
$ 17.99
Ruland MDCD25-10-8-A 2024 or 7075 Aluminum Hubs Disc Coupling, Double Disc Clamp Style, 10 mm x 8 mm Bores, 25.4 mm OD, 34.9 mm Length
$ 46.99
6 Ton Hydraulic Press, H-Frame Garage Floor Adjustable Shop Press with Built-in Relief Valve Pressure Gauge, Hydraulic Shop Press to Bend Straighten Press Parts Install Bearings U-Joints, Red
$ 41.99
Aftermarket Sullivan Palatek 00521-082S Air Filter | High-Efficiency Pleated Media | Radial Seal Primary Element | Replacement Part | for Compressed Air Equipment & System
$ 25.99
PAR Meter for Plant Light Analyzer, High Precision Quantum Light Intensity Measuring, Spectrum Lux Meter PPFD Meter for Plants Led Grow Lights Indoor and Outdoor, 400-700 Range Optimize Lighting
$ 33.99
Detecto 437 Mechanical Physician Scale Without Height Rod - Die-Cast Beam with Black Aluminum Insert - Rigid Construction with Precise Results, Eye-Level Display - 450Lbs x 4 oz Capacity
$ 99.00
SchayCo 12 Pack Caulk Saver Caps with Case of 12 Sikaflex Crack Flex High-Performance, Textured, Self-Leveling, Polyurethane Sealant (Gray 10 Oz)
$ 43.99
Full-Taper Spiral Cartridge Rolls (1/2' Dia x 1-1/2'L, 60 Grit, 50 Pk)
$ 19.99
EustomA 6.5X Loupes Binocular High Magnification 420mm Working Distance FD-501K
$ 99.00
Pipette and Pipette Filler Bracket (Break Resistant PETG) (HB Tape)
$ 25.99
UCFL206-19 Premium 2 Bolt Flange Bearing 1 3/16' Bore Self-Alignment Farm Machinery Conveyor Manufacturing Equipment
$ 21.99
1
...
12
13
14
15
16
17
18
19
...
2070
BACK
Shopping Cart