{{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 %}
Home
Collections
Search
Product
USD
EUR
€
USD
$
HUF
Ft
CZK
Kč
PLN
zł
GBP
£
CHF
CHF
Home
Collections
Search
Product
Log in
Create Account
USD
EUR
:
€
USD
:
$
HUF
:
Ft
CZK
:
Kč
PLN
:
zł
GBP
:
£
CHF
:
CHF
Home
/
Chair
Chair
Clear all
filter
Living Room
Amaretto
material_fabric-foam-wood
chair
piece-count_2
Collection_Moxy
Collection_Sky
flexsteel
Brand_Flexsteel
seat-count_1-5
seat-count_1
power_power-recliner
material_fabric-wood
Brand_Coaster
material_chenille-solid-wood-others
Navy
manual_manual-recliner
Brand_Homelegance (Fremont Warehouse)
material_boucle
Type_Chair
Chenille
Light Gray
material_solid-wood
material_chenille
Solid Wood
material_linen-like
Tesoro
Putnam
material_polyester
style_classic
Taupe
Dark
Polyester
material_leather
Brown
color_dark-gray
color_beige
color_brown
color_gray
seat-count_2
color_ivory
color_sandstone
material_microfiber
color_black
color_dark-brown
Fabric_Chenille
color_navy
Fabric_Next-Gen Nuvella
Sub Brand_Benchcraft®
color_stone
color_onyx
Room_Living Room
dovr_syncoff
Sub Brand_Benchcraft
shade_dark
color_chocolate
shade_medium
Production_Paused
group_standard
Extreme Value Collection_False
over-2000
material_leather-match
group_reclining
coaster-z2-premium
Gray
style_transitional
Upholstered
Polyurethane
material_wood
Wood
style_modern
Room_Dining Room
material_upholstered
homelegance-fremont-warehouse
Brand_Homelegance
Others
Brand_FOA East
foa-west
color_blue
Brand_FOA
1500-2000
Sub Brand_Signature Design by Ashley®
style_traditional
under-500
Top Products_Consumer Choice
style_casual
shade_light
material_fabric
ar-availability_available
1000-1500
Sub Brand_Signature Design by Ashley
style_contemporary
shipping_not-express
product-video_not-available
consumer-assembly_no-assembly-required
color_white
Brand_Ashley
ashley-furniture
ashley
500-1000
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
filter
Living Room
Amaretto
material_fabric-foam-wood
chair
piece-count_2
Collection_Moxy
Collection_Sky
flexsteel
Brand_Flexsteel
seat-count_1-5
seat-count_1
power_power-recliner
material_fabric-wood
Brand_Coaster
material_chenille-solid-wood-others
Navy
manual_manual-recliner
Brand_Homelegance (Fremont Warehouse)
material_boucle
Type_Chair
Chenille
Light Gray
material_solid-wood
material_chenille
Solid Wood
material_linen-like
Tesoro
Putnam
material_polyester
style_classic
Taupe
Dark
Polyester
material_leather
Brown
color_dark-gray
color_beige
color_brown
color_gray
seat-count_2
color_ivory
color_sandstone
material_microfiber
color_black
color_dark-brown
Fabric_Chenille
color_navy
Fabric_Next-Gen Nuvella
Sub Brand_Benchcraft®
color_stone
color_onyx
Room_Living Room
dovr_syncoff
Sub Brand_Benchcraft
shade_dark
color_chocolate
shade_medium
Production_Paused
group_standard
Extreme Value Collection_False
over-2000
material_leather-match
group_reclining
coaster-z2-premium
Gray
style_transitional
Upholstered
Polyurethane
material_wood
Wood
style_modern
Room_Dining Room
material_upholstered
homelegance-fremont-warehouse
Brand_Homelegance
Others
Brand_FOA East
foa-west
color_blue
Brand_FOA
1500-2000
Sub Brand_Signature Design by Ashley®
style_traditional
under-500
Top Products_Consumer Choice
style_casual
shade_light
material_fabric
ar-availability_available
1000-1500
Sub Brand_Signature Design by Ashley
style_contemporary
shipping_not-express
product-video_not-available
consumer-assembly_no-assembly-required
color_white
Brand_Ashley
ashley-furniture
ashley
500-1000
493
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
Olympia Armless Chair 8308-AC
$ 306.23
QUICK VIEW
Olympia Corner Seat 8308-CR
$ 684.33
QUICK VIEW
Olympia Power Armless Reclining Chair 8308-ARPW
$ 516.51
QUICK VIEW
Olympia Power Double Reclining Chair 8308-1PW
$ 794.16
QUICK VIEW
Olympia Power LSF Reclining Chair with USB Port 8308-LCPW
$ 651.01
QUICK VIEW
Olympia Power RSF Reclining Chair with USB Port 8308-RCPW
$ 649.46
QUICK VIEW
Putnam Armless Chair in Brown 9405BR-AC
$ 187.82
QUICK VIEW
Putnam Armless Chair in Gray 9405GY-AC
$ 187.82
QUICK VIEW
Putnam Corner Seat in Brown 9405BR-CR
$ 408.31
QUICK VIEW
Putnam Corner Seat in Gray 9405GY-CR
$ 408.31
QUICK VIEW
Putnam Power Armless Reclining Chair in Brown 9405BR-ARPW
$ 310.32
QUICK VIEW
Putnam Power Armless Reclining Chair in Gray 9405GY-ARPW
$ 310.32
QUICK VIEW
Putnam Power Left Side Reclining Chair with USB Port in Brown 9405BR-LRPW
$ 374.01
QUICK VIEW
Putnam Power Left Side Reclining Chair with USB Port in Gray 9405GY-LRPW
$ 374.01
QUICK VIEW
Putnam Power Reclining Chair in Brown 9405BR-1PW
$ 455.67
QUICK VIEW
Putnam Power Reclining Chair in Gray 9405GY-1PW
$ 455.67
QUICK VIEW
Putnam Power Right Side Reclining Chair with USB Port in Brown 9405BR-RRPW
$ 383.81
QUICK VIEW
Putnam Power Right Side Reclining Chair with USB Port in Gray 9405GY-RRPW
$ 383.81
QUICK VIEW
Putnam Swivel Glider Reclining Chair in Brown 9405BR-1
$ 390.34
QUICK VIEW
Putnam Swivel Glider Reclining Chair in Gray 9405GY-1
$ 390.34
QUICK VIEW
Sherbrook Glider Reclining Chair in Gray
$ 423.01
QUICK VIEW
Shola Glider Reclining Chair in Gray
$ 488.34
QUICK VIEW
Shola Power Reclining Chair in Gray
$ 619.00
QUICK VIEW
Shreveport Armless Chair in Brown 8238-AC
$ 277.65
QUICK VIEW
Shreveport Armless Reclining Chair in Brown 8238-AR
$ 326.65
QUICK VIEW
Shreveport Corner Seat in Brown 8238-CR
$ 457.31
QUICK VIEW
Shreveport Left Side Reclining Chair in Brown 8238-LR
$ 391.78
QUICK VIEW
Shreveport Right Side Reclining Chair in Brown 8238-RR
$ 392.05
QUICK VIEW
St. Claire Chair in Brown 8469-1
$ 570.00
QUICK VIEW
Tesoro Armless Chair in Dark Gray 9509DG-AC
$ 277.65
QUICK VIEW
Tesoro Armless Reclining Chair in Dark Gray 9509DG-AR
$ 326.65
QUICK VIEW
Tesoro Corner Seat in Dark Gray 9509DG-CR
$ 538.97
QUICK VIEW
Tesoro Left Side Reclining Chair in Dark Gray 9509DG-LR
$ 406.68
QUICK VIEW
Tesoro Power Left Side Reclining Chair in Dark Gray 9509DG-LRPWH
$ 602.67
QUICK VIEW
Tesoro Power Right Side Reclining Chair in Dark Gray 9509DG-RRPWH
$ 604.30
QUICK VIEW
Tesoro Right Side Reclining Chair in Dark Gray 9509DG-RR
$ 408.31
QUICK VIEW
Venture Chair in Blue
$ 210.69
QUICK VIEW
Venture Chair in Dark Gray
$ 210.69
QUICK VIEW
Keegan Arm Chair in Cherry (Set of 2)
$ 114.33
QUICK VIEW
Lordsburg Arm Chair in Brown Cherry (Set of 2)
$ 114.33
QUICK VIEW
Marston Arm Chair in Dark Cherry (Set of 2) 2615DCA
$ 146.99
QUICK VIEW
Mckewen Arm Chair in Gray (Set of 2)
$ 155.16
QUICK VIEW
Orsina Arm Chair in Silver (Set of 2)
$ 130.66
QUICK VIEW
Oxton Counter Hight Chair in Dark Cherry (Set of 2)
$ 114.33
QUICK VIEW
Russian Hill Arm Chair in Cherry (Set of 2)
$ 187.82
QUICK VIEW
Savion Arm Chair in Espresso (Set of 2)
$ 244.99
QUICK VIEW
Vermillion Arm Chair in Gray (Set of 2)
$ 179.66
QUICK VIEW
Imani Accent Chair
$ 145.36
QUICK VIEW
Junipero Counter Height Chair
$ 65.33
QUICK VIEW
Kalmar Accent Chair
$ 204.16
QUICK VIEW
Karlock Accent Chair
$ 259.69
QUICK VIEW
Keller Accent Chair
$ 243.35
1
2
3
4
5
6
...
10
BACK
Shopping Cart