';
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 += '
' + optiondiv_list + '
';
}
html += '
' + $(element).find('.cart_description').html() + '
';
var rating = $(element).find('.rating').html();
if ($(element).find('.rating').html() != null) {
html += '
' + rating + '
';
}
var description_list = $(element).find('.description-list').html();
if (description_list != null) {
html += '
' + description_list + '
';
}
html += '
';
var description_no_hover = $(element).find('.description_no_hover').html();
html += ' В этой категории нет товаров.