{{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
85c1 DC High Voltage Voltmeter 5kV 10kV 20kV 50kV 100kV Pointer Voltmeter Resistance Kilovoltmeter Detection High Voltage Instal 1Pcs(10KV and Resistance)
$ 33.99
Dynarex 4088 Biopsy Punch, 2.5mm Tip Width, 3.78' Length, Green, Pack of 25
$ 19.99
Metabo HPT Framing Nails | 3 In.x .120 | 21 Degree | Full Round Head | Smooth Shank | Bright Basic | 4,000 Count | 10105HPT
$ 44.99
Screen Replacement for switch lite screen replacement for Switch, Lite Screen Replacement Electronics
$ 18.99
Fenner Drives AFD10458 Driven Pulley, Fixed 5/8' Bore, 10.25' OD
$ 16.99
1015636 Cable for Squeegee Lift 28' fits Tennant Floor Scrubbers FS 2000 WB 20E
$ 18.99
16 Gauge Angled Finish Nails, 20-Degree, 2000-Pack (2-1/2', 2', 1-1/2', 1-1/4' 500 Per Sizes), Galvanized Assorted Size Project Pack, for Pneumatic, Electric Angled Finish Nailer
$ 15.99
Volvo Truck 21165209 Air Spring
$ 15.99
Zahn Viscosity Cup/Zahn Cup Viscometer Stainless Steel Cup, 1#2#3#4#5 Cup 4 4ml Cup Volume (2#)
$ 20.99
Grindmaster Cecilware 64062 Deltrol Dump Valve, 24 VDC, Gp-1, 9' Height, 6' Width, 5' Length
$ 39.99
Relay Output 5m Through-Beam Detection Infrared photoelectric Proximity Sensor Switch 12-250V NPN/PNP Transistor/Relay (Size : 90-250VAC Light-ON)
$ 17.99
ZKH Stanchion Post, 5 FT Sliver Stanchions with Crown Head Top, Stainless Steel Rope Safety Barriers,Crowd Control Barriers for Party, Event,Theater, 2 Pieces
$ 24.99
Halder 24330.0331 Handkurbeln, Black Steel, Length: 100 mm/14 mm
$ 16.99
EISCO Soxhlet Extraction Apparatus - 1000mL Extractor, 3000mL Flask, Condenser - Borosilicate Glass
$ 95.99
TOJOIN 3.5mm-K Calibrator CalKit with Standard, Compatible with 85033E Standard Mechanical Calibration kit, DC to 9 GHz, Calibration Torque 0.9N/m, with a SMA Female to Female straightthrough Adapter
$ 99.00
SKF 22310E/C3 40 MM Width, Open, 110 MM OD, Spherical Roller Bearing, Steel CAGE, 50 MM ID, Straight BORE
$ 88.99
Tsunami 60-Day Urinal Screen (Cucumber Melon) - 6/Box
$ 24.99
Silver Nitrate, ACS, 99+%, 100g
$ 83.99
AMI: UCST207-20, 1-1/4' WIDE SET SCREW WIDE SLOT TAKE-UP, FACTORY NEW!
$ 29.99
Cancer Diagnostics TKH00L Long Tissue-Tek® Trimming Blade Handle - EA. (for 260mm)
$ 96.99
Lascar EL-USB-5 USB Data Logger, Counter, Event and State
$ 43.99
Maple Syrup Evaporator Pan, 48 x 24 x 9.4 Inch Maple Syrup Pan, 304 Stainless Steel Maple Syrup Evaporator, 47 Gallon Maple Syrup Boiling Pan with Valve and Thermometer for Home, Outdoor
$ 99.00
NOGA Internal Scraper Tool - Mfg Number: BD5501 Pack of 5
$ 40.99
Replacement for GE General Electric G.E FLE11/2/A17XL by Technical Precision 2 Pack
$ 22.99
PIC Gauges B2MS-Q Black Steel Case Surface Mount Thermometer, Magnetic Connection, 2' Dial, 50/500° F Temperature Range
$ 21.99
Siemens 3RV1021-1GA10 Manual Starter and Enclosure, Open Type, 4.5-6.3 FLA Adjustment Range
$ 50.99
Nylon, 11 mm L, Black,Expanding Push In Rivet 8 mm Dia, 8 mm,2040-2128PK
$ 22.99
5205-2RS Angular Contact Sealed Bearing 25x52x20.6 Ball Bearings VXB Brand
$ 16.99
Brady 23304 1-1/2' Size Solid Brass 'S' Hook (Pack Of 100)
$ 27.99
Air Filter F300010W
$ 27.99
MITSUBISHI Q06HCPU PLC MODULE
$ 97.99
DRISSA Marine Oil and Fuel Spill Absorbent Pads, Heavy Duty Absorbent Pads, Absorbs Oil But Not Water, 1.31x1.64ft Suitable for, Shipping, Petrochemical, Ports and Power(Size:20 pieces,Color:5mm)
$ 17.99
Tgoon Wireless Intercom Unit, Intercoms Wireless for Home, Power Saving 2 Way Call 2 Pcs Humanized Voice Intercom Long Range Intercom System for House
$ 16.99
3/32' Tip Dia. x 1/2' Flute Length - Solid Carbide Tapered End Mill - 10 Degree Per Side
$ 22.99
ACTOOL 2-1/8' Diameter × 2' Depth of Cut HSS ANNULAR Cutter with 3/4'' Weldon Shank
$ 33.99
550 DC motor 10.8V/12V/14.4V/18V/21V drill motor without teeth 9/11/12/13/14/15 teeth high torque gearbox(13 Teeth,12V)
$ 26.99
1
...
1950
1951
1952
1953
1954
1955
1956
1957
...
2070
BACK
Shopping Cart