Subscribe_1

× DigitaBlue Emails Subscribe and follow our joys and pains on journey from a great idea to… well, whatever we will be able to take it to. (I doubt that you will need it, but there is a unsubscribe button on all our mails) Thank you! Email Follow our...

overlay 2

× Get started with amazing presentations Learn 5 simple tricks and shine. Also, download a free template which you easily can tweak to match your colors & style. Success! Email...
jQuery(document).ready(function($) { // Ensure the DOM is fully loaded and the cart table is present// Change "Product" to "Event" in Cart Table Header $('th.product-name').text('Event');// Change "Quantity" to "Participants" in Cart Table Header $('th.product-quantity').text('Participants');// Also, check for any divi-specific classes that might render after page load setTimeout(function() { // Apply the changes again after 500ms to ensure Divi has loaded $('th.product-name').text('Event'); $('th.product-quantity').text('Participants'); }, 500); });