{{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
– Carbon Fiber Tube - 4mm X 2mm x 1000mm – Pultruded Round Hollow Carbon Fiber rods Black Matte Finish - Pure Carbon Fibre Hollow Tube shafts - for RC Planes-Drones, Boat DIY Craft Projects
$ 16.99
SID & VAIN waitress wallet ABERDEEN waitress purse real leather waiters wallet genuine leather Unisex
$ 31.99
Accusize Industrial Tools 1/2'' Fine Tooth M42 8% Cobalt Tialn Roughing End Mill, 1/2'' Shk Dia, 2'' Flute Length, 4'' Oal, 4 Flute, 1104-0120
$ 17.99
Honeywell BZE6-2RN18 Switch, Enclosed, Compact, 15 AMPS, Side Mount, Coil Spring Wobble Lever
$ 30.99
SharkBite 3/4 Inch EB45 Direct Pressure Regulating Valve, Push to Connect Brass Plumbing Fittings, PEX Pipe, Copper, CPVC, PE-RT, HDPE, 23808-0045
$ 24.99
Advantec Polypropylene Filter Holder for 47mm Membranes, 1/pk, 43303020
$ 27.99
A36 Carbon Steel Round Bar, Unpolished (Mill) Finish, Hot Rolled, ASTM A36, 0.625' Diameter, 48' Length, OnlineMetals
$ 20.99
ABH 0370 Center Hung Pivot Set
$ 90.99
2 PCS Top Hydraulic Cylinders Lift Arms Driver and Passenger Side Replacement for Sebring 1999 2000 2001 2002 2003 2004 2005 2006
$ 29.99
DT85G DT85 DT83G Robot Vacuum Cleaner 3000mAh Battery Pack Suitable for Ecovacs Deebot M80 Pro Robotic Vacuum Cleaner Parts Accessories DT87G DN650
$ 27.99
30 Gallon High Density Can Liner, 16 Micron in Clear
$ 26.99
Threaded Backlash 304 Stainless Steel Screw Rod with Brass Nut 2mm Pitch 2mm 8mm 10mm 20mm Lead T10 Lead Screw Rod Trapezoidal Screw Rod Screw trapezoidal (Color : 2mm Pitch 20mm Lead, Size : 500mm
$ 15.99
ROVSUN 110LBS/24H Commercial Ice Maker Machine with 2 Water Inlets, Undetcounter Ice Machine with 24lbs Storage Bin, Ice Scoop & Water Filter for Home Office Restaurant Bar Cafe
$ 99.00
Inch and Metric Thread Checker, Nut and Bolt Thread Checker, Bolt Size and Thread Gauge, Bolt and Nut Identifier Gauge, Bolt Gauge (21 Inch and 17 Metric)
$ 33.99
3' Copper Epoxy Coated Riser Clamp
$ 16.99
Spin-On Air Oil Separator LB1374/2 Compatible with Mann Screw Air Compressor
$ 25.99
Replacement for fits W10420747 Whirlpool Cycle Selector Switch OEM W10420747
$ 16.99
HM45-1/8-DT, 4-Way Valve, Detented Toggle, 1/8 NPT (F) Ports
$ 28.99
Peerless AEC012018 - mounting component (AEC012018)
$ 30.99
DC0-1000V DC0-500V Voltage Sensor DC Voltage Transmitter 0-75mV RS485 Voltage Transducer(DC 4-20mA Output,DC 0-250V DC24V Power Supply)
$ 21.99
CAT40 END MILL HOLDER 3/8'X1.38' G2.5 X 30,000 RPM (0.0002 T.I.R.) Machinist Choice
$ 28.99
Micro 100 HBBC-2401000-004 Boring Tool - Helical Back Rake, .2275' Min Bore Dia, 1' Max Bore Depth, .120' Offset, .004' Radius, .215' Neck Dia, 1/4' Shank Dia, 2-1/2' OAL, Uncoated
$ 16.99
Ohaus 83033684 Top Cover Backwall EX
$ 19.99
RAParts G109421 Swing Stabilizer Dipper Tilt Cylinder Seal Kit Fits Case 580C W14-W20B
$ 18.99
C-Beam Linear Rail (40mm x 80mm) (Black, 1000mm)
$ 18.99
1/4' X 2' Stainless Steel Flat Bar, 304 General Purpose Plate, 12 Inch Length, Mill Stock, 0.25 inch Thick
$ 19.99
Climax Metal RC-050-S Coupling, Stainless Steel Grade 303, 1/2' Bore , 1' OD, With 1/4-20 x 1/4 Set Screw
$ 18.99
HUBERT Black Storage Basket with Handles - 20'L x 13 1/2'W x 4'H
$ 27.99
Slamtec RPLIDAR A1M8-R6 with MX1.25 to 2.54 Dupont Wire kit, 2D LIDAR Sensor 360 Degree Scanning Radius, for Bstacle Avoidance and Navigation of Robots
$ 43.99
DFR-03 3/8 Inch NPT Air Drying System Double Air Filters AF3000+AF3000+AR3000-03, Air Pressure Regulator Combo, Semi-Auto Drain, Poly Bowl, 0-150 PSI Gauge
$ 18.99
Burkit M30 X 3.5 Spiral Flute Tap, HSS Titanium Coated Spiral Flute Plug Threading Tap M30 x 3.5
$ 27.99
Isolate It!: Sorbothane Anti-Vibration Leveling Mount - 3/8-16 3' Stud - 0.88' (H) - 3.5' (Dia) 70 Duro - 2 Pieces
$ 36.99
Killer Filter Replacement for HILLIARD/HILCO HT119-00-03-ZXCO
$ 75.99
6' 90 Degree indexable face Shell Mill, milling Cutter, CAT40, APKT #Z-2526-6080
$ 99.00
HONEYWELL LSA1A Switch Limit
$ 43.99
Automatic Swing Door Opener,120° Electric Handicap Door Operator Closer,110-220V Swing Door Closer with 2 Remote Controllers,Manual/Automatic Mode Swing Door Operator for Various Materials Doors
$ 88.99
1
2
3
4
5
6
7
...
2070
BACK
Shopping Cart