Skip to content
  • Anniversary
  • Wedding
  • Family
  • Community
  • Memorial
  • Anniversary
  • Wedding
  • Family
  • Community
  • Memorial
8 Year Anniversary wall plaque leaning against wall on top of boho style white desk.
10 Year Anniversary wall plaque hanging on wall beside bed in primary bedroom. White tree with expansive canopy and roots on tin metal plaque.
7 Year Copper Anniversary Star Map in Turquoise

  • Anniversary
  • Wedding
  • Family
  • Community
  • Memorial
  • Refunds and Returns Policy
  • Privacy Policy
  • Anniversary Gifts Guide
  • Cart
  • My account
  • Checkout
  • Instagram Link
  • Instagram Link
  • Instagram Link

© 2018 Paper Metal Canvas

jQuery(document).ready(function($) { var el = $('.product_type_customizable'), url = el.attr('href'); // 1. When a full variation is selected $('.single_variation_wrap').on('show_variation', function(event, variation) { var optionsAttr = ''; Object.keys(variation.attributes).forEach(function(key) { var attr_value = $('select[name=' + key + '] option:selected').val(), attr_slug = $('#wcdp-contain-attributes .wcdp-values-' + key + ' input[name="' + attr_value + '"]').val(); if (typeof attr_slug !== 'undefined') { optionsAttr += '&' + key + '=' + attr_slug; } }); // Update URL and Show Button el.attr('href', url + optionsAttr).show(); }); // 2. When a variation is unselected (reset) $('.single_variation_wrap').on('hide_variation', function() { el.hide(); }); });