{{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
PTO Dump Truck Control Valve, Proportional Control Valve, Suited for Dump Truck Hydraulic System, Optimized Hydraulic Control
$ 33.99
C193M-35 Series 193 Locking Assembly, Steel, 1.38' ID, 1.1' Width, 35 mm Shaft Diameter
$ 30.99
3-Pack 13 L Plastic Commercial Tote Box with Lid, Bus Tubs/Bus Box, Gray
$ 15.99
Wheeler Bore Lapping Kit with Three Abrasive Pastes and Embedding Plates for Bore Lapping, Firearms, Gunsmithing
$ 23.99
microdot BLK Black Nitrile Exam Gloves | Latex and Powder Free | Medical, Food, Police, EMS, Salon, Tattoo| Black Exam Glove
$ 27.99
Walfront USB to CAN Analyzer USB CAN Debugger Compatible, PC Can Use It to Connect with a Standard CAN Network Via USB Bus
$ 28.99
2/10 Pieces KP002 KFL002 16MM Diameter bore self-aligning zinc Alloy Flange Bearing seat kfl002 kp002 16mm (Size : KFL002 16mm, Style : 2Pcs)
$ 15.99
Multi-Function Soldering Iron Soldering Gun Set,Soldering Gun Multi Function Soldering Iron Gun,Two Specifications,Multi Function Soldering Iron,one-Handed Operation,60W/110V.(Internal Heating
$ 15.99
Whatman 7184-009 Plain Cellulose Nitrate Filter Membrane, 90mm Diameter, 0.45 Micron (Pack of 25)
$ 79.99
BayTec 55 Gallon TH Swing T-Style Barrel Mixer | Triple Mixer Blade for Barrel-36inches Shaft
$ 66.99
CAARLA Battery Equalizer 4S Active Balancer 4s 3a 5a Sodium Battery Cell Balancer Group 5A with Shell for 0855A(4S 5A Lipo Lifepo4-01)
$ 29.99
Quick Couplings 14C Parker 14C Valve Pneumatic Tru-Flate Quick Coupler 1/4 NPT Male STL
$ 24.99
F21-E1B Crane Industrial Remote Control 8 Button Industrial Wireless Remote Control 2 Transmitters Radio Remote Control 12V-440V Hoist Lift Controller (2 Transmitter + 1 Receiver Orange)
$ 40.99
Scienceware 36944 Sterile polystyrene sampling spoon, 1 tsp
$ 99.00
Jar,500mL,Plastic,Wide,PK10
$ 23.99
Chilled Divided Serving Tray Snackle Box Container with Ice Pack Bonus Insulated Bag 2 Dip Containers Summer Beach Essentials for Charcuterie Snack Road Trip Picnic Family Party Keep Food Fresh
$ 20.99
Siemens 3SE6 704-2BA Magnetic Monitoring System Rectangular Sensor Unit, Switching Magnet Coded, 25 x 88mm Size
$ 31.99
Split Core Current Transformer sensor OPCT24AL 2000/1 3000/1 4000/1 200A 26.6mA 333mV 300A 100mA open type Current CT(300A - 100mA)
$ 14.99
Vikan, Blue Brush,Tank,Stiff,5.5',PP/PBT, 7037
$ 18.99
Danfoss Overload Relay Ti16c 8.00-12.00a
$ 27.99
Creality Ender 3 V3 SE 3D Printer, 250mm/s Printing Speed, Sprite Direct Extruder CR Touch Auto Leveling Auto Z Offset Color Screen 220x220x250mm
$ 99.00
Cole-Parmer Column Clamp, Small, Stainless Steel, 2.56' to 3.5' Grip Range
$ 31.99
Cooper-Atkins 2 Set Digital Pocket Thermometer, 4-5/8 in. L,multicolor
$ 31.99
Hoover CH30000 PortaPower Canister Vacuum and Zep 32oz Professional Sprayer Bottle Bundle
$ 51.99
EZwaste Secondary Container Spill Basin, Safety Tray for 1L-10L (1 to 2.5 Gallon) Carboys, Bottles, and DOT Waste Containers, (Pack of 6)
$ 56.99
1300W Titanium Fully Submersible Portable Electric Immersion Water Heater,Bucket Water Heater,Seawater Heater for Fish Tank,Seawater Aquaculture,100% Protection Against Seawater Salt Corrosion
$ 28.99
Plastic Chain, 1-1/2 in x 50 ft, White
$ 19.99
Extra Large Warming Mat for Food | Auto Shut-Off, Child Lock Food Warming Mat | Portable, Foldable Electric Warming Tray | Premium Food Heating Mat | Food Warming Mats for Safe Countertop
$ 17.99
Flexible Shaft Motor with Quick Change Handpiece, S300, 1/8HP
$ 91.99
RAParts 878000487 New BL L/S Bucket Seal Kit for Komatsu WB140-2 WB150-2 WB150PS-2 +
$ 20.99
2BK34H Cast Iron 3.5' Dual Groove Pulley 2 Belt B Section 5L with 7/8' Sheave Bushing
$ 24.99
900pcs Metric Bolt Assortment Sets, M6 M8 M10 M12 Grade 8.8 Heavy Duty Bolts and Nuts Kit, Yellow Zinc Plated Coating, 18 Sizes
$ 23.99
Mersen MPDB63133 Alum Pwr-Dist Block 3P
$ 18.99
Epoxy Resin Pro 1 Gallon Kit – Clear High-Gloss Finish for Coating Wood, Concrete, Stone & More | Strong, Durable, Self-Leveling | Perfect for Arts & Crafts, Table Tops & More!
$ 27.99
3/4' Diameter x 36' Long RED Clear Translucent Extruded Acrylic Plexiglass Rod - Approx. 19mm
$ 16.99
Harting 09200100301 - Pack of 2 - Single Locking Han 10 A-Agg-Lb 09200100301 - Pack of 2
$ 20.99
1
...
59
60
61
62
63
64
65
66
...
2070
BACK
Shopping Cart