{{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
Ohaus Portable Balance CX2200P, white
$ 58.99
Exact FIT for Bakers Pride L5013X Tube Burner 23-1/2' Steel - Replacement Part by MAVRIK
$ 17.99
HUMBOLDT H-3981 Sample Splitter Replacement Pan, 8' x 5-1/4' x 4-1/4'
$ 16.99
Apache 98108565 1' x 20' Farm Fuel Transfer Hose with Male x Male Crimped Fittings
$ 35.99
UL PC C 65 T - Plastic Enclosure, UL, Multipurpose, Polycarbonate, 65 mm, 80 mm, 140 mm, IP66, IP67 (UL PC C 65 T)
$ 31.99
Banjo 1-1/2' T-Line Strainer Poly Head & Bowl w/ 50 Mesh Screen Farmer Bob's Parts LST150-50
$ 32.99
Aluminum Flat Stock 1/8' x 4' x 3FT Bar Unpolished Alloy 6061 36' Long HQ
$ 23.99
Linemaster 632-S Clipper Foot Switch, Electrical, Single Pedal, Momentary, Single Stage, No Guard, Black (2-(Pack))
$ 66.99
SKF 99275 Speedi Sleeve, SSLEEVE Style, Inch, 2.75in Shaft Diameter, 1.438in Width
$ 14.99
Simpson Strong-Tie T18N200FNB Straight, Adhesive Collation, T-Style Head, 18-Gauge Brads — 2 in. Type 316 (500-Qty)
$ 17.99
Grid Panel for Retail Display – Perfect Metal Grid for Any Retail Display, 2’x 5’, 3 Grids Per Carton (Black)
$ 43.99
Shars 50-300mm Interchangeable Rod Type Inside Micrometer Set New [0.001' Resolution] 303-2218M #)
$ 75.99
Strongway Machinery Skate, 4400-Lb. Capacity, 2 Wheels, Model# CH-2.5
$ 34.99
Killer Filter Replacement for Parker 935128
$ 19.99
VP-17-4030-HN Filter Cartridge, High Purity Mixed Bed, Color Changing Resin, 3/8' Hose Barb
$ 86.99
Cres Cor 0861-246-K Gasket Kit, Full Door
$ 83.99
Midline Valve 487T400 PVC Ball Valve; Blue T-Handle for Potable Water; 4 in. Solvent Connections; White Plastic
$ 26.99
Akro-Mils Steel Louvered Panel for PP Akrobins, Wall-Mount; 35.75 (in) x 19 (in) x 0.25 (in)
$ 33.99
Blue-White Flowmeter 2in. F-300 20-120 Gpm F-30200P
$ 56.99
100 Pcs Plastic Truck Seals, Tamper Evident, Numbered Sequentially, Red, J. J. Keller & Associates, Inc.
$ 23.99
Freeman Areola Breast Marker 38-42mm Double Ended Breast Marker
$ 16.99
10000PSI Digital Hydraulic Pressure Test Coupling Kit Hydraulic Pressure Gauge Kit for Excavator Construction Machinery 1 Gauge 1 Test Hose 2 Couplings 700BAR/70Mpa
$ 47.99
Portable Dissolved Oxygen Meter DO Water Tester Oxygen Water Analyzer
$ 73.99
Pactiv NC729B Versatainers, 1 Compartment, 32 oz, 7' Diameter, Black/Clear (Pack of 150)
$ 23.99
DTSD1352 Three Phase Bidirectional Energy Meter KWH 220V/380V RS485 Modbus(DTSD1352-C 5A RS485)
$ 89.99
6 FT - 3/4' Anodized Aluminum Tubing .050' Wall 6063 Alloy T-6 Temper
$ 19.99
3/8 x 1-3/4' Plow Bolts Grade 5, #3 Head, Plain Steel (Quantity: 700) Coarse Thread, Fully Threaded, 3/8-16 x 1-3/4'
$ 99.00
02250193-578 Filter Element for Sullair Air Compressor
$ 78.99
Easy Pro ERP50K Repair Kit for ERP50/502 Rocking Piston Aeration Compressors. Pond Aerator Repair Parts. Air Pump Repair.
$ 52.99
CMM Touch Probe Stylus 1mm Ruby Ball M5 Thread Styli 20mm Length A-5003-5204
$ 30.99
Commercial Privacy Divider Desk Divider for Office, Restaurant, Hotel - Translucent Privacy Screen Panel 1pack - Stainless Steel Partition
$ 75.99
TrippNT Large Lab Storage Shelf with 2 Shelves and 14 Adjustable Bins, 23 7/8 X 20 X 10 1/4 inches WHD
$ 99.00
Remington Industries 20UL1015STRKIT 20 AWG Gauge Stranded Hook Up Wire Kit, 25' Length Each, 0.0320' Diameter, UL1015, 600 Volts
$ 15.99
Titan Industrial Supply-1275 Piece Grade 8 Fine Thread Metal Drawer Assortment
$ 78.99
UVA365 UV Light Meter UVA Light Tester
$ 92.99
Edlund V025 Pulse Valve, Pv-1P
$ 58.99
1
...
1974
1975
1976
1977
1978
1979
1980
1981
...
2070
BACK
Shopping Cart