Title: Change &#8216;Select Amount&#8217; button text
Last modified: September 30, 2020

---

# Change ‘Select Amount’ button text

 *  Resolved [alphaambition](https://wordpress.org/support/users/alphaambition/)
 * (@alphaambition)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/change-select-amount-button-text/)
 * Hi,
 * Thanks for the great plugin!
 * Is there a way I can change the ‘Select Amount’ button text on the product category
   page (domain.com/product-category/gift-cards/)?
 * I’ve setup 7 gift cards each with a set price. So, I’d like the buttons to say‘
   Buy Now’ instead.
 * Thanks!
    Mark

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [pimwick](https://wordpress.org/support/users/pimwick/)
 * (@pimwick)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/change-select-amount-button-text/#post-13476597)
 * To change the “Select Amount” button text to something else, follow these steps:
 * Note: If you prefer, you can put the code into your functions.php file instead
   of using Code Snippets.
 * 1. Download the free Code Snippets plugin ([https://wordpress.org/plugins/code-snippets/](https://wordpress.org/plugins/code-snippets/))
   
   2. Create a new Snippet with the following code:
 *     ```
       function custom_pwgc_select_amount_text( $text, $product ) {
           return 'Buy Now';
       }
       add_filter( 'pwgc_select_amount_text', 'custom_pwgc_select_amount_text', 10, 2 );
       ```
   
 * Let me know if you have any questions!
 *  Thread Starter [alphaambition](https://wordpress.org/support/users/alphaambition/)
 * (@alphaambition)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/change-select-amount-button-text/#post-13479189)
 * Perfect!
 * Thanks for you help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change ‘Select Amount’ button text’ is closed to new replies.

 * ![](https://ps.w.org/pw-woocommerce-gift-cards/assets/icon-256x256.png?rev=1809373)
 * [PW WooCommerce Gift Cards](https://wordpress.org/plugins/pw-woocommerce-gift-cards/)
 * [Support Threads](https://wordpress.org/support/plugin/pw-woocommerce-gift-cards/)
 * [Active Topics](https://wordpress.org/support/plugin/pw-woocommerce-gift-cards/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pw-woocommerce-gift-cards/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pw-woocommerce-gift-cards/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [alphaambition](https://wordpress.org/support/users/alphaambition/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/change-select-amount-button-text/#post-13479189)
 * Status: resolved