{{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
Bunting Bearings B932C006010-13 Cast Bronze C93200 (SAE 660) Bar, 3/4' Bore x 1 1/4' OD x 13' Length
$ 26.99
Janitized JAN-NFVP300-2(10)-EA Premium Replacement Commercial Vacuum Bag Designed to Fit Nilfisk GD 1010 & VP 300. OEM# 1408618000, 1408618010 (Pack of 10)
$ 18.99
Grex 23 Gauge Pins 1-3/4' Headless - 10K Box
$ 18.99
compatible with Replacement for Komatsu Rotor 22157-55K10
$ 28.99
Brady THT-119-427-2.5 1.5' Width x 1.5' Height, B-427 Self-Laminating Vinyl, Matte Finish White/Translucent Thermal Transfer Printable Label (2500 per Roll)
$ 99.00
014973285470 Nylon Mushroom Nail Drive Anchors, 1/4 x 3, Piece-100
$ 16.99
Dwyer, ADPS-03-2-N, Adjustable differential pressure swith
$ 18.99
4' 90 Degree indexable face Shell Mill, face milling Cutter APKT w. R8 Arbor
$ 63.99
Medline GEL74203 Wire Glove Dispenser Box Holders
$ 16.99
S-DG-D Depth Gauge (11 X 75 Assembly)
$ 15.99
Fuse RS309-MD-200A 300A 400A 500A new green tube 500VDC(RS309-MD-500A)
$ 31.99
Kraft Tool RO112-12SH 12' Wide London Brick Trowel w/ProForm® Soft Grip Handle
$ 28.99
VMTW 8X1 inch CBN Grinding Wheel Set 80 Grit & 180 Grit High Speed Steel Tools
$ 88.99
Sertek Cond Evaporator Pan W/Cord
$ 47.99
Rubber Timing Belt 828XL 850XL 860XL 884XL 900XL Rubber Timing Belt Toothed Pulley Transmission Belt 8mm 10mm 15mm 20mm Belt Width Closed Loop Belt(828XL 414T,Width 10mm)
$ 13.99
Scott Professional Pro Hard Roll Paper Towels, Bulk (43959), Absorbency Pockets, White, for ScottBrand Blue Core Dispensers (6 Rolls at 900' Each, 5,400'/Case)
$ 38.99
Stevens Lake Parts Cylinder Seal Kit Fits Westendorf TA-28 WL-21 WL-22 WL-23 WL-24 WL-42 Models
$ 56.99
Caplugs Evergreen 222-8636-010 96-Well Sterile Tapered Deep-Well Plates DP9, DP9C Series, Natural, Polystyrene, Well Volume 0.5 mL, Specimen Storage, Dilution, DNA Sequencing (Pack of 20)
$ 31.99
Hand Truck Wheel, 5/8 in. Bore Dia, 600 lb
$ 30.99
Jack Chain, Single, Brass, Sz 16, 10Lb, 100Ft
$ 13.99
A&D Weighing EJ-03 RS-232C Interface (Data Interface)
$ 40.99
Surgical Tube Natural Rubber Latex Tubing 50ft Roll 1/8' Inner Diameter x 1/16' Wall x 1/4' Outer Diameter
$ 16.99
3 Equine Dental Float RASP Down, UP, Straight Veterinary Instruments Black Handle
$ 21.99
Chain Link Fence Base - Sturdy Foundation for Secure Perimeters
$ 33.99
016546 Gasket Assembly
$ 26.99
Hydraulic Pump Assy T1150-36440 Replacement for T1150-36400 T1150-36403 T1150-36409 Compatible with Ku-bota L3430 L4400 L2501 L3240 L3301 L3400 L3430 L3540 L3560 L3940 L4400
$ 74.99
Econoco Grid Basket Rack Topper
$ 45.99
Viking Electronics - SRC-1 - Viking Electronics SRC-1 Relay Controller - 5.3 Height x 3.5 Width x 1.8 Depth
$ 83.99
Starter Motor 16 Tooth Replacement for B.Riggs & S.tratton 445877 446677 446777 44677A 12 Volt Electric Starter 795121
$ 24.99
Cast Iron 6.25' Dual Groove Pulley Belt B Section 5L with 5/8' Sheave Bushing 2BK65H
$ 27.99
5/16''x20' Grade 100 Chain Binder Chain Transport Chain Grab Hooks
$ 26.99
CNC Machine Tool Setter CNC Z Axis NC/NO Tool Touch Sensor Tool Setting Gauge Automatic Tool Sensor CNC Accessories(SK-66A-KC,Normally Closed)
$ 68.99
Enhance Your Interactive Experience with 50 Inch Multi-Touch Infrared Touch Overlay | USB Free Driver | HID Compatible - Ideal for IR Touch Screen Panel or Interactive Display - SpecialTouch
$ 99.00
Big Timber 5FS72#7 by 2-inch T-10-drive bit Tiny Finish Head Screws-Exterior,(950 per Box)
$ 28.99
570H200 Timing Belt 0.5in Pitch, 2in Wide, 57in Pitch Length, 114 Teeth
$ 31.99
Festo SIEN-M8B-PS-S-L Proximity Sensor
$ 20.99
1
...
1957
1958
1959
1960
1961
1962
1963
1964
...
2070
BACK
Shopping Cart