{{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
Simpli-Magic Cotton Terry Towels, Commercial Grade, White, 55 Pack, Size: 17' x 14'
$ 17.99
EG096-G Slide Gate Wheel 4” V-Groove Solid Steel Sliding Wheel Bearing for Rolling Inverted V Shape Track Gates up to 3000lbs with Screw NO Brackets
$ 14.99
TPI 665 Digital Manometer with Data Logging for Gas Applications only
$ 99.00
Precise Canda - Assorted Set of 15 PCS Dental Instruments Elevator, EXTRACTING Forceps, Mirror, Probe and Explorer and ENDODONTIC CLAMP Punch
$ 29.99
RBC Bearings CJS2824 - Fiberglide Straight Sleeve Bushing - 1.7500 in Bore, 1.9380 in OD, 1.5000 in Length, Carbon Steel
$ 22.99
Eisco - Pack of 12, 500mL Sterile PETG Erlenmeyer Flasks, Non-Vented, Baffled Bottom, Gamma Sterilized, USP Class VI, Lab-Grade, Chemical Storage, Cell Culture, Mixing
$ 65.99
1-1/2' 90 Degree HIGH Speed Steel Single Flute Countersink 1/2' Shank
$ 22.99
PVC Capsule Heat Shrinker, 1000W 110V Thermostatic Wine Bottle Cap Wrap Heat Shrinking Machine, Bottle Sleeve Shrink Sealing Machine with Digital Display, for 70mm/2.75 PVC Capsules
$ 49.99
Research Grade Molybdenum disulfide Powder MoS2 Powder 15μm-20 Gram
$ 58.99
Rubber for Spearfishing Speargun Band/Sling 9/16 inch (14mm) O.D. x I.D 1/8 by The Foot - Variety of Colors - PrimeLine Natural Rubber
$ 26.99
Dayton Model 1TDT1 Blower 458 CFM 1530 RPM 230V 60/50hz (5C507)
$ 76.99
Little Giant VCCA-20-P 230 Volt, 1/30 HP, 80 GPH Low Profile Plenum Condensate Removal Pump, 6-ft. Cord (plug-less), Black, 554222101
$ 88.99
Azar 700828 8' Metal Scan Hook (0.187' Diameter), 50 Pack
$ 29.99
Safco 3436BL Extended Height Lab Stool, Black
$ 32.99
Crathco 3220 Bearing Sleeve (Pack of 12)
$ 29.99
MT03M - Overload Relay 5.50-8.00AMPS
$ 47.99
Southco C5-12-25-3 Sealed Lever Latches
$ 22.99
1000mL Plastic Stopper with 24/29 Joint Conical Separatory Funnel Bundle with Lab Stand and Accessories (8 Items)
$ 38.99
ARTMAN INSTRUMENTS Bone Morselizer Bone Mill Crusher – Titanium Plate Dental Implant Bone Grafting Tool
$ 17.99
12V 800W Car High Power Amplifier, Stereo Power Audio Amplifier Board, Heat Dissipation Stereo Amplifier for Vehicle
$ 17.99
Block and Tackle Pulley System, 4400 LBS Breaking Strength Heavy Duty Rope Hoist Pulley System, Metal Wheels Bearing Structure for Animal Husbandry, Warehouses, Constructions
$ 24.99
Winco BGCB-2314 Insulated Food Delivery Bag, Large, Gray
$ 19.99
H13 Tool Steel 1' Round, 18' Long Rod bar, H-13, Oversized
$ 44.99
Aftermarket CompAir 100001611 Air Filter Element | Replacement Part | High-Efficiency Pleated Media | for Compressed Air Equipment and Systems
$ 18.99
22645 Sharpe Replacement Filter Element, OEM Equal
$ 30.99
ABB MS132-12 Manual Motor Starter, 12 Rated Amps, 8.0-12.0 Amps Range
$ 38.99
Testo 605i | Thermohygrometer for Indoor Temperature and Humidity Measurement | with Bluetooth Support
$ 79.99
Hoffman F44G18 Wireway, NEMA 1, Straight Section, Steel, 4.00' x 4.00' x 18.00', Gray
$ 23.99
Diamond Dresser Single Point (2.00 CT, 1/2 Inch x 8 Inch)
$ 21.99
Zest Locator R-Tx® Metal Housing and Processing Black Cap Assembly (4 Pack)
$ 27.99
Gdrasuya10 3 in 1 Electric Hoist Winch 440lbs Electric Hoist Manual|Cable|Wireless Remote Control Electric Hoist Portable Powerful Electric Crane Lift for Lifting Engines (16ft/min Lifting)
$ 28.99
Noga DB1005 Sheet Metal Deburring Tool (Double Burr) & 10 Pack N80 HSS Blades
$ 28.99
Sadnyy Copper Tube Refrigeration Copper Tubing Coil Flexible Copper Pipe Seamless Hollow Copper Pipe Soft Industrial Metal Tubing for Air Conditioning Refrigerator(1/2' OD x 3/8' ID x 25 ft L)
$ 28.99
Premium 1052 Spoon Dolly, Body Work Spoon for Those Hard to Reach Places, 2 1/2' x 1' x 3 ', 4 pounds
$ 18.99
Killer Filter Replacement for STAUFF Corp. SE070G10B/2
$ 19.99
1035041A Safety Ring Set
$ 99.00
1
...
99
100
101
102
103
104
105
106
...
2070
BACK
Shopping Cart