{{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
47593353001 OEM Replacement Air Filter Fits in RS-22 Compressors
$ 46.99
Eppendorf 022492209 Sterile epTIPS Singles Pipette Tip, Individually Wrapped, 2-200 microliter Volume (Pack of 1000)
$ 98.99
NI210SC Advanced Curving Line Analyser Double Input Channel and 2inch Display Screen for Accurate Circuit Diagnostics
$ 55.99
Hoshizaki P00350-01 THERMISTOR
$ 51.99
Swann Morton No.10 STERILE Curved Carbon Steel Scalpel Blades - Box of 100 - Brand New Stock Dated 2022 - Made in England, UK - Finest Precision Blades - Durable Quality for Experts & Professionals
$ 26.99
1 3/16 Grip Range, Emka Plain Padlockable, Black Powder Coating, Heavy Duty L-Handle w/Defeator for Two Hand Operation NEMA 4 Rated 1/4 Turn Latches (1 Each)
$ 25.99
POWERTEC 8 Inch Caster Wheels Set of 4 (2 Swivel & 2 Fixed), Heavy Duty Casters w/Rubber Knobby Tread for Workbench, Dolly, Cart, Trolley, Wagon and Chicken Coop, Large Rubber Castor Wheels (17055V)
$ 39.99
SUCSF201-8 Stainless Steel 4 Bolt Flange Bearing 1/2' Bore
$ 25.99
Infrared Thermometer Temperature Gun - TEMIRUP Non-Contact Digital Laser Thermometer Temp Gun with Thermocouple Probe for Industrial, Cooking, Griddle, Engine, HVAC, Adjustable Emissivity,-40℉~1202℉
$ 19.99
Cross Linked Polyethylene Foam Sheet, Red, 4 lbs/cu. ft., 3/4 in Thick x 12 in Wide x 24 in Long
$ 19.99
Sodium Hydroxide - Pure - Food Grade (Lye, Caustic Soda) (10 Pounds)
$ 22.99
Air-Operated Double Diaphragm Pump 120PSI 35Gpm Pneumatic Dual Diaphragm Pump Air-Operated Waste Oil Transfer Pump
$ 76.99
6 Pack Heavy Loop End Cotton String Mop Head Heavy Duty Mop Head Commercial Refills Mop Head Replacement for Home Industrial Commercial Floor Cleaning(White, Green)
$ 14.99
UC213-65 - Insert Bearing - 2.559 in Bore - 4.724 in Outer Diameter - 2.563 in Width - 0.906 in Outer Ring Width - Set Screw Locking, Contact Seals, Relubricable
$ 23.99
White HDPE (High Density Polyethylene) Rectangular Bar .375' (3/8') x 1.00' (1') x 48' 4 pcs
$ 29.99
SQUARE D 8911DPSO13V02 U 8911 Used
$ 84.99
WH04X29448 Thermistor Fits For GE Washer, replaces WH01X24104
$ 23.99
BASIK 60cc ENFit Silicone O Ring Reusable Syringe, 6 Pack
$ 16.99
Winters TTD Series Steel Dual Scale Tridicator Thermometer with 2' Stem, 0-100psi/kpa, 3' Dial Display, ±3-2-3% Accuracy, 1/2' NPT Back Mount, 70-320 Deg F/C
$ 22.99
Unger QB220 Pro Bucket, 6gal, Plastic, Green
$ 22.99
Guardian 8' Rubber Curb Ramp with Round End Caps
$ 99.00
Mohs Hardness Test Kit, 2-9 Scratch Tester Hardness Test Pen, with Storage Box, for Industrial Mineral Identification Kit Gem Jade Jewelry
$ 72.99
50mm Long Stem Funnel, Glass Funnels, Curved Neck Funnel, Borosilicate Glass 3.3, Heavy Wall Lab Funnels - Pack of 2 (Size : Bent Neck Funnel 50mm)
$ 20.99
Crownwall Slatwall Steel 16' Magnetic Tool Bar - 2 Pack
$ 24.99
1pc NEW 7K0025 Ball Screw Nut
$ 74.99
Scotsman 02-3383-02 Float Bar CME506/656
$ 19.99
Dwyer Series Mark II 25 Molded Plastic Manometer, Inclined-Vertical Scale, 0 to 3 inH2O Measuring Range, Red Gauge Fluid, 0.826 sp. gr. (Twо Расk)
$ 66.99
HSS M25 x 1.25mm Tap and M25 x 1.25mm Die Metric Thread Right Hand
$ 19.99
EAGLE TORCH 45 ANGLE SINGLE FLAME TORCH PT116A ASSORTED COLORS 3' PACK OF 20
$ 16.99
Electronic Oil Metering Gun Refueling Gun Tool for Refueling Trucks, Oil Fluid Dispenser, Oil Gun with Gauge, Quantitative Fueling Gun, Control Valve Fuel Petrol Oil Transfer Gun for Filling Fluids
$ 28.99
30 Pack Double-Sided Menu Holders 4'x 6', PU Leatherette A-Frame Table Tents for Restaurant, Bar, Cafe, Wedding, Durable and Foldable Design (30 Pack, 4' x 6')
$ 38.99
Shimpo FVE-BAT, Replacement Battery for FGE/FGV Force Gauges
$ 22.99
3 Phase Voltage Monitoring Sequence Relay, JVR800-2 Under Over Voltage Protector, Voltage Over Under Voltage Phase Failure Relay, LCD Rail Voltage Phase Loss Protector Monito
$ 23.99
X310014C | X310014 | MS3V1-5 | MERSEN (FERRAZ) MICROSWITCH, MS, 3V 1-5, STANDARD NO-NC INDICATION STYLE
$ 18.99
Rheem 42-23116-09F 42-23116-09u 42-23116-09r 42-23116-09n 42-23116-09a 42-23116-09c 42-23116-09e 42-23116-09 42-23116-09H Genuine Original Equipment Manufacturer (OEM) part
$ 17.99
Cubitron Multi-Finishing Wheel - 2S Fine Grit Silicon Carbide - Stainless Steel Finishing Wheel - Convolute Wheel - 6 in x 2 in x 1 in - Pack of 2
$ 94.99
1
...
2012
2013
2014
2015
2016
2017
2018
2019
...
2070
BACK
Shopping Cart