• antonio967

    (@antonio967)


    Hi!

    I created a flat rate that I renamed for Freight (prints). 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

    (@mpower9)

    I have a similar problem. All the prices in our tiny store include shipping in the cost of the product. https://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

    (@antonio967)

    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.

    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.