Events

Shaping Word of Mouth

Pargas Stadshus | 8.11 2024 kl 18:00

Ipsum lorum och verktyg oc beskrivningökl äleruåer äet öwtlyätwyitrw TIWYU

    • JWRTCW
    • WPIORQUCPOQWI
    • ökljdfsghösrth

liurfpergue

läs mera

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); });