• hallo, thanks for your plugin, it’s very useful and help me for my eshop. I want to solve an issue that i’m in difficult to do:
    in checkout page, i used (on plugin my custom functions) this code, founded here:

    function keylorcr_wps_store_checkout_label( $label ) {
    return __(‘My new custom label’, ‘textdomain’);
    }
    add_filter(‘wps_store_checkout_label’, ‘keylorcr_wps_store_checkout_label’);

    and it work fine.

    now i want to hide the raw above where there is the text: shipping, and the Shipping Method Title of your plug in. can someone help me?
    Thanks a lot and sorry for my italian english!!

Viewing 1 replies (of 1 total)
  • Plugin Author Keylor Mendoza

    (@keylorcr)

    Hey @yukai2, thank you for using my plugin and I’m sorry for the delay in responding.

    This row is required in the Checkout, but you can use one of the two classes woocommerce-shipping-totals or shipping to set a display none CSS rule.

    I hope it helps

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘hide shipping raw on checkout’ is closed to new replies.