Collection: Personalised Coffee Mugs from your Pet Photo

Our pet artist will create your custom pet mug from one of our original character designs or you can customize your mug with your favorite pet photo or message.
0 products

Sorry, there are no products in this collection

/* 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/kitchen-1'; } });