{{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
Live Center MT5 60 Degree High Carbon Steel Taper Live Revolving Center for High Speed Lathe CNC Lathe
$ 42.99
Lever Chain Hoist, 3300LBS 20 FT Manual Lever Block Chain Hoist Ratchet Type Come Along Puller with 2 Heavy Duty Hooks for Garages, Building Warehouse Construction Zones
$ 28.99
Dynarex Disposable Bed Sheets - Medical Cot Sheets & Covers for Mattress, Stretcher, Gurney - Waterproof Protectors - Breathable Non-Woven Fabric - Flat Sheet, 40x85' - 50 Count
$ 31.99
Commercial Door Push Bar Panic Exit Device with Alarm Exterior Lever 80cm/31.5' Stainless Steel Panic Bars for Exit Doors Emergency Exit Panic Door Hardware with 6 Keys for 31”-47” Wood Metal Doors
$ 39.99
Jexine Black Menu Covers Waterproof Restaurant Cafe Bar PU Leather 4 View Fold Menu Book with Angled Corners for Wine Drinks Cafes List Covers Set, 4.25 x 11 Inches (20 Pcs,Turning Page Style)
$ 48.99
Foot switch
$ 31.99
BCS-217G Green TruCool Hinged CryoBox, LN2 Drain Holes (Pack of 5)
$ 23.99
Flish HSR45 THK Linear Block for HSR45C Linear Motion Slider Rail Guide
$ 87.99
Flex-Hone Cylinder Ball-Hone 71-73mm for KTM 300 XC 2006-2018
$ 28.99
Acetone GHS Label - 2' x 3' (Pack of 25) (PN: GH1-0001-VN-0023)
$ 19.99
Hoffman Model 62 Vacuum Breaker – 3/4” NPT
$ 84.99
Boardwalk BWK2432L - L-Grade Can Liners
$ 15.99
44AW56/M10 Allied WITAN Filter Element Replacement
$ 33.99
SKF 2204 E-2RS1TN9 Double Row Self-Aligning Bearing, ABEC 1 Precision, Double Sealed, Plastic Cage, Normal Clearance, Metric, 20mm Bore, 47mm OD, 18mm Width, 3780.00 pounds Dynamic Load Capacity
$ 22.99
M20 Air Compressor Muffler 2' NPT Male, Air Exhaust Silencer for Dryer Compressor Air Pump, Compressed Air Equipment and Systems, 145 PSI
$ 54.99
Smiths Medical 96000 Saf-T Holder, Male Luer Lock Adaptor, Pack of 200
$ 86.99
RISON Titanium Plate Sheet 0.5-20x200x300mm Titanium Plate GR2 Sheet Titanium Grade 2 Plate 2PCS (2, 1.6x200x300mm)
$ 29.99
Tork Centerfeed Paper Towel White M2, High Absorbency, 6 x 610 Sheets, 121202
$ 27.99
MEAN WELL original HLG-185H-12B 12V 13A meanwell HLG-185H 12V 156W Single Output LED Driver Power Supply B type
$ 30.99
Micro Linear Actuator Stroke High Speed Low Noise Short Circuit Mini Electric Linear Actuator 150mm (Stroke 150mm-30mm/s-20N)
$ 16.99
Viking Electronics TBB-1B Boost Talk Battery and Loop Current to Line Powered Devices
$ 42.99
4 Layers Industrial Signal Light, Four Colors Column Led Alarm Round Tower Stack Lamp Flash Warning Indicator Strobe Beacon Lights Buzzer Safety Continuous Machine Sound Mechanical Equipment
$ 16.99
Digital Tachometer TL900 Automotive Non-Contact RPM Speed Meter Tach Gauge Tester, 2.5-99999RPM (Battery Not Included)
$ 15.99
3 Pack Cushioning Foam Set Include Flat Screen TV Covers Fits up to 65'' W x 36'' H,12 Moving Corner Edge Protectors and 12 Foam Protection Strips for TV Display Screen Protector Packing Moving
$ 13.99
24' W x 18' H x 12' D Black Aluminum Tempered Glass Countertop Display Case - Durabletable Top Display Case,Clear Display Cabinet for Retail, Home & Office Use
$ 67.99
ZT-QS9 clamp Meter dc T-RMS 6000 Counts Multimeter Tester Measuring Starting Current The Clamp Multimeter AC DC Current Voltage Diode Tester Digital multimeter Tester Voltmeter diode Meter
$ 14.99
(20 pcs) 3/8'-16 X 2-1/2', Penta Bolts, Penta Head, Stainless Steel
$ 93.99
Ratchet Load Binders and Chains Set, 3/8'-1/2' Chain Binders with 3/8' x 10FT G80 Tow Equipment, 7100 Lbs WLL, 28400 Lbs Break Strength, 2 Hook Types for Truck, Trailer and Cargo Tie-Downs
$ 99.00
Ammi PDO Threads (Hook Cog 23G x 38mm) 20 Count (Pack of 1)
$ 27.99
Kodiak Cutting Tools KODIAK144956 USA Made Micro Carbide Ball Nose End Mill, 2 Flute, 0.005' Diameter, 1/8' Shank
$ 20.99
Infrared Thermometer for Cooking, Gedaye Surface Laser Temperature Gun with Laser Pointer 13:1, Metal Probe, Adjustable Emissivity, -58℉ to 1562℉, Thermal Thermometer Gun for Pizza Oven Engine HVAC
$ 14.99
VICTOR Flowmeter Regulator for Argon, Argon/CO2 and Helium. For TIG and MIG Welders, Model: GRF400-580
$ 51.99
Hydraulic Pump 1991524C2 1282801C 1275148C1 Compatible for Case 244 234 245 254 255 Mitsubishi MT180 MT210D Tractors
$ 99.00
Laboratory Equipment,Deosdum Xy Scanning Stage Semy60As Micrometer Manual Slide Table Trimming Cross Roller Linear Stage 60x60xS40Mm
$ 33.99
CNBTR M5 50mm 304 Stainless Steel Multifunctional Spring Snap Hook Quick Link Ring Set of 100
$ 24.99
WMF200: Magnetic Shielding Film for LF and HF Radiation (Width 4', Length 24')
$ 18.99
1
...
1948
1949
1950
1951
1952
1953
1954
1955
...
2070
BACK
Shopping Cart