{{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
RADWELL RAD-PM-001 190-500 VAC, 3-Phase, 8 PIN Plug-in 10 AMP SPDT Relay, Over/Under Voltage - Adjustable, Phase Loss, Phase Monitor Relay, Reversal - Fixed, Unbalance
$ 66.99
Oetiker Stepless Size 1-3/4' (45.5 mm) Ear Clamps, 100-Pack Single Ear Hose Clamps (100)
$ 27.99
1Pcs High Double Shaft JGY370 turboworm DC Gear Motor 6V12V24V self-Locking Motor(10rpm,12V)
$ 22.99
15810-RKB-J01 Engine Variable Valve Timing (VVT) Solenoid, VTEC Solenoid Spool Valve, Transmission Clutch Dual Linear Shift Solenoid | Fit for Honda Accord Odyssey Pilot V6 3.0L 3.5L | OE# 918-078
$ 22.99
Siemens 3RH1911-1GA04 NSNP
$ 16.99
Durometer Test Block for Shore D Durometers D Type Rubber Hardness Test Block Durometer Test Block Kit for Durometers Type D
$ 42.99
SEEKU 24 in 24 Digits Out 7 inch HMI PLC All in One Touch Screen with PLC Integrated Panel 0-10V 4-20MA Analog MODBUS (Relay Output)
$ 67.99
3/8in 1/2in Indexable Metal Lathe Turning Tool Holder with VCMT110304 Carbide Turning Inserts for Stainless Steel(2pcs Holders + 10pcs VCMT11 Insert + 10pcs Screws)
$ 18.99
2340 Door Gasket for Tuttnauer 2340 Series, 2340M, 2340MK, 2340E, 2340EA, 2340EK, 2340EKA, EZ9K, EZ9 Door Seal Replacement Part #02610118
$ 17.99
Vision Scientific VAB470 Regional Brain - 3 Parts | Color-Coded Regions | Include Frontal, Parietal Lobes, Occipital Lobe, Temporal Lobe, Motor & Sensory Cortex, Cerebellum, and Brain Stem| W Manual
$ 26.99
INSIZE 6215-60 Magnetic Stand for Uneven Surface
$ 33.99
Rust-Oleum 382628 Automotive All-In-One Truck Bed Coating Kit, Gallon, Textured Black
$ 36.99
G4OAC5 G4 AC Output, 12-140 VAC, 5 VDC Logic, 4000 Vrms I/O Isolation, 12 mA Logic Input Current
$ 20.99
USA Sealing Black UHMW Polyethylene Plastic Bar, 2' Height, 4' Width, 48' Length
$ 95.99
Uxcell BWL100 100 mm Pull Rod Linear Position Displacement Sensor for Printer
$ 24.99
Pack of 8 Clip on Translucent Lids, Fits All Standard F Trays, Easily See and Secure Contents, Universal fit for all size Bins (8 Pack)
$ 34.99
64100002 82° HSS Unfluted Countersink 4 Piece Set, 64006
$ 38.99
Control Head Assy 1115-320000-00 Compatible for Big Joe Pallet Forklift E30 EZ30
$ 99.00
SYBO Commercial Grade Stainless Steel Bain Marie Buffet Food Warmer Steam Table for Catering and Restaurants, Good for Parties Buffet Servers and Warmers, 3 Sections with Tap, Sliver
$ 77.99
Wall Mounted Wipe Dispenser, Wet Wipes Holder, for WipesPlus Refill Bags with Lock for Supermarkets, Retail, and Business, Plastic, 13.5 Inches, Black
$ 17.99
| Black High Back Seat for Gravely PM310, PM34M, PM34Z, PM44M, PM44Z, PM460, PM48Z
$ 61.99
Hach 18349 Chloride Standard Solution, 1000 mg/L Cl- (NIST), 500 mL
$ 25.99
HPS 1.25' ID, 12' Length, Silicone Coupler Tube Hose, High Temp 4-Ply Reinforced, 80 Psi Max. Pressure, 350F Max. Temperature, ST-81103-BLK, Silicone, Black
$ 16.99
Pegboard Bench-top/Wall-Mount Laboratory Glassware Drying Rack with 52 Pegs, Gray
$ 99.00
Natt-Herricks-TIC 1:200 (100 Tests per kit)
$ 91.99
GCR-0504 Glass 500mm Length,Dimroth's Reflux Condenser,Coil Reflux Condenser with 24/40 Ground Glass Joint
$ 46.99
DAYTON 3BY83 Float Switch, 110VAC, 13-AMPS, Cord Length 30FT
$ 59.99
Marpesia petreus Real Framed Butterfly RED Orange DAGGERWING Peru
$ 16.99
Commercial Pasta Cooker Electric Noodle Cooking Machine 4 Holes Pasta Cooker with Noodle Filter Temperature Adjustable Noodle Dumpling Maker For Restaurants Homes (4 Holes)
$ 61.99
Top Hat 812550TTH-24 Screw Threaded Black Closure with PTFE/Silicone Septa, 24-400mm Cap Size (Pack of 100)
$ 29.99
ZTUOAUMA 4-Way 3-Position 25GPM 2750PSI Directional Hydraulic Control Valve LS-3000-1 Compatible with Various Hydraulic Log Splitters with Auto Return Detent Lever Handle (1/2'' NPTF Work)
$ 52.99
Super Swivel Inline 3/8 MXM NPTF Swivel with 3/8 FXF Eaton Adapter PN# SS8MP38XMP38-NI-AL (2714)
$ 26.99
REED Instruments R8130 Light Meter
$ 49.99
Taidacent Industrial Grade Noise Decibel Detection Module Sound Sensor Sound Level Meter Sound Measurement (TTL-5V)
$ 22.99
Polycarbonate Rigid Round Tube, Clear, 3' ID x 3-1/4' OD x 24' L
$ 15.99
6 Pack Heavy Duty L Shape Tie Flat Mending Plate, 6' Flat Corner Brace Bracket Post and Beam Connector, 3/16' Thick
$ 16.99
1
...
2048
2049
2050
2051
2052
2053
2054
2055
...
2070
BACK
Shopping Cart