Skip to content
Contact
Instagram
Facebook
Pinterest
Contact
Shop
Who We Are
Newsletter
Search for:
Login / Register
$
0.00
Signup for our Newsletter!
____ [ninja_forms_display_form id=1]
Shopping Cart
Checkout details
Order Complete
Your Shopping Cart Looks Empty
Go ahead and check our products.
Return to shop
Search for:
Shop
Who We Are
Newsletter
Login / Register
document.addEventListener('DOMContentLoaded', function() { // Listen for WooCommerce AJAX cart updates jQuery(document.body).on('added_to_cart', function() { jQuery('.added_to_cart.wc-forward').each(function() { // Decode any HTML-escaped TranslatePress tags var html = jQuery(this).html(); if (html.includes('<TRP-GETTEXT')) { jQuery(this).html( html .replace(/</g, '<') .replace(/>/g, '>') ); } }); }); });