{{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
SIKA Pro Select High Strength Acrylic Concrete Bonding Adhesive 1 gal.
$ 27.99
PIG Drum Funnel Flame Arrestor | For Steel Drum Funnels | Brass | DRM617
$ 65.99
GCA Fuji II LC Capsules A4 Bx/50
$ 64.99
5 Gallon Honey Bucket Heater, 110v 400w Honey Bucket Blanket Pail Heater with Temperature Control 68-230℉, Adjustable Honey Electric Bee Blanket with Fixed Thermostat
$ 29.99
2 Pcs 30' Safety Convex Mirror Traffic Mirror Outdoor Indoor Driveway Street Corner Mirror Security Blind Spot Mirror for Road Garage Parking Lot Warehouse, Tear off The Protective Film Before Use
$ 49.99
Remington Industries 42SNSP 42 AWG Magnet Wire, Enameled Copper Wire, 1.0 lb, 0.0026' Diameter, 51313' Length, Natural
$ 20.99
1-3/4in x 1-3/4in x .078in Wall (14 Gauge) Steel Square Tube 36in Piece
$ 17.99
HEAVY DUTY STAINLESS EYE BOLT 1/2' X 12' (S0319-1312)
$ 25.99
Disposable Three Way Valve 3-Way Stopcocks with Aseptic Cock for Luer Connections 3 Way Stopcock Flexiable T-Connector (100 PCS)
$ 22.99
New Star Foodservice 535634 Round Top Brass Plated Stanchions, Set of 2 Posts with 1 of 79.5-Inch Red Velvet Rope
$ 61.99
Switch, Miniature Rectangular Magnetic Door Switch
$ 16.99
Brady Prinzing Ball Valve Lockout, Small, for 1/2'-2-1/2' Outside Pipe Diameter, Blue - BS07A-BU
$ 15.99
2 Pack Fiber Transceiver, 1.25G/s Bidi Gigabit Single-Mode Fiber Ethernet Media Converter with 2PCS Bidi SFP LC Module Included, 10/100/1000Base-Tx to 1000Base-SX SMF RJ45 to SFP Slot up to 30KM
$ 30.99
Whatman 6703-3611 Disposable Capsule Filters, PP Membrane, 10um, 1/4'-3/8' Stepped Barb
$ 26.99
Genuine Joe Clear Low Density 1.1mil Liners, 45 Gal (Pack of 100)
$ 20.99
AcuCT 125-400:333 AC Split-Core Current Transformer, Input 400A, 333mV Output Power Meter
$ 25.99
Vulcan Hart (VULCC) Valve,Combination
$ 99.00
Spring Vibration Isolator/Hanger, HB-S, Load - 250 lbs, Pack of 4 Hangers
$ 67.99
Half Size Hotel Pan 6 Inch Deep: 6 Pack [Anti-Jam] [Super Thicken] 1/2 Size Stainless Steel Steam Table Pan, Commercial Hotel Pan for Restaurant Catering Party
$ 28.99
Hendrickson S-23651 - Shock Absorber
$ 24.99
Blade Arm Vibration Isolator
$ 14.99
Heavy Duty Food Prep Worktable, 24 x 18 Inches Outdoor Commercial Table with 2-Stage Shelf Kitchen Stainless Steel Catering Table with 4 Wheels/Foot for Kitchens,Garage,Home,Outdoor (24*18-Foot)
$ 28.99
Star 2E-Z21563 Infinite Switch M-Series
$ 29.99
HiMedia M425-500G Yeast Malt Broth (YM Broth), 500 g
$ 39.99
McKesson Tongue Depressors [5000 Count] Adult Size, Non-Sterile, Wood, Unflavored, Splinter-Free, 6 in - Use for Medical, Arts, Crafts, Spa - 500 Count, Pack of 10
$ 38.99
P12NK Natural Kynar Threaded HEX Plug, 3/4-14 NPT Thread (Pack of 10)
$ 14.99
Panduit FZTRP5N5NANF044
$ 27.99
Bostitch 1 In. Coil Roofing Nail
$ 56.99
Push Pull Force Gauge, 1000lbs Digital Force Gauge Force Tester, Force Meter Dynamometer Push Pull Gauges for School Teaching Mechanics, Load Test and Insertion Force Or Destructive Experiments
$ 26.99
Smart Caregiver Chair Exit Alarm with Weight Sensing Pad - Automatically Alert Elderly Motion Detector for Dementia or Alzheimer's - 1 Year Warranty
$ 31.99
WGZ-1B Portable Digital Turbidimeter Turbidity Meter
$ 59.99
Nieco Switch, 10A, 250Vac, Rocker, 2
$ 22.99
EISCO Volumetric Flask, 2000ml - ASTM, Class B Tolerance ±0.1000 ml - Blue Snap Cap - Single, White Graduation, Blue Printed Specifications - Borosilicate 3.3 Glass
$ 19.99
CONNECTIVITY 770854-1 AMPSEAL 16-20 AWG Wire to Cable Crimp Socket Contact - 250 item(s)
$ 15.99
6 FT - 3' x 1/8' Anodized Aluminum Angle 6063 Alloy T-6 Temper
$ 34.99
FOUR E'S SCIENTIFIC Laboratory Vortex Mixer with Mini Centrifuge 5400rpm
$ 93.99
1
...
1975
1976
1977
1978
1979
1980
1981
1982
...
2070
BACK
Shopping Cart