{{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
Jeffers Round Eye Solid Brass Bolt Snap, 1 1/4' x 4 3/4', 10 pk
$ 18.99
Timken JLM813049 Tapered Roller Bearing
$ 34.99
5/8''-9 Tooth SC L-095-9T Coupler, 1 Piece, Steel, Limited Warranty
$ 30.99
Huanyu PTFE Lined Vessel Liner Tank Container for Synthesis Autoclave Reactor(200ML)
$ 43.99
Roborock 6 Pcs Dust Bags for S8 Pro Ultra, S8+, S7 MaxV Ultra, S7 Max Ultra, Q5+, Q7+, Q7 Max+
$ 28.99
(10 pcs) M24-1.5, DIN 935 / ISO 7035, Metric, Slotted Castle Nuts, Steel, Zinc Plated
$ 75.99
2 Pcs 36 Inch Stainless Steel Mixing Stir Paddle Extra Long Handle Perforated Stirring Paddle Spatula Accessories for Large Batch Cooking Crawfish Brewing Beer
$ 22.99
029843 Coil Heater 800w At 120-volt
$ 73.99
Mitutoyo 7322S Dial Thickness Gauge, Flat Anvil, Inch, 120mm Throat Depth, 0-1' Range, 0.001' Graduation, +/-0.002' Accuracy
$ 87.99
Replacement for Grasshopper (Pack of 2) 821530 Flex Coupling Discs for Front Mount ZTR Lawnmower OEM
$ 45.99
ProFleet Striker Bolt for Terminal Tractor Rear Door Latch, OEM Replacement 90022152, High-Strength Steel, Fits T2 and Similar Yard Truck Models
$ 18.99
TurboChef 101273 RELAY for Turbo Chef - Part# 101273 (101273)
$ 15.99
1pcs Overall Eccentric Bearing 618 YSX,309A 21 YSX,60UZS417V-SX,614 2135 YSX,HKR17C,HKR35D HKR71C HKR29E HKR17E HKR11C(HKR35D)
$ 40.99
Pin Gage Set M1(-) 0.061-0.250',190 pins,-0.0002' Minus Metal case-707A-MC-new
$ 51.99
Pin Gauge Set, Pins Gage Tools Minus M1 with Aluminum Case for Carpenters 0.061' to 0.250' 190pcs Class ZZ Heat Treated 60-62 RC 2' Length Precision Machinist Gauges Steel
$ 31.99
BOGEN Telephone Module M-Series / BG-TEL1S /
$ 62.99
Fit for MAC solenoid valve 35A-AAA-DFFA-1BA,DDAA,DFBA,35A-ACA-DDAA-1BA,DABA(35A-AAA-DFFA-1BA)(35A-AAA-DFFA-1BA)
$ 28.99
1029900000, Conn Disconnect Terminal Block 4 POS Screw ST DIN Rail 15A (5 Items)
$ 24.99
Digital Conductivity Tester and 1413 μS/cm Calibration Solution for Water Hydroponic Indoor Plant Grow
$ 24.99
Commercial Stainless Steel Work Table, Breading Table Fried Food Prep Station, Kitchen Prep & Work Table, Freestanding Fried Chicken Breading Worktop for Restaurant Business
$ 99.00
Little Giant VCL24ULS Condensate Pump with 1 Gallon Storage Tank
$ 76.99
1625481100 Air-Oil Separator Replacement Part Compatible with GA18/22VSD+ GA26/30/37VSD+ Air Compressor 1625481101 1625481151 1625481150
$ 45.99
Polycarbonate Rigid Round Tube, Clear, 1-1/4' ID x 1-1/2' OD x 48' L
$ 16.99
13.56Mhz IC Password Swipe RF Card Reader RS485 RS232 TTL Level Communication DC5V 9-16V 24V Wide Voltage Ultra-Thin Metal 125Khz ID contactless Swiping (13.56Mhz, RS485, DC 24V)
$ 15.99
L.H. Dottie TBC83 Toggle Bolt, Mushroom Head, 1/8-Inch Diameter by 3-Inch Length, Zinc Plated, 50-Pack
$ 17.99
3M Littmann Classic III Monitoring Stethoscope, 5803, More Than 2X as Loud* and Weighs Less**, Stainless Steel Black-Finish Chestpiece, 27' Black Tube, Stem and Headset
$ 52.99
64 Pcs. DIN Light Duty Cap & Plug Assortment Kit, Hydraulic Adapter Fitting Kit Set with Precision Threading, Galvanized Carbon Steel
$ 45.99
Hilti 387515 Kwik Bolt TZ Carbon Steel 1/2-Inch x 7-Inch Expansion Anchor, 20-Pack
$ 39.99
Killer Filter Replacement for WIX 546423
$ 36.99
Topzone Heavy Duty 1/8' inch 20mm Zinc Plated Steel Hollow Drive Wall Anchor w/ Screws (200)
$ 15.99
Aero Healthcare RST101 RAPIDSTOP Orange Tourniquet for Emergency Outdoor First Aid Tactical Life Saving Hemorrhage Control, Single-Handed Operation of Hemostatic Bandage. Made in The USA
$ 26.99
Load Boss LB9422 Air Spring - Replaces Firestone W01-358-9422
$ 42.99
8 Ton Hydraulic and Air Long Ram for Engine Hoist Cherry Picker Shop Crane Jack
$ 57.99
GPS Load Wheel Kit for Manual Pallet Jack - Fits Multiton, Model # TM 55
$ 41.99
Hydraulic Hand Pump 2 Speed Power Pack Hose Coupler (10000 psi - 165 in3) B-700A
$ 99.00
DSP-1 Digital Single Phase Line Voltage Monitor
$ 45.99
1
...
65
66
67
68
69
70
71
72
...
2070
BACK
Shopping Cart