Free UK Delivery Over £50

Official Farrow & Ball Stockist

10% Off Your First Order

P.V. Macari Interiors
jQuery(function($){ // Toast setup if (!$('#dynamic-cart-toast').length) { $('body').append( '
' ); } const toast = $('#dynamic-cart-toast'); let toastTimer = null; function showToast(message) { toast.text(message).css('opacity', 1); clearTimeout(toastTimer); toastTimer = setTimeout(() => { toast.css('opacity', 0); }, 2000); } // Product added $(document.body).on('added_to_cart', function(){ showToast('Product added to cart'); }); // Product removed $(document.body).on('removed_from_cart', function(){ showToast('Product removed from cart'); }); // Cart updated (quantities, totals, etc.) $(document.body).on('updated_wc_div wc_fragments_refreshed', function(){ showToast('Cart updated'); }); });

Inspirations

Go to Top