{{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
7' PCD Grinding Wheel for Epoxy, Glue, Mastic and Paint, 9 Crushed Chip PCD Segments, 5/8'-11 Threaded Arbor
$ 44.99
ZOENAE Pure Nickel Plate Sheet Foil, Width 100mm, Length 1000mm, Thickness 0.1-0.5mm (Size : 0.5 * 100 * 1000mm)
$ 34.99
Lucas Universal Bonding Single-Ply Adhesive #8800 - Water Based 5 Gallon Bucket
$ 90.99
17/32' Counterbore, Carbide Tipped, 3 Flutes, 1/2' Shank Diameter, Straight Shank, 4 5/16' OAL, USA Made, (.5312' Diameter), 5795312
$ 99.00
Blair Equipment 11128-3 23/32' Rotabroachcutter 3 Pack
$ 26.99
1 Pcs Constant Section Thin Wall Ball Bearing KA030CP0/XP0/AR0 inches Inside 3 inches Outside 3.5 inches Height 0.25 inches (76.2mmx88.9mmx6.35mm) (Color : AR0)
$ 44.99
314473 - Coleman OEM Furnace Replacement Limit Switch L150-40
$ 17.99
Jobe Valves J-RJV0075HF Rojo High-Flow Low-Pressure Float Valve, 4.9'-Wide Float, 3' Extension Arm, 20L/Min, 75PSI, 3/4' NPT Inlet, Yellow/Black
$ 20.99
Air Supply 2510220 Max Air Blower 1HP 240V
$ 78.99
Furniture Dolly 5 Wheels Heavy Duty with Removable Side Guards,3307 Lbs Capacity,360° Rotating Wheels & Tail Brake,Furniture Movers Lifter Tool with Wheels for Appliances,Sofas,Beds,Pianos
$ 27.99
Brady M21-125-C-342, 110923 0.235' x7' White BMP21 Heat Shrink Wire Marking Sleeve, Pack of 3 Cartridges
$ 97.99
Wps d-s1 oil drum pump (D-S1)
$ 43.99
SUS301 Constant Force Spring,Load 2.62 lbs,ID 0.59',OD 0.82',Total Length 30',EXTANDED Length 24.02',Material Wideness 0.5',Material Thickness 0.0079',Pack of 5
$ 15.99
PLESIU Irwin Hanson - S-112C Drill & TAP Set - 585-80187
$ 17.99
10pcs HK303832 30x38x32mm Needle Roller Bearing Shell Open End Type ABEC1 Needle Roller
$ 14.99
Southco M1-43-1 Flush Pull Latches
$ 25.99
Stainless Steel Utility Sink with Pull-Down Faucet - 47x18x32 Inch Freestanding Double Bowl Commercial Sink Set, NSF Certified for Kitchen, Restaurant & Garage Use
$ 91.99
Ina Natr17-Pp-A Yoke Roller - Metric - Crowned Od
$ 38.99
0-100pa 0-500pa 0-10Kpa 0-30Kpa Differential Pressure Transmitter 2.5-4.88V air Pressure Sensor Transmitter(0-30kpa)
$ 73.99
Hearthstone Door Rope Gasket Kit 3/8in x 7ft
$ 17.99
Moretoes 10pcs 19x14x4in White Bakery Boxes, Half Sheet Cake Boxes with Window, for Pastry Baking Cake Donuts Cupcake Pie Packaging
$ 17.99
Brady 41582 Roll Form Pipe Markers, B-946, 8' X 30', White On Green Pressure Sensitive Vinyl, Legend 'Treated Water'
$ 45.99
(NEW) Sensor Probe Assembly for Manitowoc Ice 7601603 76-0160-3
$ 25.99
TURCK PKW 3M-6 Cordset, Right Angle M8 Female 3 pos to Cut-end, Yellow, 3x24AWG 6m, PVC 4A 125VAC/DC
$ 39.99
EcoSafe-6400 HB3039-8 Certified Compostable Bag - 30x39” Green Bags for 30 Gallon Bin - Extra Strong Leak, Puncture and Tear Resistant Food Scraps Bin Liners, Pack of 135
$ 51.99
3M Scotch-Brite EXL Unitized Mounted Point, B52 x 1/8 in 8A MED, 5 per inner
$ 15.99
REED Instruments R3030 Digital Manometer, Gauge/Differential, 30psi
$ 99.00
AMMCO 6918-6 Positive Rake Carbide Insert (6 Pack)
$ 14.99
216 Series Infrared Wave to Open Touchplate, Brushed Stainless Steel Finish
$ 79.99
Manitowoc Ice 000001768 Dump Valve (208-220 Volt) by Manitowoc Ice
$ 26.99
Hach 2105769 FerroVer® Iron Reagent Powder Pillows, 10 mL, (Pack of 100)
$ 17.99
Adjustable Height Overbed Table, Sofa Side Bedside C Table with Wheels, Hospital Bed Table Rolling Tray with Storage, Mobile Computer Desk Laptop Table for Home Use with Side Pocket
$ 23.99
NORJIN Table Saw Dial Indicator Gauge, Table Saw Gauge for Aligning and Calibrating Work Shop Machinery, 0.01in Resolution
$ 14.99
Forklift Safety Cage, 1200lbs Capacity Forklift Man Basket, 36'' x 36'' Foldable Forklift Work Platform with 4 Wheels, Aerial Platform Collapsible Lift Basket for Lifting Loader
$ 93.99
Cobb Periosteal Raspatory/Elevator Round Handle 24 mm Blade x 24 cm
$ 26.99
RKLO3 Cast Iron Butterfly Valve, Lever Style, EPDM, Black, 3'
$ 31.99
1
...
1966
1967
1968
1969
1970
1971
1972
1973
...
2070
BACK
Shopping Cart