Title: Tip values
Last modified: February 1, 2021

---

# Tip values

 *  Resolved [webzuliatec](https://wordpress.org/support/users/webzuliatec/)
 * (@webzuliatec)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/tip-values/)
 * We were reading the documentation and we found that the values could be modified
   with a function, the drawback that we have is that it is not taking values less
   than 1.
 * add_filter (‘wc_order_tip_rates’, ‘your_custom_wc_order_tip_rates’);
    function
   your_custom_wc_order_tip_rates ($ rates) { $ rates = array (0.1,0.25,0.50,1,2);
   return $ rates; }
 * When we add some value, example: 0.10 shows us the tip as zero. Is it possible
   to modify this part?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftip-values%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [railmedia](https://wordpress.org/support/users/railmedia/)
 * (@railmedia)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/tip-values/#post-14016129)
 * Dear [@webzuliatec](https://wordpress.org/support/users/webzuliatec/)
 * I’ve released version 1.1.2 of the plugin that supports decimal tips.
 * Please let me know how it goes on your side.
 * Best regards,
    Adrian

Viewing 1 replies (of 1 total)

The topic ‘Tip values’ is closed to new replies.

 * ![](https://ps.w.org/order-tip-woo/assets/icon-128x128.png?rev=2363829)
 * [Order Tip for WooCommerce](https://wordpress.org/plugins/order-tip-woo/)
 * [Support Threads](https://wordpress.org/support/plugin/order-tip-woo/)
 * [Active Topics](https://wordpress.org/support/plugin/order-tip-woo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/order-tip-woo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/order-tip-woo/reviews/)

## Tags

 * [values](https://wordpress.org/support/topic-tag/values/)

 * 1 reply
 * 2 participants
 * Last reply from: [railmedia](https://wordpress.org/support/users/railmedia/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/tip-values/#post-14016129)
 * Status: resolved