{{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
Trolley Assembly, Twours 2 Wheel Trolley Rollers for 1-5/8' Strut Channel Heavy Duty Material Handling Bearing Trolley Warehouse Hoist Noiseless Sliding Door Track System (4 pcs)
$ 15.99
Carbide End Mill, 15/64' Diameter, 4 Flute, Single
$ 16.99
ET510 DC Low Resistance Tester Portable Milliohm Meter Microresistance Tester Low Resistance Tester Direct Current LCD Display with Backlight Low Resistance Tester for Resistance
$ 63.99
USA Sealing Black UHMW Polyethylene Plastic Bar, 3/8' Height, 4' Width, 48' Length
$ 22.99
BSPT Female Reducer Coupler 1/8 to 4' 304 Stainless Steel Pipe Fitting Connector 1PC(2-1/2 x 1-1/4 Inch)
$ 21.99
W11415987 Washer Shock Absorber Compatible with Whirlpool Maytag Amana Crosley, Replacement Parts W10163171 W11316766 W10261492 W10312625 WPW10261492 WPW10312625 4958120 AP6980109
$ 18.99
Precision Brand 78905 Plastic Thickness Gage Fan Blade Assortment, 0.001-0.03' Thickness Range, 1/2' Width, 5' Length, 13 Blades
$ 18.99
Stainless Steel Utility Sink, 3 Compartment Free Standing Sink, NSF Commercial Kitchen Bar Sinks with Faucets & Legs, Laundry Tub for Restaurant, Laundry, Garage, Workshop 39”L x 18'W x 35.8' H
$ 70.99
Digital Temperature Controller with Accessories, Touch Screen, Box Package
$ 36.99
3M Littmann Stethoscope, Classic II Pediatric, Black Tube, Stainless Steel Chestpiece, 28 inch, 2113
$ 52.99
Indium (in) 24.26mm Metal Disc for Collection or Experiments
$ 28.99
4 Tiers Retail Display Shelf Candy Snack Rack Organizer Countertop Metal Display Rack for Kitchen Pantry Stores Supermarkets (White)
$ 25.99
Trigger Points Laminated Chart
$ 16.99
50 Pcs 3/8' x 3' Zinc Plated Concrete Anchors Masonry Screws Heavy Duty Carbon Steel Hex Head Large Diameter Concrete Anchors and Screws Kit for Brick, Blocks, Cement
$ 15.99
Interapid 312 Dial Test Indicators Carbide Ball Tip Measuring Insert 74.105996
$ 14.99
NEW UNIVERSAL 360 DEGREE ROBOTIC TOTAL STATION PRISM (GRZ4 TYPE) FOR TOTAL STATION
$ 99.00
JNB Pro EVA Hot Melt Adhesive for Edge Banding Machine, Edge Band Woodworking Glue Pellets for PVC, ABS, Acrylic, Wood Veneer, Melamin Edgeband etc. (5kg/11lbs, Natural)
$ 35.99
4-foot-long Glass Display Cabinet with Sliding Door, Adjustable Shelves, Ships Unassembled - Anodized Aluminum Extrusions With Black Melamine Panels
$ 99.00
10 Pounds Copper Sulfate Crystals (Fine Crystals) - Not for Human Consumption
$ 18.99
San Jamar C3200C Stainless Steel in-Counter Mount Beverage Vertical Cup Dispenser, Fits 6oz to 10oz Cup Size, 2-7/32' to 3-3/16' Rim, 23-1/2' Tube Length
$ 41.99
Browning AK94X1 1Grv FHP Sheave 1' Bore
$ 76.99
New Battery 21CR19/66-9 for Niton XL3t 900S Thermo Scientific XRF Analyzer
$ 64.99
AB1000-3/4 Single Groove Web Sheaves,10' OD 3/4 inch bore v Belt Pulley,Motor Pulley Carbon Steel for A B 5L 4L V-Belts
$ 18.99
LumiBrite 32% Take-Home Whitening Gel Refill 6 Syringes 2.5 mL EACH
$ 18.99
Thermocouple for Rinnai gas 55 cup rice cooker and similar, silver/white, RR82-41318-02
$ 16.99
45-82% Brix Refractometer Handheld Brix Meter Concentration Meter ATC for Concentrated Fruit Juice, Condensed Milk, Jam (Color : Plastic Box)
$ 23.99
Bodaon 10-Pack Insulated Food Delivery Bag, XXXL Pizze Cooler Bags, Thermal Cold/Hot Styrofoam Carrier for Doordash/Travel/Shopping/Catering/Car, Warmer/Frozen, Dashers Door Dash Accessories
$ 44.99
ITO (Indium tin Oxide)Coated Conductive Glass Slides 50×50mm Resistance 7 ohm/sq (8 Pcs)
$ 16.99
Vee Gee Scientific NDX-2 Handheld Refractometer, with Refractive Index Scale, 1.435-1.520, +/-0.001 Accuracy, 0.001 Resolution
$ 55.99
Thermal Resistance PT100 Input Temperature Transmitter 0-10V Output 0-5V Output 1Pcs(PT100-50-100 0-5V)
$ 19.99
Camozzi 32F4A032A015 Compact cylinders
$ 28.99
3/16' x 2.5' x 2.5' x 72' Mild Steel Square Tube A500/A513 Hot Rolled
$ 47.99
M07 Air Compressor Muffler 3/4' NPT Male, Air Exhaust Muffler Silencer for Compressor Dryer Compressed Air Equipment and Systems, Single Chamber 145 PSI, Muffler Replacement Part
$ 21.99
SK000092 Wheel Motor Seal Kit fits Parker TF TG DF DG Series 025-503 025-507 - PKH-SK000092
$ 45.99
Commercial Carpet Cleaning Machine, 3 in 1 Carpet Extractor Upholstery Wet Dry Vacuum Cleaner Extractor Vacuum Deep Cleaning Washing Machine for Sofa, Carpet, Curtains (40L)
$ 99.00
3M Low-Speed TopLine Autoscrubber Floor Pads 5000, 15' Diameter, Green/Orange (Case of 5)
$ 23.99
1
...
2005
2006
2007
2008
2009
2010
2011
2012
...
2070
BACK
Shopping Cart