{{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 %}
Buy More, Save More! 2 = 5% • 3 = 10% • 5 = 15% • 10 = 20%!
Premium Living Store
Premium Living Store
0
Home
Product
Contact Us
About Us
Privacy policy
Log in
Search
Home
/
Hot Sale
Hot Sale
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
1710
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
35%
OFF
QUICK VIEW
Modern Pull Out Convertible Sleeper Sofa Bed, Velvet Folding Futon Couch Loveseat Recliner with Adjsutable Backrest Pillows for Living Room Bedroom Apartment Office
$ 109.99
$ 171.18
Save
$ 61.19
86%
OFF
QUICK VIEW
Soges Sleeper Sofa Bed 5 Seat, L Shape Sofa with Pull Out Bed Velvet Couch with USB Ports and Storage Ottoman for Living Room Bedroom, Black
$ 109.99
$ 839.99
Save
$ 730.00
37%
OFF
QUICK VIEW
LNboomLife Dresser for Bedroom 4 Drawer Dresser with Mirror and Lights Modern Tall Chest of Drawers with Organizer for Small Space Bedroom Entryway Living Room (White)
$ 82.89
$ 132.62
Save
$ 49.73
37%
OFF
QUICK VIEW
Homfa Farmhouse Buffet Sideboard, 2 Drawers & 4 Doors Shelf Space Wood Storage Cabinet Credenza for Kitchen Living Room, White
$ 69.89
$ 111.82
Save
$ 41.93
36%
OFF
QUICK VIEW
56'' Wood Rattan Arched 3 Doors Sideboard Buffet Cabinet Storage Credenza TV Stand Dining Metal Legs Home Kitchen Living Room Walnut
$ 109.99
$ 174.38
Save
$ 64.39
37%
OFF
QUICK VIEW
Grey Kids Bookshelf with Reading Nook,5-Cubby Nursery Bookcase with Seat Cushion Wooden Toy Storage Organizer Corner Bench for Playroom,Bedroom,Living Room
$ 39.99
$ 63.98
Save
$ 23.99
37%
OFF
QUICK VIEW
Churanty Twin Size Daybed with Storage Drawers and Desk,Wood Twin Bed Frame with Green Leaf Shape Shelves for Kids Bedroom,Gray
$ 61.99
$ 99.18
Save
$ 37.19
37%
OFF
QUICK VIEW
DEXTRUS Buffet Cabinet, 59" Farmhouse Coffee Bar Sideboard Storage Cabinet with Sliding Barn Doors for Kitchen, Living Room
$ 41.69
$ 66.70
Save
$ 25.01
37%
OFF
QUICK VIEW
Aiho Convertible Futon Sofa Bed,Couches with with S-Springs and Adjustable Backrest for Living Room,Apartment Living Room,Office - Light Gray
$ 60.49
$ 96.78
Save
$ 36.29
87%
OFF
QUICK VIEW
Low Loft Bed With Portable Desk And Stairs, Wood Size Loft Bed Frame With Storage Cabinets, Low Study Kids Loft Bed Frame For Bedroom Furniture (, Espresso)
$ 109.99
$ 911.59
Save
$ 801.60
37%
OFF
QUICK VIEW
Homfa 4-Doors 2-Drawers Farmhouse Storage Cabinet, Wood Sideboard with Adjustable Shelves for Kitchen Dining Room, White
$ 63.49
$ 101.58
Save
$ 38.09
37%
OFF
QUICK VIEW
Homfa 70.8'' Kitchen Pantry with 4 Doors, Freestanding Storage Cabinet with Large Drawer for Dining Room, White
$ 48.49
$ 77.58
Save
$ 29.09
37%
OFF
QUICK VIEW
Homfa kitchen Pantry Cabinet with Glass Doors, 71'' Tall Storage Cabinet for Dining Room Living Room, White
$ 68.99
$ 110.38
Save
$ 41.39
37%
OFF
QUICK VIEW
HBBOOMLIFE Metal Locker Cabinet with Mesh Door & Adjustable Shelves Metal Sideboard Bathroom Cabinet Metal Dresser Steel Cabinet for Home Office Kitchen (Mint Green)
$ 70.89
$ 113.42
Save
$ 42.53
37%
OFF
QUICK VIEW
Homfa 76" Tall Kitchen Pantry, Free-standing Wood Storage Cabinet with Farmhouse Barn Doors for Dining Room, White
$ 78.49
$ 125.58
Save
$ 47.09
87%
OFF
QUICK VIEW
3 Piece Bedroom Set with Dresser Chest and Nightstand in Soft White
$ 109.99
$ 847.73
Save
$ 737.74
37%
OFF
QUICK VIEW
AOGLLATI Black Dresser for Bedroom with Led Light, 6 Drawer Dresser with Milled Grooves Design, Tall Led Dresser for Bedroom Closet
$ 60.89
$ 97.42
Save
$ 36.53
37%
OFF
QUICK VIEW
Sorbus Large 9 Drawer Dresser for Kids Bedroom, Tie-Dye Colors
$ 30.99
$ 49.58
Save
$ 18.59
36%
OFF
QUICK VIEW
Boahaus Frankfurt Modern Bedroom Armoire 3 Opening Doors 2 Drawers White for Adults
$ 109.99
$ 174.38
Save
$ 64.39
37%
OFF
QUICK VIEW
8 Drawers Double Dresser Wooden Black Dresser Chest of Drawers for Bedroom, Large Storage Cabinet for Home Living Room
$ 86.89
$ 139.02
Save
$ 52.13
36%
OFF
QUICK VIEW
Magic Home Modern Sectional Sofa Togo Sofa Lazy Sofa Foam Couch Floor Sofa for Bedroom,Living Room,Apartment and Small Space,Single Seat Sofa,Black
$ 109.99
$ 174.38
Save
$ 64.39
37%
OFF
QUICK VIEW
Towallmark 15 Drawer Dresser Chest of Drawers for Bedroom Living Room, Fabric Storage Organizer With Wood Top , Hallway, Closet, Nursery, Pink
$ 32.89
$ 52.62
Save
$ 19.73
37%
OFF
QUICK VIEW
SEJOV Makeup Vanity Table with Light and Mirror, 3-Color Lighted Vanity Desk with 2 Storage Drawers and Door, Modern Bedroom Dressing Vanity, White
$ 66.49
$ 106.38
Save
$ 39.89
36%
OFF
QUICK VIEW
IRONCK Vanity Desk Set with LED Lighted Mirror & Power Outlet, 7 Drawers Makeup Vanities Dressing Table with Stool, for Bedroom, White
$ 109.99
$ 174.38
Save
$ 64.39
37%
OFF
QUICK VIEW
Sesslife Upholstered Daybed with Storage, Twin Size Linen Upholstered Sofa Bed Frame with 2 Drawers, No Box Spring Needed, Modern Twin Daybed for Bedroom Living Room, Gray
$ 85.99
$ 137.58
Save
$ 51.59
37%
OFF
QUICK VIEW
Vanity Desk with LED Lighted Mirror & Charging Station,Modern Vanity Makeup Table with 5 Drawers & Storage Shelves & Chair,3 Color Lighting Modes with Adjustable Brightness, for Bedroom (White)
$ 66.49
$ 106.38
Save
$ 39.89
37%
OFF
QUICK VIEW
Dresser for Bedroom with 15 Drawers Tall Dressers for Bedroom with Heavy Duty Wood and Metal Large Bedroom Dressers & Chest of Drawers for Bedroom Closets Living Room Black Wood
$ 35.89
$ 57.42
Save
$ 21.53
37%
OFF
QUICK VIEW
Sorbus Dresser with 10 Drawers - Storage Unit Organizer Chest for Clothes - Bedroom, Kids Room, Nursery, & Closet - Steel Frame, Wood Top, and Easy Pull Fabric Bins
$ 31.69
$ 50.70
Save
$ 19.01
37%
OFF
QUICK VIEW
HUIMO Large Storage Ottoman, 41-inch Button-Tufted Upholstered Ottoman with Safety Hinge, End of Bed Storage Bench for Entryway, Living Room (Grey)
$ 32.89
$ 52.62
Save
$ 19.73
37%
OFF
QUICK VIEW
HUIMO Arm Storage Ottoman, Upholstered Window Sitting Bench for Bedroom,End of Bed Bench Indoor, Livingroom, Entryway (Beige)
$ 47.49
$ 75.98
Save
$ 28.49
37%
OFF
QUICK VIEW
57" Modern Fabric Loveseat Sofa with 2 USB Charging Ports Love Seats Suitable for Small Spaces, Living Room, Office, Soft Couch
$ 37.69
$ 60.30
Save
$ 22.61
37%
OFF
QUICK VIEW
Storage Ottoman Bench, 50.2 Inches Upholstered Fabric Storage Ottoman Bench, Button Tufted Ottoman with Large Storage, End of Bed Bench, for Living Room, Entryway, Bedroom (Ivory)
$ 35.99
$ 57.58
Save
$ 21.59
37%
OFF
QUICK VIEW
HUIMO 60.2" Velvet Bedroom Bench, End of Bed Bench with 2 Pillows Rolled Armed Ottoman Bench, Button Tufted Upholstered Bench Footrest Stool for Entryway, Living Room and Window (Beige)
$ 40.69
$ 65.10
Save
$ 24.41
37%
OFF
QUICK VIEW
Guyou Storage Ottoman Bench, Upholstered Faux Fur Modern End of Bed Stool Entryway Bench with Safety Hinges for Bedroom Living Room Hallway, White
$ 63.89
$ 102.22
Save
$ 38.33
37%
OFF
QUICK VIEW
Tribesigns 3 Drawers Nightstand, Living Room White & Gold Side End Table, Bedside Table with Metal Frame
$ 31.99
$ 51.18
Save
$ 19.19
37%
OFF
QUICK VIEW
Homfa 5 Drawer Dresser with Door, Modern Chest of Drawers Wood Storage Cabinet for Bedroom Living Room Hallway, Gray
$ 47.69
$ 76.30
Save
$ 28.61
1
...
42
43
44
45
46
47
48
BACK
Shopping Cart