{{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
48V 16.67A 800W LED Switch Power Supply Driver AC 115-230V to DC 48V Transformer for LED Strip CCTV Security System,Camera,3D Printer,Computer Project,Motor
$ 34.99
5 Pack Flexible Sensing Resistors with Female Contact and Housing, Thin Film Pressure Sensor Compatible with arduino or microbit DIY kit, 0.5 inch Circle, FSR 402 with 2 pin Female Contacts Housing
$ 19.99
ATO Single Point Beam Load Cell 100kg, Rectangle Typle Load Cell, Parallel Cantilever Load Cell Mini Miniature Load Cell Weight Sensor (100kg)
$ 42.99
I-Chem Brand 300 Series Type III Glass Amber Jug with PTFE-Lined Polypropylene Closure, Certified, 4000mL Capacity (Case of 4)
$ 62.99
PEPPERL+FUCHS UB300-18GM40-E5-V1 ULTRASONIC SENSOR
$ 99.00
PYY Food Warmer Commercial - Countertop Pizza Warmer Countertop 2-Tier with LED Lighting Food Display,Warmer Disaplay Case for Pastry Pretzel
$ 93.99
812074 Hot Dipped Galavanized Hex Lag Screw, 3/8 X 4-Inch, 50-Pack, Size: 4 inches;
$ 15.99
Red Head WS-3484 Trubolt Carbon Steel Wedge 3/4-Inch by 8-1/2-Inch Anchor (10 per Box)
$ 27.99
1000ul Universal Sterile Filtering Pipette Tips Pack of 10 Racks of 1000 Tips
$ 34.99
Magnetic Electric Motor Starter Magnetic Starter Single Phase 220/230V 7.5KW (10HP) or 3 Phase 380/400V 15KW (20HP) 23-32A Dual Purpose Electric Motor Switch
$ 23.99
1PC Hastelloy Bath Hull Bath 267 Electroplating Experiment Bath
$ 24.99
stonylab Dewar Condenser, Borosilicate Glass Dewar Type Condenser Dry Ice Condenser Lab Condenser with 24/40 Joint Lower Drip Tip, 200mm Jacket Length and 40mm I.D.
$ 60.99
10,000 PSI Hydraulic Pump,Hydraulic Foot Pump(Single Acting),Air Actuated Treadle Foot Pump Green
$ 61.99
1' Hot Rolled Steel Sheet Plate 12'X 12' Flat Bar A36
$ 46.99
WAGO 750-513 2 Make Contact, 2.0AMP, 250VAC, 2-Channel, DIN Rail Mount, Gray, Isolated, Output Module, Potential-Free, Relay Output
$ 75.99
D1025-BLUE BOD Bottle Stopper, Plastic, Blue Cap, 25/PK
$ 45.99
Safety Bollards 2 Pack - 36 Inch Reliable Yellow Steel Posts with 4.5 Inch Diameter & 8 Anchor Bolts for Traffic Management & Parking Barriers
$ 28.99
Dixon Valve H2F2, NPTF DQC H ISO-B Female Plug (Pack of 28 pcs)
$ 80.99
RADWELL Verified Substitute FGV-F81A2X-SUB
$ 29.99
Genuine Joe GJO01760 High-Density Trash Can Liner, 56 Gallon Capacity, 48' Length x 43' Width x 0.63 mil Thickness, Clear (Case of 200)
$ 22.99
32MM OD x 30MM ID x1000MM 3k Carbon Fiber Tube/Tubing/Pipe Wing Tube Quadcopter arm Hexrcopter
$ 24.99
Sioux Chief 6795L-12333 12-port Copper Manifold, 1-1/4 trunk, 3/4 br
$ 85.99
Control Valve Nat for Vulcan Hart Part# 00-497269-00001 (OEM Replacement)
$ 63.99
Manual Precise Goniometer Stage Platform ±30° Rotation Adjustment Goniometer Dovetail Platform Optical Positioning Sliding Table PT-SD 304
$ 99.00
MilliporeSigma 23154 Sigma-Aldrich Thermogreen LB-2 Septa, Solid Discs
$ 57.99
HS Metric Round ADJ Split Dies (753 16-1X1.5)
$ 27.99
Kratos Commercial Worktable, Stainless Steel Kitchen Prep Table 30' Dx60 W with Undershelf, NSF, 18ga/304SS (28W-018)
$ 85.99
311 Cylinder, 20LBS/HR, 440-600V/3PH
$ 99.00
Brady T-Flag Matte Polypropylene Labels for M610, M611, M710, BMP61, and BMP71 Printers - 0.788' x 1.18'. M6-1-425-FT
$ 23.99
CORP EZ-12M 13 MA, SHIELDED TYPE, 2.5 MM RANGE, NPN OUTPUT TYPE, M12 CONNECTION, STANDARD TARGET, IP67 ENCLOSURE PROTECTION, 12-24 VDC OPERATING VOLTAGE, 2.5 MM / 0.10' +/-10% DETECTING DISTAN
$ 18.99
Honeywell, Inc. 129464N UV Power Tube (-40 to 250F) for C7035, C7061
$ 68.99
6-Piece Wooden Handled Straight Spatula Set for Educational Use
$ 12.99
(25) 1' - Pyramid Head Clavos - Natural Patina Finish - with Thick Spike (25)
$ 31.99
100 pcs 6x6x3 Inches Small Cake Box with Window, Bakery Pastry Cookie Boxes, Mini Pie for Pastry,Dessert,Strawberries,Chocolates, Cupcakes with paper stickers (Brown)
$ 16.99
Johnson Controls WHA-PKD3-400C Penn System 450 Plug and Three-Wire Harness for P499 Electronic Pressure Transducers, 4.0 m Cable
$ 19.99
DSC-001569 Air Filter Element Suitable for Dv Systems Replacement
$ 25.99
1
...
60
61
62
63
64
65
66
67
...
2070
BACK
Shopping Cart