Title: Flat rate zero
Last modified: November 10, 2016

---

# Flat rate zero

 *  [antonio967](https://wordpress.org/support/users/antonio967/)
 * (@antonio967)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/flat-rate-zero/)
 * Hi!
 * I created a flat rate that I renamed for Freight ([prints](http://imgur.com/a/Y8MYc)).
   In costs per delivery class, in the field Cost for when no delivery class, I 
   typed zero and the cart appears only “Freight” (does not appear zero, $ 0 or 
   $ 0.00), but if I type, for example, 5, it appears ( Freight: $ 5,00).
    How to
   make the zero appear so that the customer does not remain without knowing the
   value of the freight?
 * Note: I can not use Free Shipping because it comes in products that do not have
   free shipping.
 * Thank you very much

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

 *  [mpower9](https://wordpress.org/support/users/mpower9/)
 * (@mpower9)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/flat-rate-zero/#post-8424987)
 * I have a similar problem. All the prices in our tiny store include shipping in
   the cost of the product. [http://oldlaborhall.org/store/](http://oldlaborhall.org/store/)
 * I don’t want either the words “Free shipping” or “Flat Rate Shipping”, I just
   want the cart to show “0.00” or the words “Shipping included”, or nothing at 
   all for shipping.
 *  Thread Starter [antonio967](https://wordpress.org/support/users/antonio967/)
 * (@antonio967)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/flat-rate-zero/#post-8458556)
 * Hi mpower9. I saw your site. If I understood correctly what you want, do so:
 * In the Free Shipping method, under Method heading, replace Free Shipping by 0.00,
   or Shipping included or —-
 * I hope I have helped.
 *  [websitedeptuk](https://wordpress.org/support/users/websitedeptuk/)
 * (@websitedeptuk)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/flat-rate-zero/#post-8970521)
 * 1.Open \wp-content\plugins\woocommerce\includes\wc-cart-functions.php
    2.Search
   for wc_cart_totals_shipping_method_label function 3.Replace if ( $method->cost
   > 0 ) with if ( $method->cost >= 0 ) and it should show the shipping cost even
   if it is set to 0.

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

The topic ‘Flat rate zero’ 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/)

 * 3 replies
 * 3 participants
 * Last reply from: [websitedeptuk](https://wordpress.org/support/users/websitedeptuk/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/flat-rate-zero/#post-8970521)
 * Status: not resolved