{{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
Tungsten Lamp (1000 hr) for Agilent 8453A, G1315A/B, G1315C/D, G1365A/B, G1365C/D - Equivalent to Part Number G1103-60001
$ 99.00
1/2' x 3' Single Leg Chain Sling | 15,000 Lbs WLL | Oblong Link-to-Grab Hook Ends | Grade 100 Alloy | 1' Master Link | for Tough Conditions | Hanes Supply (HSI)
$ 99.00
VULCAN-HART Broiler Radiant 410602-1
$ 30.99
Panini Press Grill, Commercial Sandwich Maker, Electric Stainless Steel Sandwich Maker for Hamburgers/Steaks & Bacons (1800W)
$ 49.99
Boardwalk BWKM245C 24 in. x 5 in. Cotton Head 60 in. Wood Handle Cotton Dry Mopping Kit - Natural (1-Kit)
$ 15.99
Nuenen 180 Pcs Retainer Case with Vent Holes Mouth Guard Container Case Dental Storage Container Multicolor Dental Retainer Box for Office Travel Household, 9 Colors (Bright Color)
$ 19.99
CNBTR Iron Cable Pulley Wheel Bearing U Shaped Pulley 12x50x13MM Load 512KG Pack of 8
$ 17.99
Coxo CX235-1B Low-Speed Electric Handpiece, 1:1 Inner Channel, Contra Angle, #C-1B, Sold by JMU
$ 36.99
NIUBEE 6Pack 5 x 7 Clear Acrylic Wedding Table Number Holder Stands with Gold Borders, Double Sided Picture Frames Sign for Restaurant Menu Recipe Cards Photo Display
$ 14.99
cpm158. Centrifuga Pump, Power 1 hp, 115V, Cooper Winding, 79ft Head, 24.2gpm Flow, S. Steel Shaft, Threaded inlet and outlet,Thermal protector,Brass priming plug.
$ 41.99
Duda Energy HX0520: F025 B3-5A 20 Plate Heat Exchanger 1/4' Female NPT, Degrees_Celsius, to Volts, Amps, (
$ 29.99
Krueger Sentry Gauge H-2-48 Level Gauge, 48' Item Depth, 2' Item Width, Galvanized Steel, NPT Male, 2' Item Diameter
$ 26.99
HONEYWELL L6006A1244/U High/low limit Aquastat Controller for residential combustion
$ 85.99
Wall Mount Jib Crane, 440lbs Capacity Wall Mount Hoist Bracket, 180° Swing Alloy Steel Heavy Duty Crane Support Arm Swing Arm Crane Bracket (Red)
$ 47.99
M-0011-9FC XL uTIP Filter Pipette Tips, Universal Fit, Low-Retention, X-Resin, Filtered, Pre-Sterile, 10µL (Pack of 960)
$ 39.99
Micro Scoops 5mg to 10mg scoop 500 Count Plastic Milligram Measuring Spoons, 0.006 mL Capacity Micro Scoop, BPA-Free, Static-Free, Long Handled Milligram mg Measuring Spoons for Powder
$ 26.99
Weytoll Digital Fruit Hardness Tester Meter Mini Fruit Penetrometer Durometer with Range 0.2 to 15 Kgf/cm² (x10^5 Pa) Load Division Value 0. 01Kgf/cm² Pressure Head Diameter Φ11.1mm for Fruits
$ 29.99
Damping Pivot Hinge Stainless Steel Rotating Invisible Door Pivot Hinge Furniture Hardware Side Axis Flip Window Support Hinge (Color : Small)
$ 22.99
Pressure Regulator Regulate Valve QTYH-20 QTYH-25 Pressure Reduction Valve Pressure Reducing Valve 1Pcs (Color : QTYH 25)
$ 38.99
Arrow Pneumatics F353 3/8' Filter, 40 Micron, Poly Bowl, 5 Oz. Bowl Capacity, Temperature Range 40 degreeF to 160 degreeF, 250 Max Psi
$ 31.99
Shars 1' Dial Indicator Black Face 0.0005' w/Magnetic Base Kit 303-2722B S]
$ 30.99
Acryliwax Plus High Gloss Durable Commercial Floor Wax& Finish, 5 Gallon…
$ 73.99
FRB50-PK Glass Gsc Round Bottom Boiling Flask, 50 mL Borosilicate Glass, 1.6907 fl. oz. Capacity (Pack of 12)
$ 17.99
MAPLE ACE UCP210 Pillow Block Bearing 50mm Bore, 2-Bolt, Self-Aligning, R3 Triple Lip Seal, Heavy Duty (Qty 2)
$ 26.99
High Purity Lead foil Lead Tape Lead Skin Lead Coil Lead Plate Scientific Research Experimental Test Pb?99.99%
$ 22.99
Antunes 7001339 Hi-Limit Thermostat
$ 24.99
Robot Vacuum Cleaner, Robot Vacuum,Tangle-Free 2900Pa Suction Slim, Automatic Self-Charging Robotic Vacuum Cleaner, Ideal for Pet Hair,Hard Floor and Low Pile Carpet
$ 71.99
24V 5114N/2 395MA 9.5W 13538 Cooling Fan 135X135X38MM 3-Wire
$ 37.99
Levitating Sneaker Display, Magnetic Floating Shoe Display Stand with 360° Auto Rotation & LED Light, Levitation Sneaker Holder Rack for Shoes Collector/Advertising Exhibition/Home Decoration, Black
$ 45.99
Carbon Steel Hex Nut and Screw Assortment, 32pcs 1' Hex Nuts and #14 x 4.5 Wood Screws, Fastening Tool for Decorating Outdoor Pergolas, Gazebos and Decks
$ 25.99
5 Gallon Drum Heater Band for Grease Kegs, Honey Drums & Water Buckets –120V 800W with Twist Temperature Controller (86°F to 302°F)
$ 23.99
Thermal Overload Relay MT-63/3H (MT-63) 12-18A 16-22A 18-25A 24-36A 28-40A 34-50A 45-65A (Size : MT-63 3H (16-22A))
$ 33.99
2pcs Colored 3K Carbon Fiber Tube 20 * 18mm,22 * 20mm,34 * 32mm,Outer Diameter*Inner Diameter,Length 500mm(34x32mm-Blue)
$ 28.99
Orbital Shaker - LE8S Adjustable Lab Oscillator RPR Horizontal Rotator Shaker 0-210rpm Laboratory Orbit Shakers with Anti-Slip Platform
$ 84.99
Digital Indicator, DITR-0105N 0-1 Inch/25.4 mm, Inch/Metric Conversion, 0.00005 Inch/0.001mm Resolution, No Auto Off
$ 28.99
1177 high limit thermostat switch for Fryer 3/8'Mpt Stuff Box, LCCM2003000 Hi Limit Safety Cut Out Thermostat compatible with Imperial fits for Anets 42564 deep Fryer, Hi Limit 445°F
$ 15.99
1
...
9
10
11
12
13
14
15
16
...
2070
BACK
Shopping Cart