{{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
4pcs Reusable Hydraulic Hose Repair Kit,1/4',3/8',1/2' Inner Diameter Compatible with SAE 100R1 1-wire and SAE 100R2 R16 R17 R19 2-wire Hydraulic Hoses,Quick Repair of Various Hydraulic Hose Failures
$ 20.99
CHG T12-5000 Condensation Evaporator For Refrigeration 23340
$ 50.99
White Torso Form Hook for Hanging - Set of 10
$ 28.99
Spill Kit - Universal Absorbents - Portable Bag Spill Kit - Spill Pads & Absorbent Socks for Water, Oil Spill Clean Up & More - Absorb 5 Gallons of Any Fluid (Made in USA)
$ 24.99
X-Axis Platform Sliding Table, 40x70mm Fine‑Tuning Linear Stage Precision Sliding Table Manual Translation Displacement Station (Size : with Base)
$ 36.99
OEM Magnecraft 70S2-07-B-04-F (1 Items)
$ 24.99
Table Top Natural Pine Wood Solid Pine Wood 16 x 16 in Durable,Furniture,Table Accessories,Table Tops,847423
$ 21.99
300 Pack Molded Pulp Fiber Berry Basket Produce Vented Container with 300 Sheets Wax Paper Berry Basket for Fruit and Vegetable, Farmer Market, Grocery Stores, Backyard Party
$ 36.99
SCT710T Single axis tilt Sensor, Voltage Type Angle Sensor, inclinometer Level Module, 150CM(0-5V,DC11-36V)
$ 99.00
BISupply Heavy Duty Suction Cup Handle Floor Panel Carrier 2pk - 75lb Dual 5in Cups Tile Suction Cup Tool for Laminate
$ 23.99
AH-Quantuv PAR Meter,Test PPFD(400-750nm) and UVA(320-400nm) Irradiance Intensity.Show The Seperate PAR of R,G,B in Grow Light. Record PAR | UVA
$ 28.99
Dealmed Non-Fenestrated Sheets – 50 Count 3-Ply Poly-Lined Drape Sheets, Blue Material, Perfect for Hospitals, Medical Facilities, and Physicians’ Offices, 18' x 26' (Pack of 6)
$ 51.99
Gasket Insulating Foam Sealant, 14 oz. Gun Aerosol (Kit)
$ 99.00
Fivepears Furniture Lift Mover Tool Set-3000 lb,5-Wheel Heavy-Duty Furniture Dolly with Handle,360°Swivel Casters Trolley-Ideal for Moving Heavy Machinery, Equipment, Pianos, Couches and Carpeted
$ 20.99
1004Pcs Grade 8.8 Metric Bolts Assortment, Hex Heavy Duty Bolts and Nuts Set, M6 M8 M10 (12mm to 45mm), Comes with 3 Bits(Yellow Zinc Plated)
$ 20.99
4 Inch Hub PVC DWV Double Wye Schedule 40 for Use in Sanitary Drainage, Waste and Ventilation (DWV), Sewer and Stormwater Applications, White
$ 18.99
Endodontic Meter and Accessories RZ-B
$ 24.99
Control Devices SW10-0A175 SW Series Brass Soft Seat ASME Safety Valve, 175 psi Set Pressure, 1 Male NPT
$ 46.99
McKesson Stretcher Blanket, Disposable, 100% Polyester, Grey, 40 in x 80 in, 1 Count, 24 Packs, 24 Total
$ 47.99
Plastic Film Stretch Sampling Knife/Paper Fixed Width Sampling Knife/Tape Stripping Sample Cutter (25mm)
$ 89.99
maXpeedingrods Rotary Broach Tool Holder 3/4' Shank Diameter for 1/2' Shank Broach
$ 36.99
KOBLENZ Mystic Canister Vacuum Cleaner - Corded
$ 45.99
Hoffman ASE18X18X6 Pull Box, Screw Cover with Knockouts, Steel, 18' x 18' x 6', Gray
$ 56.99
4400202 Speed Control Knob
$ 18.99
EVTSCAN Diaphragm Water Pump High Pressure Electric Micro Booster, Positive Displacement Pump DC12V 100psi 3.2GPM
$ 52.99
Allstar Performance Aluminum Angle Stock, 90 Degree, 1 in Wide, 1 in Tall, 1/8 in Thick, 73 in Long, 3/8 in Slots, Aluminum, Natural, Each
$ 21.99
Dixon 4344-02 Oil Removal Filter Element for F74H Norgren Series 1 Filters
$ 46.99
5.25' x 1-1/8' Double V Groove Pulley/Sheave # 2BK55X1-1/8
$ 23.99
OnlineMetals 655 Bronze Round Bar, Unpolished (Mill) Finish, H04 Temper, ASTM B98, 0.75' Diameter, 36' Length
$ 48.99
Star Lang 2N-11030-31 Element, Griddle, 480V, 5991W
$ 99.00
Dymo compatible deep freeze thermal labels 0.5' x 1' / 13mm x 25mm (2 across)
$ 16.99
UltraTech 1786 Vinyl Coated Ultra-Roof Drip Diverter, 7' Length x 7' Width, Yellow
$ 45.99
US Cargo Control Heavy Duty Lever Load Binder for 3/8' Grade 70 Chain (Working Load Limit: 9,200lb)
$ 34.99
White Cardboard Pizza Boxes, Takeout Containers - 10 x 10 Pizza Box Size, Corrugated, Kraft – 50 Pack
$ 17.99
SKF 99269 Speedi Sleeve, Inch, 2.75in Shaft Diameter, 1.438in Width
$ 18.99
Jameco Valuepro SPW2304 PC Split-Bobbin Power Transformer, 8-Pin, 115/230VAC, 12VA, 1.6' L x 1.9' W x 1.5' H (Pack of 2)
$ 14.99
1
...
2017
2018
2019
2020
2021
2022
2023
2024
...
2070
BACK
Shopping Cart