Title: Free Text Gone?!
Last modified: April 5, 2017

---

# Free Text Gone?!

 *  [Michael Aronoff](https://wordpress.org/support/users/masterk/)
 * (@masterk)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/free-text-gone/)
 * I just updated to WooCommerce 3 and everything is working fine for me except 
   for the removal of the Free text for items with a price of zero.
 * I was using the following code to change that text and it no longer functions.
 *     ```
       // Change Free text
       add_filter('woocommerce_free_price_html', 'changeFreePriceNotice', 10, 2);
   
       function changeFreePriceNotice($price, $product) {
       	return 'Quoted';
       }
       ```
   
 * How can I get items with a price of zero to display my text again?
    -  This topic was modified 9 years, 1 month ago by [Michael Aronoff](https://wordpress.org/support/users/masterk/).

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Claudiu Lodromanean](https://wordpress.org/support/users/claudiulodro/)
 * (@claudiulodro)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/free-text-gone/#post-8993707)
 * You can now use the ‘woocommerce_get_price_html’ filter to change any price to
   anything you want!
 * [https://github.com/woocommerce/woocommerce/blob/71ce5b85bcd10cc1c44aab8bf3f81b44f98ffad1/includes/class-wc-product-variable.php#L149](https://github.com/woocommerce/woocommerce/blob/71ce5b85bcd10cc1c44aab8bf3f81b44f98ffad1/includes/class-wc-product-variable.php#L149)

Viewing 1 replies (of 1 total)

The topic ‘Free Text Gone?!’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Claudiu Lodromanean](https://wordpress.org/support/users/claudiulodro/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/free-text-gone/#post-8993707)
 * Status: not resolved