Title: Shortcode, button text
Last modified: September 24, 2024

---

# Shortcode, button text

 *  Resolved [hbee](https://wordpress.org/support/users/heatherbodlak/)
 * (@heatherbodlak)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/shortcode-button-text/)
 * 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](https://wordpress.org/support/users/aspengrovestudios/)
 * (@aspengrovestudios)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/shortcode-button-text/#post-18034317)
 * 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://wordpress.org/plugins/loco-translate/](https://wordpress.org/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](https://wordpress.org/support/users/heatherbodlak/)
 * (@heatherbodlak)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/shortcode-button-text/#post-18034590)
 * 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)

The topic ‘Shortcode, button text’ is closed to new replies.

 * ![](https://ps.w.org/donations-for-woocommerce/assets/icon-256x256.png?rev=2488190)
 * [Potent Donations for WooCommerce](https://wordpress.org/plugins/donations-for-woocommerce/)
 * [Support Threads](https://wordpress.org/support/plugin/donations-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/donations-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/donations-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/donations-for-woocommerce/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [hbee](https://wordpress.org/support/users/heatherbodlak/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/shortcode-button-text/#post-18034590)
 * Status: resolved