Collection: Christmas Ornaments

2 products
  • The Ultimate Grinch Christmas Ornament for Cat Lovers
    Regular price
    $8.89
    Sale price
    $8.89
    Regular price
    Unit price
    per 
    Sold out
  • Ceramic Ornaments - 4 Shapes - Love, Compassion, Hope & Ascension
    Regular price
    $12.99
    Sale price
    $12.99
    Regular price
    Unit price
    per 
    Sold out
/* Product Tag Filters – Good for any number of filters on any type of collection pages */ var collFilters = jQuery('.coll-filter'); collFilters.change(function() { var newTags = []; collFilters.each(function() { if (jQuery(this).val()) { newTags.push(jQuery(this).val()); } }); if (newTags.length) { var query = newTags.join('+'); window.location.href = jQuery('tag').attr('href').replace('/' + 'tag', '/' + query); } else { window.location.href = '/collections/christmas-ornaments'; } });