{{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 theme_config.global.product_inventory_status and 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 theme_config.global.product_inventory_status and inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if theme_config.global.product_inventory_status and 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 %} {%- capture coupon_value -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value != 0 -%} {{ coupon.rule.condition.value | money }} - {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value == 0 -%} ≤ {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- unless coupon.rule.condition.max_value -%} {{ coupon.rule.condition.value | money }} + {%- endunless -%} {%- endcapture -%} , {{lang.coupons.discount_rule_amount | replace: '{condition}',coupon_value }} {% endif %}
{% endfor %}
{% if coupons.size > 6 %}
{{lang.base.show_more}}
{% endif %}
FREE SHIPPING ON ORDER OVER $50
Home
Furniture
Office
Desks
Office Chairs
Bookcases
File Cabinets
Living
Console Tables
Accent + Lounge Chairs
Coffee Tables
Sofas
Accent Tables
Sideboards + Chests
Media Stands
Loveseats + Chaises
Recliners
Sleepers + Daybeds
Dining
Sideboards + Cabinets
Dining Chairs
Stools
Dining Tables
Bar Carts
Bedroom
Nightstands
Benches
Dressers
Beds
Headboards
Outdoor
Outdoor Dining + Bar
Dining Tables
Dining Chairs
Bar Stools
Dining Sets
Lounge Furniture
Sofas + Sectionals
Chaise Lounges
Coffee Tables
Accent Tables
Benches
Conversation Sets
Outdoor Accessories
Planters
Accessories
Outdoor Rugs
Fire Pits
Outdoor Lighting
Wall Lights
Hanging Lights
Lanterns
Decor + Pillows
Mirrors
Wall Mirrors
Floor Mirrors
Vanity Mirrors
Home Decor
Clocks
Vases
Decorative Baskets
Decorative Objects
Tabletop Games
Fireplace Screens
Wall Decor
Wall Accents
Wall Art
Botanicals
Faux Plants + Florals
Planters
Pillows + Throws
Pillows
Blankets
Lighting
Lamps
Floor Lamps
Table Lamps
Ceiling Lighting
Pendant Lighting
Flush Mount Lighting
Chandeliers
Wall Lights
Wall Sconces
Vanity Lighting
Outdoor Lighting
Outdoor Wall Lights
Outdoor Hanging Lights
Outdoor Lanterns
Rugs
Area Rugs by Size
Oversized Rectangles
Accent Rugs
Runner Rugs
6'x9' - 8'x10' Rectangles
3'x5' - 5'x8' Rectangles
9'x12' - 10'x14' Rectangles
Round & Oval Rugs
Square Rugs
Area Rugs by Color
Blue
Brown
Beige
Orange
Black
Green
Grey
Pink
Multi
Yellow
Purple
White
Red
Area Rugs by Style
Bohemian
Transitional
Geometric
Floral
Abstract
Solid
Persian
Rugs by Type
Outdoor Rugs
Kids Rugs
Area Rugs
Washable Rugs
Last Chance
More Links
Home
Furniture
Office
Desks
Office Chairs
Bookcases
File Cabinets
Living
Console Tables
Accent + Lounge Chairs
Coffee Tables
Sofas
Accent Tables
Sideboards + Chests
Media Stands
Loveseats + Chaises
Recliners
Sleepers + Daybeds
Dining
Sideboards + Cabinets
Dining Chairs
Stools
Dining Tables
Bar Carts
Bedroom
Nightstands
Benches
Dressers
Beds
Headboards
Outdoor
Outdoor Dining + Bar
Dining Tables
Dining Chairs
Bar Stools
Dining Sets
Lounge Furniture
Sofas + Sectionals
Chaise Lounges
Coffee Tables
Accent Tables
Benches
Conversation Sets
Outdoor Accessories
Planters
Accessories
Outdoor Rugs
Fire Pits
Outdoor Lighting
Wall Lights
Hanging Lights
Lanterns
Decor + Pillows
Mirrors
Wall Mirrors
Floor Mirrors
Vanity Mirrors
Home Decor
Clocks
Vases
Decorative Baskets
Decorative Objects
Tabletop Games
Fireplace Screens
Wall Decor
Wall Accents
Wall Art
Botanicals
Faux Plants + Florals
Planters
Pillows + Throws
Pillows
Blankets
Lighting
Lamps
Floor Lamps
Table Lamps
Ceiling Lighting
Pendant Lighting
Flush Mount Lighting
Chandeliers
Wall Lights
Wall Sconces
Vanity Lighting
Outdoor Lighting
Outdoor Wall Lights
Outdoor Hanging Lights
Outdoor Lanterns
Rugs
Area Rugs by Size
Oversized Rectangles
Accent Rugs
Runner Rugs
6'x9' - 8'x10' Rectangles
3'x5' - 5'x8' Rectangles
9'x12' - 10'x14' Rectangles
Round & Oval Rugs
Square Rugs
Area Rugs by Color
Blue
Brown
Beige
Orange
Black
Green
Grey
Pink
Multi
Yellow
Purple
White
Red
Area Rugs by Style
Bohemian
Transitional
Geometric
Floral
Abstract
Solid
Persian
Rugs by Type
Outdoor Rugs
Kids Rugs
Area Rugs
Washable Rugs
Last Chance
Log in
Create Account
USD
USD($)
Home
/
All Products
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
75989
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
QUICK VIEW
Bar Faucet Sleek 1 Lever ADA Black/Stainless Steel Pull Down 1.5 Gallons per Minute
$ 55.96
QUICK VIEW
Kitchen Sink Lustertone Classic 29 x 18 Inch Double Bowl Equal 4 Hole Lustertone Classic Top Mount
$ 168.88
QUICK VIEW
Contemporary Three-Function Shower Head
$ 28.26
QUICK VIEW
First Value 52" Two-Light Five-Blade Ceiling Fan
$ 41.85
QUICK VIEW
Freestanding Tub Victorian 54 x 30 x 30 Inch No Drilling Slipper Tub End White/White Oval
$ 197.04
QUICK VIEW
Back Wall Utile Erosion 48 x 80 Inch Bora White Composite
$ 151.28
QUICK VIEW
Shower Base Neo-Round Corner with 3 Inch Threshold White 40L x 40W Inch Acrylic Center
$ 130.24
QUICK VIEW
Robe Hook Levoir 3 Hook Polished Chrome 3-1/8 Inch 4-3/8 Inch Wall Mount Zinc
$ 69.03
QUICK VIEW
Lavatory Faucet Velum 1 Lever ADA WaterSense Brilliance Champagne Bronze 1.2 Gallons per Minute 4-7/16 Inch
$ 58.21
QUICK VIEW
Shower Trim Jase M-CORE 2 Series 1 Lever Brushed Nickel ADA
$ 55.88
QUICK VIEW
Lavatory Faucet Trinsic Widespread 2 Lever Chrome 1.2 Gallons per Minute Deck Mount Pop-Up 3 Hole
$ 60.50
QUICK VIEW
Whirlpool Tub Designer Collection Jennifer 72 x 48 x 25 Inch Center Drain Biscuit Rectangle
$ 155.06
QUICK VIEW
Pull Grace Henderson Brushed Satin Nickel Zinc Alloy 8-13/16 Inch
$ 6.03
QUICK VIEW
Handshower Hose Kink-Free Swivel Nut 63 Inch Polished Chrome G 1/2 Metal
$ 13.60
QUICK VIEW
Drawer Pull Atlas Campaign Rope Drop Brushed Nickel Zinc Alloy 3 Inch 5 Inch
$ 6.45
QUICK VIEW
Kiki Single-Light Large Pendant
$ 124.50
QUICK VIEW
Disposer Strainer with Stopper Caramel Bronze Brass for Continuous Feed Waste Disposals 3-7/16 Inch
$ 25.88
QUICK VIEW
Toilet ME by Starck 1 Piece SensoWash HygieneGlaze Rimless White Elongated 16-5/8 Inch 1.28 Gallons per Flush Ceramic
$ 177.03
QUICK VIEW
Kitchen Sink Lustertone Iconix 18.5 x 18.5 Inch Single Bowl Luminous Satin Undermount Drain Location Rear Center
$ 109.13
QUICK VIEW
Stallbrook Wall-Mount Washout Urinal with Top Spud
$ 148.17
QUICK VIEW
Thermostatic Trim Deco 1/2 Inch with Diverter 2 Cross Polished Chrome Brass
$ 224.50
QUICK VIEW
Kane Four-Light Bathroom Vanity Fixture
$ 91.00
QUICK VIEW
Pull Charlie's Cup Antique English Matte Brass 4 Inch 4-3/8 Inch 1 Inch
$ 6.35
QUICK VIEW
Cold Water Dispenser Metropole 1 Lever ADA Gooseneck Antique Nickel
$ 167.01
QUICK VIEW
Electra Ten-Light Pendant
$ 164.80
QUICK VIEW
Paris Market Four-Light Mini Chandelier
$ 53.52
QUICK VIEW
Knob Royale Oval Polished Chrome Brass 1 Inch 1-1/8 Inch 5/8 Inch
$ 3.81
QUICK VIEW
Knob IV Collection Round Unlacquered Brass Brass 7/8 Inch 7/8 Inch 3/4 Inch
$ 2.54
QUICK VIEW
Pull Devon Kingsbridge D Handle for Decorative Hardware Polished Nickel Zinc Alloy 5-1/16 Inch
$ 3.80
QUICK VIEW
Delancey 24" Single Towel Bar
$ 22.65
1
...
2488
2489
2490
2491
2492
2493
2494
2495
...
2533
BACK
Shopping Cart