• Resolved bigmikestudios

    (@bigmikestudios)


    Just wondering if I can change the “Donate” text in the button. We’re using this plugin to allow customers to pay their invoices online, it would be nice to change that to something else.

    Thanks for the plugin!

Viewing 1 replies (of 1 total)
  • Thread Starter bigmikestudios

    (@bigmikestudios)

    I’m doing it now with jQuery, but that seems a little hinky:

    jQuery(".button.product_type_donation, .button.single_add_to_cart_button").text(function () {
        return jQuery(this).text().replace("Donate", "Pay now");
    });
Viewing 1 replies (of 1 total)
  • The topic ‘Change “Donate” button text’ is closed to new replies.