Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

StackOverflow

StackOverflow Logo StackOverflow Logo

StackOverflow Navigation

Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Home
  • Add group
  • Feed
  • User Profile
  • Communities
  • Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
Home/ Questions/Q 681
Next

StackOverflow Latest Questions

Saralyn
  • 0
  • 0
SaralynBegginer
Asked: April 11, 20252025-04-11T12:22:11+00:00 2025-04-11T12:22:11+00:00In: PHP

php – How to remove shipping costs or change to free shipping?

  • 0
  • 0
php – How to remove shipping costs or change to free shipping?

Want to improve this question? Add details and clarify the problem by editing this post.

This post was edited and submitted for review 6 mins ago.

I’m trying to set the shipping costs to 0 or change the shipping class to free shipping for specific products.

I’ve built a snippet which will be called correctly if the product is in cart via WC()->cart->get_cart().

The problem which I can’t figure out is how to set shipping to zero or change to free shipping.

This is working, but here my payment provider has a problem, because negative values for are not allowed:

$cart->add_fee( 'Versandkostenfrei', -$cart->get_shipping_total(), true, '' );`

The ‘unitPrice’ field cannot be negative, unless the ‘type’ is one of
the following: ‘discount’, ‘store_credit’, and ‘gift_card’.

But even if this is “fixed”, the shiping costs will be shown in checkout with a separate negative position to set the shipping to zero.
This is also not nice customer view.

So I tried with:

function set_shipping_costs_to_zero( $rates ) {
        foreach ( $rates as $rate_id => $rate ) {
            $rates[ $rate_id ]->cost = 0;
            if ( isset( $rates[ $rate_id ]->taxes ) && is_array( $rates[ $rate_id ]->taxes ) ) {
                foreach ( $rates[ $rate_id ]->taxes as $key => $value ) {
                    $rates[ $rate_id ]->taxes[ $key ] = 0;
                }
            }
        }
        return $rates;
}

Which doesn’t set the price to 0.

Or even with this simple unset:

unset( $rates[$rate_id] );

Used the function in the following hooks without success:

  • woocommerce_before_calculate_totals,
  • woocommerce_package_rates,
  • woocommerce_cart_calculate_fees.

Any ideas?

0
  • 0 0 Answers
  • 47 Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

Sidebar

Ask A Question
  • Popular
  • Answers
  • W3spoint99

    What is Physics? Definition, History, Importance, Scope (Class 11)

    • 1 Answer
  • W3spoint99

    The Living World – Introduction, Classification, Characteristics, FAQs (Class 11 ...

    • 1 Answer
  • W3spoint99

    Explain - Biological Classification (Class 11 - Biology)

    • 1 Answer
  • Saralyn
    Saralyn added an answer When Humans look at their childhood pictures, the first thing… January 17, 2025 at 3:25 pm
  • Saralyn
    Saralyn added an answer Previously, length was measured using units such as the length… January 17, 2025 at 3:25 pm
  • Saralyn
    Saralyn added an answer Measurement forms the fundamental principle to various other branches of… January 17, 2025 at 3:25 pm

Related Questions

  • Reading fancy apostrophe PHP [duplicate]

    • 0 Answers
  • Unable to send mail via PHPMailer [SMTP->Error: Password not accepted ...

    • 0 Answers
  • Concerns when migrating from PHP 5.6 to 8.4 [closed]

    • 0 Answers
  • Laravel Auth::attempt() error: "Unknown column 'password'" when using a custom ...

    • 0 Answers
  • Core PHP cURL - header origin pass null value

    • 0 Answers

Trending Tags

biology class 11 forces how physics relates to other sciences interdisciplinary science learn mathematics math sets tutorial null sets physics physics and astronomy physics and biology physics and chemistry physics applications science science connections science education sets in mathematics set theory basics types of sets types of sets explained

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help

Footer

  • About US
  • Privacy Policy
  • Questions
  • Recent Questions
  • Web Stories

© 2025 WikiQuora.Com. All Rights Reserved

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.