';
var rating = $(element).find('.rating').html();
if ($(element).find('.rating').html() != null) {
html += '
' + rating + '
';
}
var product_zoom = $(element).find('.product-zoom').html();
if (product_zoom != null) {
html += '
' + product_zoom + '
';
}
html += '
';
html += '
' + $(element).find('.wishlist').html() + '
';
html += '
' + $(element).find('.compare').html() + '
';
html += '
';
html += '
';
html += '
';
var images_image = $(element).find('.images_image').html();
html += '
' + images_image + '
';
var image = $(element).find('.image').html();
var imagerelative = $(element).find('.image.relative').html();
var imagesadd = $(element).find('.images-add').html();
var images_div = $(element).find('.images_div').html();
var name = $(element).find('.name').html();
if (name != null) {
html += '
' + $(element).find('.name').html() + '
';
}
var optiondiv_list = $(element).find('.option-div.list').html();
if (optiondiv_list != null) {
html += '