Show price instead of "Calculated during checkout"

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hello

How to set store configuration to have shipping price in Cart instead of "Calculated during checkout". It works ONLY with fixed rate shipping for me.
I have only one Shipping Rate Computation Method - "Shipping By Order Weight" and products have set weight value.

Thank you for help

Mark
13 years ago
[email protected] wrote:
Hello

How to set store configuration to have shipping price in Cart instead of "Calculated during checkout". It works ONLY with fixed rate shipping for me.
I have only one Shipping Rate Computation Method - "Shipping By Order Weight" and products have set weight value.

Thank you for help

Mark

In Admin> Configuration > Shipping > Shipping Settings   set Estimate shipping enabled: X
13 years ago
eadameg wrote:


Mark
In Admin> Configuration > Shipping > Shipping Settings   set Estimate shipping enabled: X


Hi, Thank for replay. Thats kind of solution, but no what I mean.
Would be nice if there was an option that shows shipping rate whithout clicking to any other buttons.

Mark
12 years ago
My Estimate shipping enabled ticked,  but it still says 'calculated during checkout'  I want it to say the £amount I entered in the Product variants Info
12 years ago
sorted how i wanted it.

zero under config shipping, rate computation

then it displays the shipping I put in the product variant info
9 years ago
Hi. I have quite the same problem. How is it possible to avoid the "Calculated during checkout" and replace it with the total cost of the shipping (after selecting the country in the Estimate the shipping cost box.)? I checked the Estimate shipping enabled in the settings, but it does not change and it does not display the shipping cost under the product cost. Thank you for your help!
9 years ago
"selecting the country in the Estimate ..." has no effect on the cart $ calculation.  It would require custom development.
9 years ago
Thank you for your help! OK, so there isn't anything I can do from the administration board.
I thought I understood it was possible from the previous answers.
8 years ago
I have the same question. What files  I need to modify?
8 years ago
You would modify one of the Shipping Rate Calculation Method plugins (the one you're using ;)

SCRM plugins have two methods: GetShippingOptions and GetFixedRate.  You need to implement GetFixedRate.  Most scrm plugins just return null (Fixed Rate is the exception).   For example, you could modify it to lookup the customer's customer's first address (assuming he set one up), or as another example, if your using By Weight, and you've set up the configuration with "*" in all fields, then you could just set some dummy address in the getShippingOptionRequest parameter, and call GetShippingOptions, and extract the rate to return.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.