{{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
AR4000-04 Pneumatic Compressed Air Source Processor Air Pressure Regulating Relief Valve(AR4000-04)
$ 33.99
Chamber- TLC- Developing- Cylindrical- Fits Plate Size 2'' x 8''- 60/15 Joint- Complete, EA1
$ 99.00
RAParts (3) Anti Vibration Isolation Pads for Compressors and Equipment 4x4x1
$ 19.99
EATON MOELLER DILM1000-XHI11-SI AUXILIARY CONTACT
$ 17.99
Mophorn SJ 300 Slip Roll Machine, Max 12inch/300mm Forming Width & 1mm Thickness Sheet Metal Roller, Manual Slip Roll with Crank Handle
$ 87.99
Seal Kit 64500-000 Compatible for Eaton Char Lynn 217 Series Torque Generator SK123
$ 27.99
DELFIELD 2194988KT-S Control Ref Danfoss Etc1H-1 2 Kit
$ 99.00
Warming Mat for Food with 9 Temperature Modes, IERZRA Fast Heating & Foldable Food Warmers for Parties, 2-12Hr Auto Shut-Off & Child-Lock Silicone Heating Mat for Food, Holidays, Countertop, Daily Use
$ 27.99
CARLISLE R3VX750-4 Rubber Power-Wedge Cog-Band Banded Belt, 4 Bands, 3/8' Width, 5/16' Thickness, 76.1' Length
$ 57.99
Econoco Commercial 5 Hook Pegboard Waterfall (Pack of 48)
$ 69.99
Covidien 31422945 Sony UPP-210HD Digital Imaging Media, Black and White (Pack of 5)
$ 82.99
Falken Design Aluminium Composite Panel Black 24 in. x 72 in. x 1/4 in.
$ 40.99
5 Loop Plumbing Manifold w/ 3/4' trunk & 1/2' pex ball valves, red handle
$ 44.99
Hoshizaki 4A0520-01 Power Supply Cord
$ 35.99
Starrett Universal Snug for Surface Gages & Indicators - Versatile Tool with Dual-Sized Holes, Precise Measurement, Compatible with Multiple Gage Sizes - 57S
$ 33.99
Online Metal Supply 304 Stainless Steel Sheet .029' (22 ga.) x 12' x 24' - #4 Brushed Finish
$ 26.99
Hoshizaki 438209-01 Receiver Tank
$ 98.99
SKF 2204 E 2RS1TN9 C3 SELF ALIGNING Ball Bearing, Rubber Sealed 20X47X18 MM
$ 25.99
4310A-8-B-2 Solid State Timer SPST-NO 300SEC, 120VAC
$ 43.99
SelfPriming Pumps, Electric Oil Pump 3 Meter Lift Gear with Connectors for Extracting/kerosene (F70-101-012-101(12V)), PenRux5vwrxz73pe-11
$ 66.99
V165050-50/50 - Synthware Vacuum Trap with Serrated Connections, Kemtech America - Each
$ 59.99
FP75R12KE3 FP75R12KE3 1Pcs New FP75R12KE3
$ 19.99
EXELAIR by Milton FRL (High Flow) Air Lubricator - 1' NPT - Metal Bowl (EX55L-08M)
$ 28.99
HUBERT Deli Tag Write on Style with Green Checks White Heat Resistant Merchandising Tag Deli with Green Checks - 3 3/4 L x 2 1/4 H, 12/Bag
$ 18.99
PML3008-125ASAE PowerMAX 3' x 8' Hydraulic Tie-Rod Cylinder ASAE Certified.
$ 54.99
Seventh Generation SEV 22150 Natural Automatic Dishwasher Powder, Free and Clear, 45 oz. Box (Pack of 12)
$ 35.99
JT Eaton 485COV-CAM Answer Cage Coat for 32' Cage, Green Camo, Water-Resistant, Case of 6
$ 14.99
【Upgraded Model with 10X Prode] Digital Oscilloscope DSO152, Handheld Portable Automotive Oscilloscope with 2.8 inch TFT, 2.5MS/s High Sampling Rate, 200KHz Bandwidth
$ 15.99
For C Type Sprocket, 10 Tooth, #50/530 Chain, 5/8-inch Bore, 3/16-inch Keyway, No Set, 5/8 bore 10 tooth sprocket for #50, sprocket 530, sprocket c-type #50 - 5/8, 530 sprocket, 10 Tooth Sprocket
$ 24.99
BlackTreat Steak Paper Sheets - 1000/Case 9' x 12' 40# by TableTop King
$ 25.99
MultiFlex Pipet Tips for Gel Loading, Sterile, RNase and DNase Free, 0.5-200ul, Round Tip, 200 per Package
$ 18.99
206043-1 CIRCULAR CONNECTOR, RCPT, SIZE 17, 14POS, PANEL (5 pieces)
$ 14.99
RAParts 1124732C94 Fits International Harvester Cylinder Seal Kit with 1 1/2' Rod & 3'...
$ 16.99
Hormone Pack for Cannabis Sativa Tissue Culture Media
$ 47.99
Campbell 0717017 Hobby and Craft Twist Chain, Brass Plated, #70 Trade, 0.043' Diameter, 5 lbs Load Capacity, 82 Feet Mini Reel
$ 31.99
Invacare Reliant Divided Leg Sling with Head Support for Patient Lifts, Polyester, Large, 450 lb. Weight Capacity, R101,Binding; Green, Body; Blue
$ 62.99
1
...
1951
1952
1953
1954
1955
1956
1957
1958
...
2070
BACK
Shopping Cart