{{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
10' Diameter Orange Airway POLISHING Wheel W/A 5/8' Arbor Hole for Aluminum OR Stainless Metal Finishing
$ 15.99
Traveling Wheels, Compatible for 360, S7, Robot Vacuum Cleaner Accessories, Spare Parts Left and Right Wheel(L 1Pcs)
$ 19.99
4K@120Hz HDMI 2.1 eARC Audio Extractor Converter,HDMI to eARC,ARC,SPDIF Optical,7.1/5.1CH,Supports VRR,VLLM,CEC,Dolby Digital,Audio De-embed,HDCP 2.2/2.3 Bypass,Compatible with PS5,Xbox
$ 31.99
Creality Upgraded K2 Plus Epoxy Resin Build Plate (370 * 370mm), Without Magnetic Flexible Steel Plate, Excellent Adhesion, High Flatness, 3D Printer Platform for K2P
$ 17.99
Nelyrho 6KG Propane Metal Smelting Furnace Kit and 1 Piece 7.5KG Graphite Ingot Mold Bundle
$ 50.99
Needle valve 1/2' NPT, 10mm orifice, Micro flow control valve, Accurate dials, stainless steel, Regulating Valve, Instrument Gauge
$ 24.99
03-600-08 Lamba Cones'Wet Floor', 36', Yellow (Pack of 5)
$ 84.99
Globe Scientific 7181000 Diamond RealSeal Bottle, Wide Mouth, Square, PP with HDPE Closure, 1000mL, 6/Pack
$ 28.99
Trombetta S500-A60 Electronic Control Module, 12/24 Volt Part No. S500-A60
$ 48.99
SIEMENS INDUSTRY 134-1504 Powers Controls, Manual Reset, Thermostat, Range / 15-55 Degree F / -9-13 Degree C, Low Temperature Detection, Cutout Alarm
$ 99.00
67211-7610-2 67211-7610-0 66621-3610-2 Hydraulic Pump for Kubota B4200 B5100 B5100D-P B5100E-P B6000 B6100 B6100D-P B6100E-P B7000 B7100 B7100D-P F2000 F2100 L1802 L1802DT Trator
$ 87.99
Dog Knee Joint and Ligament Function Skeleton Model, Canine Anatomical Model Medical Science Gift
$ 26.99
Small Parts-17560 260 Brass Sheet, Unpolished (Mill) Finish, Half Hard Temper, 0.001-0.015' Thickness, 6' Width, 50' Length (Pack of 4)
$ 23.99
(10) 5/8-11X2 Grade 8 Full Thread Carriage Bolts Plain
$ 21.99
Huanyu Pitcher Rinser with 360 Degree Rotating High-Pressure Nozzle Stainless Steel Pitcher Washer with Drain and Drip Tray Automatic Cup Washer for Household and Commercial 12.78 * 6.97 * 1.58'
$ 36.99
CARBON FIBER TUBE - Blue -20mm X 18mm X 1000mm - Hollow carbon fiber rods - Glossy carbon tubes - Pure carbon fibre tubes - Lightweight High Strength Carbon Fiber Shaft - 39.4 in x .78 in
$ 29.99
VEVOR Manual Lever Chain Hoist Bundle, Includes 3 Ton 6600 lbs & 1.5 Ton 3300 lbs Capacity 20 FT Come Alongs, G80 Galvanized Carbon Steel with Weston Double-Pawl Brake
$ 88.99
Cylinder SC100X25/50/75/100/125/150/175/200/250/300/400S (Size : SC100X125S)
$ 59.99
Container Valve,RPV,6' L,3' Dia.
$ 29.99
Timken Tapered Roller Bearing Cone - 3767
$ 19.99
Gdrasuya10 Exhaust Oil Mist Filter for Rotary Vane Vacuum Pump, Vacuum Pump Fume Separator Exhaust Filter KF25 Interface Quick Release Vacuum Pump Oil Mist Filter Filtration Rate up to 95%
$ 29.99
300mm Long Stroke Linear Stage Actuator with Linear Guide + Ball Screw Electric Linear Stage, Ball Screw Linear Guide Motion Slider with NEMA23 Stepper Motor for DIY CNC Router Milling Machine
$ 25.99
Rubber-Cal 'Ramp-Cleat' Non-Slip Outdoor Rubber Mats - 1/8 in x 3 ft x 8 ft Floor Mat
$ 20.99
Thomas & Betts EZ-WN34 Label Printer Tape
$ 26.99
Stainless Tray 1 unit
$ 27.99
Aviditi Tape Logic 3' White Circle Labels, for Laser & Inkjet Printers, Permanent Adhesive, 8 1/2' x 11' Sheet, 6 Labels Per Sheet, 100 Sheets
$ 16.99
Honeywell MS4809F1012 Two Position Damper Actuator
$ 21.99
Inside Micrometer, Professional High Accuracy Carbon Steel Caliper Measuring Tool Vernier Caliper Double Claw Inner Groove Vernier Calipers Inside Groove Vernier Caliper
$ 32.99
United Scientific T20UL-N Pipette Tips, Natura , 20µl Capacity (Pack of 1000)
$ 19.99
Duda Energy 55 lb Pail of Granular Boric Acid
$ 51.99
1762-IF2OF2 New 1 PCS Original Factory Sealed 1762-IF2OF2
$ 88.99
Mitutoyo 050085-10 Depth Base Attachment, 125 mm
$ 31.99
Replacement Hydraulic Filter Compatible with IKRON HHC03574, 2-Pack
$ 30.99
Aerolatte HIC Cafe Porcellana Espresso, Black
$ 47.99
Hydraulic Motor for Char-Lynn 101-1003-009, Eaton 101-1003 Replacement Motor
$ 72.99
Apache 98108462 3/4' x 14' Biofuel Farm Transfer Hose Assembly with Male x Male Crimped Fittings
$ 22.99
1
...
72
73
74
75
76
77
78
79
...
2070
BACK
Shopping Cart