Accessories
Show:
Sort By:
Custom handmade by Alex Bevolve
Made from high quality metal and Czech Glass Beads! 100% made i..
$20.00
Ex Tax: $20.00
Custom handmade by Alex Bevolve
Made from high quality metal and Czech Glass Beads! 100% made i..
$8.50
Ex Tax: $8.50
Custom handmade by Alex Bevolve
Made from high quality metal and Czech Glass Beads! 100% made i..
$9.25
Ex Tax: $9.25
';
html += ' ' + $(element).find('.wishlist').html() + '
';
html += ' ' + $(element).find('.compare').html() + '
';
html += '';
html += '';
var image = $(element).find('.image').html();
if (image != null) {
html += '
' + image + '
';
}
var price = $(element).find('.price').html();
if (price != null) {
html += '
' + price + '
';
}
html += '
' + $(element).find('.name').html() + '
';
html += '
' + $(element).find('.description').html() + '
';
var rating = $(element).find('.rating').html();
if (rating != null) {
html += '
' + rating + '
';
}
html += '
';
$(element).html(html);
});
$('.display').html('Display: List / Grid');
$.totalStorage('display', 'list');
} else {
$('.product-list').attr('class', 'product-grid');
$('.product-grid > div').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: List / Grid');
$.totalStorage('display', 'grid');
}
}
view = $.totalStorage('display');
if (view) {
display(view);
} else {
display('list');
}
//-->
The Cannacoin Store © 2015
View Mobile / Standard