{{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
Hydraulic Press, 12 Ton Heavy Duty H-Frame Garage Floor Shop Press with Plates & Adjustable Table Height for Bending, Straightening, Installing Bearings & U-Joints, Red
$ 62.99
PVC Strip Curtain Door Bulk Roll Standard Smooth Clear Size 8' Wide x .08 Thick NSF/USDA Food Service Approved
$ 86.99
EISCO Vacuum Desiccator with Stopcock, 20cm (7.9') I.D. - Borosilicate Glass - Porcelain Sieve Plate
$ 67.99
Flow-Rite Valve Actuator 2-Position - Auto/Empty - MPC-1-02-100
$ 16.99
Dental Ochsenbein Surgical Chisel No 2 CO26 HU FRIEDY by HU FRIEDY
$ 24.99
4 ft x 2 ft Slatwall Panels for Wall (24' H x 48' L) - Pack of 2 - Garage Wall Organizer Panels and Craft Storage Organization Slatwall Panel (Maple)
$ 41.99
Lift-All EE2804TFX30 4' x 30' 2 Ply Type 3 Tuff-Edge II Polyester Flat Eye to Eye Web Sling
$ 98.99
230v Fan costechh C18C23HTB F00 230V 29W Industrial Fan 6 Months Warranty 17 cm Fan
$ 35.99
Planetary Geared Gearbox Nema 17 Stepper Stepping Reducer Box Ratio 10:1 5:1 4:1 Geared for 3D Printer Mechanical Arm Robot(No Need Cut The axis,Ratio 10)
$ 21.99
2 Sterilization Cassettes with Double Button Detachable for 5 Instruments German Grade AUTOCLAVABLE CYNAMED
$ 14.99
TIDI Products 917553 Tray Cover, Weber (C), 11' x 17-1/4' Size, Blue (Pack of 1000)
$ 40.99
Mtops E104 Heating Mantle,110V, 1000ml, Round Bottom Flask
$ 99.00
316 Stainless Steel Rectangular Bar, Unpolished (Mill) Finish, Annealed, ASTM A276, 3/8' Thickness, 3/8' Width, 36' Length
$ 16.99
INSIZE 7381-T13 Measuring Tips for Screw Thread Micrometer, 24-14 TPI/1 mm-1.75 mm
$ 14.99
Automatic Hand Dryer 1000W Automatic Jet Hand Dryer with Drip Tray Hand Dryer Electric Automatic Air Hand Dryers Commercial Hand Dryer with Plug and Drain Tank for Industry Business Restrooms
$ 29.99
1 Square Meter 300gsm Waterproof UHMWPE Cut Resistant Woven Fabric with TPU Coating
$ 18.99
Parker A-Lok 8SC8-316 316 Stainless Steel Compression Tube Fitting, Union, 1/2' Tube OD
$ 22.99
Grip Rite 112EGRFG10BK 1-1/2-inch Electro Galvanized Smooth Shank Bulk Roof Nails, 10lbs.
$ 13.99
NFPA 70E with Index Tabs, 2024 Edition, Standard for Electrical Safety in The Workplace
$ 76.99
Erc112C 080G3106 Temperature Controller, Fit for Beverage-Air Delfield Hoshizaki Danfoss Randell Fisherbrand Isotemp Refrigeration - Replace 080G3494 SP-5209 SP-5210 Digital Thermostat
$ 44.99
Amana Tool Up Cut Spiral CNC Router Bits for 2D/3D Carving, ZrN Coated, 46284, 1 Deg Tapered Angle Ball Tip 1/8 D x 1/16 R x 1-1/2 x 1/4 Shank x 3 Fl
$ 28.99
Dutton-Lainson Dutton Lainson DLX P Swivel Tongue Jack 1500lb. Capacity, 22335
$ 89.99
BoNew 3.5X Glass Loupes + 5W Head Lamp Clip On Type Aluminum Box (Black Color)
$ 27.99
SPI 15-999-6 Calibrated Stainless Steel Digital Inch/Metric Caliper: 0 to 12 inch (300mm)
$ 88.99
1/2' x 156' 2-Wire Hydraulic Hose Assembly Solid & Swivel Fittings 3,000 Max PSI Farmer Bob's Parts 366320519
$ 31.99
Aluminum Alloy Shaft Coupling Bore 19mm to 20mm D65mm L90mm Top Wire Clamp Plum Coupling High Torque Coupling Encoder Aluminum Coupling Star Coupling
$ 15.99
108966 1707-122 Handle Door/Part
$ 28.99
Pyrex Corning 1395-500, 500ml Round Media Storage Bottle, with GL45 Screw Cap (Pack of 2)
$ 19.99
Set Of 7 Dental Composite Filling Instruments Kit Hollow Handle Titanium Restorative Flat Plastic Spatula Ball Tip Acorn Burnisher Place Sculpt Contour Resin Cavity Preparations
$ 25.99
3M Cubitron Full Tapered Cartridge Roll 747D, 1/4 in x 2 in x 1/8 in, 80 X-weight, 100 per case
$ 16.99
Sanuke Wire Rope Crimping Tool Kit, with 375pcs Wire Rope Aluminum Crimping Loop Sleeves, Crimping from 3/64-inch to 1/8-inch
$ 23.99
Blulu 8 Pcs Wire Hat Display for Slat Wall Black Baseball Hat Display Rack Slatwall Accessories Retail Shelves for Bedroom Store Merchandise Office Wall Door Closet Hats Organizer
$ 24.99
C14200 1622017100 569003401 Air Filter Compatible for Various Series Air Compressor Replacement Part 56003124320 AF26389
$ 17.99
AmScope HL250-A 150w Microscope Illuminator Light Source Control Box
$ 99.00
Killer Filter Replacement for PARKER FP718-20
$ 23.99
Poste Pet Cage IV Pole with 2 Hooks Stainless Steel Infusion Pump Stand Dog Cage IV Drip Stand Intravenous Pole Bracket Rack for Hospital Care
$ 20.99
1
...
1991
1992
1993
1994
1995
1996
1997
1998
...
2070
BACK
Shopping Cart