Funny Themed Round Wooden Coaster

Price: £ 5.00

Your Quotes, Your Style Make your coasters truly unique! Choose from our collection of funny quotes or provide your own custom message. Our expert engravers will bring your vision to life on these beautiful, round wooden coasters. Perfect for gifts or personal use.

price : £ 5.00

'; return html; } function cartModalBindButtons(step) { $('.js-show-step').off('click'); $('.js-show-step').on('click', function () { var has_error = 0; var step = $(this).data('step'); if (step == 'payment-method') { $('.js-delivery-address input').each(function () { if (!this.checkValidity()) { mw.notification.warning('Please fill the required fields'); // ..alert($(this).prop('name') + ' is not valid'); $(this).addClass('error'); has_error = 1; } else { $(this).removeClass('error'); } }); if (has_error) { step = 'delivery-address' } } $('.js-show-step').removeClass('active'); $('[data-step]').removeClass('active'); $('[data-step="' + step + '"]').addClass('active').parent().removeClass('muted'); step1 = '.js-' + step; $('.js-step-content').hide(); $(step1).show(); $(this).addClass('active'); }); } $(document).ready(function () { mw.on('mw.cart.add', function (event, data) { $("#shoppingCartModal").modal(); $("#js-ajax-cart-checkout-process").reload_module() }); });