Viewing 15 posts - 1 through 15 (of 17 total)
  • #108356
    ask9
    Member
    Post count: 250

    hi there,

    is it possible to remove the name “Kosten:” in the cart and in the checkout?
    see attachments.

    thanks.

    Attachments:
    You must be logged in to view attached files.
    #108403
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved the issue by adding given below code at end of functions.php file.

    add_filter( 'woocommerce_cart_shipping_method_full_label', 'remove_local_pickup_free_label', 10, 2 );
    function remove_local_pickup_free_label($full_label, $method){
     $full_label = str_replace("Kosten:","",$full_label);
    return $full_label;

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #108609
    ask9
    Member
    Post count: 250

    Yessir! ๐Ÿ™‚ it works perfectly.

    thank you very much Mohammad.

    #108611
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks Mohammad

    – Kyle

    #109819
    ask9
    Member
    Post count: 250

    hi guys, hi mohammad,

    since ive updated neighborhood 1.91 and woocommerce now the custom css above doesnt work anymore.

    can you check this please?

    #109820
    ask9
    Member
    Post count: 250
    This reply has been marked as private.
    #109830
    ask9
    Member
    Post count: 250

    want ro remove “Kosten:” in the cart and in the checkout and also remove “via Kosten” in the order details..see screenshots

    thanks.

    Attachments:
    You must be logged in to view attached files.
    #109840
    ask9
    Member
    Post count: 250

    ok now it works again. i could remove “Kosten:”

    so how can i also remove “via Kosten” ? see screeshot “order-details_remove”

    thanks.

    #109912
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    add_filter( 'woocommerce_cart_shipping_method_full_label', 'remove_local_pickup_free_label', 10, 2 );
    function remove_local_pickup_free_label($full_label, $method){
     $full_label = str_replace("Kosten:","",$full_label);
    $full_label = str_replace("via Kosten","",$full_label);
    return $full_label;

    Thanks

    #110100
    ask9
    Member
    Post count: 250

    hi mohammad.hi guys.

    “via Kosten” is still there. Could you check again please?

    thanks.

    if you need login data, see the post above.

    #110492
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I see that your issue resolved.
    Thanks

    #110749
    ask9
    Member
    Post count: 250

    hi mohammad.

    where do you see that ?

    #110759
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have added a product to check this issue but i did not get any text like that. It comes with any specific product?
    Thanks

    #110765
    ask9
    Member
    Post count: 250

    hi again,

    it comes when you place an order. so feel free to login again and make a test purchase. then you will see that “via Kosten” is still there. on the “thank you”-page after you have placed an order you have to scroll down till you see the order details and there you also will see “via Kosten”

    thanks mohammad.

    regards.

    #110798
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I used this custom css code to resolve the issue:-
    table.totals_table tbody tr:nth-child(2) td small{display:none !important}
    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

Viewing 15 posts - 1 through 15 (of 17 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register