Sort By:
Show:
Leather Basket Magazine Holder
Beautiful Brown Leather with Buckle detailing on sides
Measures.....
$238.00
Sale
Leather Magazine Basket Handle Buckle Strap
Organizing has never been so chic thanks to the sophi.....
$349.00 $249.00
Natural Hide & Wood Magazine Holder
Please remember all hides are unique so colors and shades.....
$195.00
Soft Brown Leather & Brass Magazine Holder
This generously sized magazine basket is great for.....
$249.00
Sale
Two Tone Hide Magazine Basket Handle Buckle Strap
Organizing has never been so chic thanks to the.....
$399.00 $299.00
Woven Leather Square Basket Magazine Holder
Beautiful Brown Woven Leather with Brass Frame to Hol.....
$240.00
ListGrid');
$.totalStorage('display', 'list');
} else {
$('.product-list').attr('class', 'product-grid');
$('.product-grid div.product_block').each(function(index, element) {
html = '';
var image = $(element).find('.image').html();
if (image != null) {
html += '
' + image + '
';
}
html += '
' + $(element).find('.name').html() + '
';
html += '
' + $(element).find('.description').html() + '
';
var price = $(element).find('.price').html();
if (price != null) {
html += '
' + price + '
';
}
var rating = $(element).find('.rating').html();
if (rating != null) {
html += '
' + rating + '
';
}
html += '
' + $(element).find('.cart').html() + '
';
html += '
' + $(element).find('.wishlist').html() + '
';
html += '
' + $(element).find('.compare').html() + '
';
$(element).html(html);
});
$('.display').html('
Display:ListGrid');
$.totalStorage('display', 'grid');
}
}
view = $.totalStorage('display');
if (view) {
display(view);
} else {
display('grid');
}
//-->