• Resolved hbee

    (@heatherbodlak)


    Hello

    I was wondering if there was a shortcode to show the donation field, instead of having to display it as a “product”.

    Also, where can I cange the word “Donate” to “Pay” for example? Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP Zone

    (@aspengrovestudios)

    Hi,

    At the moment, the plugin doesn’t support a shortcode to display the donation field directly.

    If you’d like to change the “Donate” text to something else, such as “Pay,” you can easily do this using a translation plugin, for example https://www.ads-software.com/plugins/loco-translate/. Additionally, we’ve added a filter that allows you to change the button text. Here’s an example of how to implement it:

    add_filter('wpz_change_donation_button_text', function($text) { return 'Pay'; // Replace 'Pay' with your desired text });

    Thread Starter hbee

    (@heatherbodlak)

    ok! Thank you for your quick reply.

    i ended up using Loco Translate to change the term. But, I might try that code.

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.