Title: Change text on Button
Last modified: April 9, 2018

---

# Change text on Button

 *  Resolved [emmaekoncept](https://wordpress.org/support/users/emmaekoncept/)
 * (@emmaekoncept)
 * [8 years ago](https://wordpress.org/support/topic/change-text-on-button-2/)
 * Hi! Is it in this text below i can change to change the text on the button or
   should i use some css?
 *  /**
    * Modify the Add to Cart button text based on settings. * [@since](https://wordpress.org/support/users/since/)
   1.0 */ function qwc_change_button_text() {
 *  global $post;
    $post_id = $post->ID; // check if setting is enabled $enable_quote
   = product_quote_enabled( $post_id );
 *  if ( $enable_quote ) {
    $cart_text = __( ‘Request Quote’, ‘quote-wc’ ); } else{
   $cart_text = __( ‘Add to Cart’, ‘quote-wc’ ); }
 * Thanks!
    /emma

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

 *  [Milamber](https://wordpress.org/support/users/milamber/)
 * (@milamber)
 * [8 years ago](https://wordpress.org/support/topic/change-text-on-button-2/#post-10161240)
 * [https://wordpress.org/support/topic/editing-button-labels/#post-9823387](https://wordpress.org/support/topic/editing-button-labels/#post-9823387)
 *  Plugin Author [pinal.shah](https://wordpress.org/support/users/pinalshah/)
 * (@pinalshah)
 * [8 years ago](https://wordpress.org/support/topic/change-text-on-button-2/#post-10164317)
 * Hi Emma,
 * The function you have mentioned above is the one that will change the ‘Add to
   Cart’ button text. The text will be modified on the Shop page as well the Product
   page.
 * No css changes are needed.
 * Thanks,
    Pinal

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

The topic ‘Change text on Button’ is closed to new replies.

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

 * 2 replies
 * 3 participants
 * Last reply from: [pinal.shah](https://wordpress.org/support/users/pinalshah/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/change-text-on-button-2/#post-10164317)
 * Status: resolved