{{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
Sandbaggy 5/8' x 14' Threaded Concrete Anchor L-Bolts (Nuts & Washers Included) - Hot Dipped Galvanized - Sill Plate, Base Plate, Masonry, Wood, Cement Anchors, J Bolt (25, 5/8” x 14”)
$ 53.99
OLED Mains Noise Tester EMI Tester Broadband AC Power Supply Ripple Analyzer
$ 66.99
FESTO DFM-16-10-P-A-GF 170832 Guided Actuator New
$ 81.99
Replacement for Wacker Neuson PT2, PT3, & PT3A Mechanical Seal for Old Style w/Bolt-On Impeller
$ 35.99
Laboratory Syringe Filter Unit 33 mm Millipore Polyethersulfone PES Filter Membrane 0.22 um Sterilized SLGP033RB 50 pc
$ 50.99
Shelf Rest in Chrome with 2 Rubber Buttons - Lot of 10
$ 19.99
1' Oblong Master Link - Grade 100
$ 22.99
Multichannel Pipette Hanger (Wall Mount)
$ 24.99
Ring Key Split 3'
$ 21.99
Mini 4K HDMI Fiber Extender UHD 4K HDMI to Fiber Converter with SFP Module 1080P HDMI Video Over Fiber Optical Transceiver Uncompressed No Latency Single Mode Single Fiber 10KM
$ 88.99
Heavy Duty Reusable Buckles with Anti-Slip Coating Sturdy Metal Wire and High Holding Power 100pcs /200pcs Metal Buckles for Plastic Strapping 3/4inch Strap Width Woven Cord Strapping (200)
$ 13.99
Industrial Copper Enameled Wire for Motor Winding | Tranformer Coil Making | Electric Magnet Wire DIY | AWG 8 Gauge, 3 kg (3000 Grams, 6.6lbs)
$ 70.99
Service Cart 2-Shelf, Storage Handle, 500 lbs Capacity, for Warehouse/Garage/Cleaning/Manufacturing,45'X25'
$ 52.99
Mintcraft Cw/w-005p Solid Rubber Hand Truck Wheel 10x2.5
$ 17.99
Progressive Automations Joystick Switch Momentary - Two Directions - 10A
$ 21.99
Smart Keyless Fingerprint Keypad WiFi Door Lock Set with Handle, Front Entry Digital Electronic Biometric Deadbolt TT Lock Set, Black
$ 50.99
OnlineMetals 655 Bronze Round Bar, Unpolished (Mill) Finish, H04 Temper, ASTM B98, 0.75' Diameter, 24' Length
$ 35.99
HY-PRO HP76L4-10CB Filter Replacement - Pack of 4
$ 19.99
Parts Express #10-32 Deluxe 6-Prong T-Nuts 50 Pcs.
$ 14.99
Only Hangers Chrome Gridwall Panel Baseball Cap Hat Display - Pack of 8
$ 25.99
Hydraulic Shop Press,12 Ton H-Frame Garage Floor Adjustable Shop Bearing Press with Pressure Gauge & Stamping Plates to Bend, Straighten, Or Press Parts, Install Bearings & U-Joints
$ 70.99
National 41125 Taper Bearing Cone
$ 19.99
Kemp USA Head Immobilizer in Royal Blue
$ 35.99
BEI Sensors 9610R3.4KL2.0 Linear Potentiometer, 9600 Series, 1' Travel, 3.4K Ohm
$ 55.99
SparkFun Photoacoustic Spectroscopy CO2 Sensor - PASCO2V01, IR emitter (Qwiic) Photoacoustic Spectroscopy Measurement System, Integrated Microcontroller, Dimensions: 1in. x 1.6in
$ 29.99
IMPERIAL STANDARD 6' Speed Bump - Slow Down Speed Bumps for Asphalt - Black Speed Humps - 6 Foot Portable Speed Bump - Rubber Speed Bumps - Speed Bumps for Road and Driveway (6' Speed Bump)
$ 61.99
ThermoClean DC (Blue), 100 mL (100 mL)
$ 21.99
Hougen 13007C Holcutter 3 Pack Pilot Drill .187 Diameter x 1.88 Long
$ 21.99
1pc KF16 KF25 KF40 KF50 Vacuum 90 Degree Elbow 304 Stainless Steel Pipe Fitting Flange Joint(KF40)
$ 25.99
Heavy Duty Packaging Banding Strapping Kit - Upgraded Strapping Tensioner Tool Set with 3/4' x 330' Polypropylene Composite Banding Coil,100 Metal Buckles,2500 lbs Break Strength
$ 34.99
PANDUIT - T38F-C0 - SPIRAL WRAP, PE, BLK, 0.375IN OD, 100FT
$ 96.99
Titan Attachments Forklift Lifting Hoist 4000 lb. Capacity Single Hook HD
$ 99.00
ABS Empty Housing 160 x 110 x 90 mm Industrial Housing IP65 Plastic Housing Box
$ 15.99
Bench Top PVC Shrink Machine
$ 98.99
Single Tier Acrylic Suture Rack
$ 45.99
Tripp Lite Network Copper RJ45 Ethernet to Fiber SC Duplex Multimode Cable Extender Converter, 850nm Wavelength, Power Over Ethernet+, Gigabit, Extend 1800 Ft / 550 M, 2-Year Warranty (N785-001-SC-MM)
$ 49.99
1
...
96
97
98
99
100
101
102
103
...
2070
BACK
Shopping Cart