';
$mainGallery.append($html);
}
}
};
function showWCVariationContent( $variation_form ) {
var $wrapper = $variation_form.find('.woocommerce-variation');
var $showWrapper = false;
if ( ! $wrapper.length ) {
return;
}
$wrapper.find('> *').each( function () {
if ( ! $(this).is(':empty') ) {
$showWrapper = true;
}
});
if ( $showWrapper ) {
$wrapper.addClass('wd-show');
}
};
function showSelectedAttr () {
var swathesSelected = false;
$('.variations_form').each(function() {
var $variation_form = $(this);
if (((woodmart_settings.swatches_labels_name === 'yes' && woodmartThemeModule.$window.width() >= 769) || woodmartThemeModule.$window.width() <= 768) && !swathesSelected) {
$variation_form.find('.wd-active').each(function() {
var $this = $(this);
var title = $this.find('.wd-swatch-text').text();
var wrapAttr = $this.parents('tr').find('.wd-attr-selected');
if ( wrapAttr.length ) {
wrapAttr.html(title);
} else {
$this.parents('tr').find(' > th').append(
'