$8.75 /set of 12 ($0.73 /ea.)
Show price chart
#TN-TS8-PLATE-MED
Only 8 Left!
Truly elegant pretty floral plates. Perfect for every occasion!
Each pack contains 12 paper plates in 6 different designs
').insertAfter($('.lb-container')); } setTabValidation(); loadTooltips(); initAutoPreview(); //$(".collapse.show").each(function () { // $(this).prev('.card-header').find(".fa").addClass('fa-minus').removeClass('fa-plus'); //}); //$(".collapse").on('show.bs.collapse', function () { // $(this).prev(".card-header").find('svg').attr('class', 'fa-minus fa-w-14'); //}).on('hide.bs.collapse', function () { // $(this).prev('.card-header').find('svg').attr('class', 'fa-plus fa-w-14'); //}); if ($('.variantsdisplay.display-tabs').length && $('#ph-preview').length && $('#previewcontrols').length && !$('#ph-preview #previewcontrols').length) $('#previewcontrols').appendTo($('#ph-preview')); clearErrors(1); initColors(); validateColorGroups(); if (typeof (initPreviewFeedBack) != typeof undefined) initPreviewFeedBack(); if (typeof (fResetPreview) != typeof undefined) fResetPreview(); } function initAutoPreview() { if ($('a[id$=btnPreview]').length) { $('#tab-color span.rb-color label').off('click').on('click', function (e) { window.setTimeout(function () { initializePreview(true, false); }, 10); //if ($(this).closest('#colors.accordion').length) // if ($(this).closest('.card').next('.card').length) // $(this).closest('.card').next('.card').find('.collapse').collapse('show'); }); $('#tab-design .rb-image label').off('click').on('click', function () { $(this).closest('.rb-image').find('input[type=radio]').prop('checked', true); updatePreviewOnCallback = true; if ($('.designlist .rb-list-outer').length) _scrollTop = $('.designlist .rb-list-outer')[0].scrollTop; //window.setTimeout(function () { initializePreview(true); }, 10); }); } } function selectDesign(e) { if ($('.lb-data .lb-caption').length) { var n = $('.lb-data .lb-caption').text(); $('.designlist .rb-image span').each(function () { if ($(this).text() == n) { var r = $(this).closest('.rb-image').find('input[type=radio]'); if (r) { r.prop('checked', true).click(); lightbox.end(); } } }); } } function setTabValidation() { $('#tab-inputs>.tab-pane input[type=text],#tab-inputs>.tab-pane textarea').off('keyup', function () { validateTabs(this); }).on('keyup', function () { validateTabs(this); }); $('#tab-inputs>.tab-pane input[type=radio],#tab-inputs>.tab-pane .dd a').off('click', function () { validateTabs(this); }).on('click', function () { validateTabs(this); }); $('#tab-inputs>.tab-pane select').on('change', function () { validateTabs(this); }); if ($('#ctl00_MainContentHolder_VariantsDisplay_hidTabNumber').val() && $('#ctl00_MainContentHolder_VariantsDisplay_hidTabNumber').val() != 'tab-design') { if ($('#' + $('#ctl00_MainContentHolder_VariantsDisplay_hidTabNumber').val()).length) if ($('#ctl00_MainContentHolder_VariantsDisplay_hidTabNumber').val() != 'tab-design' || $('#tab-design .rb-image input[type=radio]:checked').length) { var idx = 0, e = $('#' + $('#ctl00_MainContentHolder_VariantsDisplay_hidTabNumber').val())[0]; while ((e = e.previousSibling) != null)++idx; window.setTimeout(function () { validateSilent(idx); }, 100); } } else window.setTimeout(function () { validateSilent(0); }, 100); $('.nav-tabs .nav-item').click(function () { var idx = 0, e = this; while ((e = e.previousSibling) != null)++idx; window.setTimeout(function () { validateSilent(idx > 0 ? idx - 1 : 0); }, 100); }); } function validateTabs(el) { var idx = $(el).closest('.tab-pane').index("#tab-inputs>.tab-pane"); window.setTimeout(function () { validateSilent(idx); }, 100); } function validateSilent(tabIndex, checkLast, validationGroup) { var allValid = true, lastTabValid = true, currentTabValid = false, allowPreview = true; lastError = ''; if (typeof (tabIndex) == typeof (undefined)) tabIndex = -1; if (typeof (checkLast) == typeof undefined) checkLast = true; clearErrors(tabIndex + 1); if (typeof (Page_Validators) != "undefined" && $('#tab-inputs>.tab-pane').length) { currentTabValid = true; $('#tab-inputs>.tab-pane').each(function (idx, el) { var isValid = true; for (var i = 0; i < Page_Validators.length; i++) { var val = Page_Validators[i]; if ($(val).closest('.tab-pane').length && $(val).closest('.tab-pane')[0] == $(this)[0]) { if ((typeof (val.enabled) == "undefined" || val.enabled != false) && (typeof (validationGroup) == typeof undefined || IsValidationGroupMatch(val, validationGroup))) { if (typeof (val.evaluationfunction) == "function") { val.isvalid = val.evaluationfunction(val); if (idx <= tabIndex && !val.isvalid) { isValid = false; lastError = lastError ? lastError + '\n' + val.errormessage : val.errormessage; } } } } } allValid = allValid && isValid; if (tabIndex >= 0 && idx <= tabIndex && !isValid) { currentTabValid = false; } if (tabIndex < 0 || idx <= tabIndex) { var h = $('a[href$="' + $(this).attr('id') + '"]').closest('.nav-item'); if (isValid) h.addClass('valid'); else h.removeClass('valid'); } }); var lastTab = $($('#tab-inputs>.tab-pane')[$('#tab-inputs>.tab-pane').length - 1]).hasClass('active'); if (checkLast && !lastTab) lastTabValid = false; if (lastTab) previewAllowed = true; allowPreview = allValid && previewAllowed; } //TODO:: if edit item and last page, allow preview if (allowPreview) { $("a[id$='btnPreview']").removeClass('btn-disabled'); previewAllowed = true; } else $("a[id$='btnPreview']").addClass('btn-disabled'); return (allValid || currentTabValid) && lastTabValid; } function validForPreview() { return validateSilent(-1, false); } function clearErrors(tabIndex) { $('#tab-inputs>.tab-pane').each(function (idx, el) { if (idx >= tabIndex) { $(this).find('.error-field').removeClass('error-field'); $(this).find('.error-field0').removeClass('error-field0'); $(this).find('.error-field1').removeClass('error-field1'); $(this).find('.error-field2').removeClass('error-field2'); $(this).find('.error-field3').removeClass('error-field3'); $(this).find('.error-field4').removeClass('error-field4'); $(this).find('.error-field5').removeClass('error-field5'); } }); } function goNextTab(e, showError) { var t = $(e).closest('.tab-pane'); var idx = t.index("#tab-inputs>.tab-pane"); if (validateSilent(idx, false)) { var h = $('a[href$="' + t.attr('id') + '"]'); if (h.closest('.nav-item').next().length) { h.closest('.nav-item').next().find('a.nav-link').click(); } } else if (typeof (showError) == typeof undefined || showError) { if (lastError) alert(lastError); } } function goPrevTab(e) { var t = $(e).closest('.tab-pane'); var h = $('a[href$="' + t.attr('id') + '"]'); if (h.closest('.nav-item').prev().length) { h.closest('.nav-item').prev().find('a.nav-link').click(); } } function initColors() { $('#colors.accordion .rb-color label').click(function () { var p = $(this).closest('.card'); if (p.nextAll('.card').length) { p.nextAll().find('.card-header>a').click(); } else { window.setTimeout(function () { goNextTab(p, false); }, 100); } window.setTimeout(function () { validateColorGroups(); }, 50); }); } function loadTooltips() { $('.variantsdisplay.display-tabs #tab-design .rb-image>label').hover(function () { showTooltip(this); }, function () { hideTooltip(); }); } function showTooltip(e) { var $e = $(e); hideTooltip(); if (!$('.variantsdisplay>.design-tooltip').length) $('.variantsdisplay').append('
'); $('.variantsdisplay>.design-tooltip img').load(function () { //var width = this.width, height = this.height; var w = 300.0; h = 300.0; var _w = $('.design-tooltip img').prop('naturalWidth'), _h = $('.design-tooltip img').prop('naturalHeight'); if (typeof (_w) != typeof undefined && typeof (_h) != typeof undefined && _w && _h) { w = _w; h = _h; } if (w > 500 || h > 500) { var koeff = Math.min(500.0 / w, 500.0 / h); w *= koeff; h *= koeff; $('.design-tooltip').css({ width: w + 'px', height: h + 'px' }); } else if (w > 300 || h > 300) { var koeff = Math.min(300.0 / w, 300.0 / h); w *= koeff; h *= koeff; $('.design-tooltip').css({ width: w + 'px', height: h + 'px' }); } else $('.design-tooltip').css({ width: '300px', height: '300px' }); var y = $e.closest('.rb-image').offset().top - $(".variantsdisplay").offset().top; var elementTop = $e.closest('.rb-image').offset().top; var elementBottom = elementTop + 300; var viewportTop = $(window).scrollTop(); var viewportBottom = viewportTop + $(window).height(); if (elementBottom > viewportBottom) { y -= (elementBottom - viewportBottom) } else if (elementTop < viewportTop) { y += (viewportTop - elementTop); } $('.variantsdisplay>.design-tooltip').css('top', y + 'px').fadeIn('fast'); }); $('.variantsdisplay>.design-tooltip img').attr('src', $e.find('img').attr('src')); } function hideTooltip() { $('.variantsdisplay>.design-tooltip').stop(true, true).hide(); } function validateColorGroups() { $('#tab-color #colors.accordion .card-header').each(function (idx, el) { var ph = $(el).next(); if (ph.find('input[type=radio]:checked').length) $(el).addClass('valid'); else $(el).removeClass('valid'); }); } function newPersAllowed(source, args) { var _rowIds = []; if ($('.variantsdisplay table.productvariation').length) { $('.variantsdisplay table.productvariation').each(function () { var _rowId = parseInt($(this).attr('id').replace(/[^0-9]/g, '')); if (jQuery.inArray(_rowId, _rowIds) < 0) _rowIds.push(parseInt($(this).attr('id').replace(/[^0-9]/g, ''))); }); } args.IsValid = (_rowIds.length < 1); } function Anthem_DebugError(m) { console.log(m); }
(min. of 1 set of 12)
Add To Cart
Checkout Now
Est. Delivery: Mon 12/02 - Tue 12/17