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

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8509297
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T03:23:46+00:00 2026-06-11T03:23:46+00:00

I activated flat shipping in the shipping options and whenever you do checkout it

  • 0

I activated flat shipping in the shipping options and whenever you do checkout it says “Sorry, no quotes are available for this order at this time.”Any one please help me since i am a beginner in magento.

EDIT

I have tried other shipping methods too its also showing the same. we have upgraded Magento ver. 1.4.1.1 to magento 1.7. Any help would be greatly appreciated..

EDIT 2
Folder structure in version 1.4

After upgrading community folder contains only Phoenix folder. After that i added Biebersdorffolder by seeing an error in checkout page. I don’t the the purpose of folders AW and RocketWeb. Since i am not familiar with magento.
If the image is not visible i have added the image in this url

http://i47.tinypic.com/14smix1.jpg

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T03:23:48+00:00Added an answer on June 11, 2026 at 3:23 am

    do you have any Checkout files modified on your project? Or maybe custom checkout.
    I will list the code locations you need to check to make sure your Shipping works correctly.

    So to begin with: Magento has very special work process with Shipping rates – it’s called “collectRates” and is some modification of pattern “composite”.

    To make sure that everything works correctly on the code basis you need to first check the Onepage.php model (app/code/core/Mage/Checkout/Model/Type/Onepage.php): lines 330, 341, 556, 616; There should be code

    {address}->setCollectShippingRates(true)

    where {address} is current address variable.

    This code is significant for future “collectRates” processes, because just when the Onepage Checkout page is initializing the “collectRates” process has already been processed, and the flag “collect_shipping_rates” is set to “false”. If it’s not set back to true, the next “collectRates” process will not be performed.

    After you check the location above, and it still doesn’t work – you might want to add some logging to Mage_Checkout_Block_Onepage_Shipping_Method_Available::getShippingRates method. If method is properly executed and return some rates from $this->getAddress()->getGroupedAllShippingRates() call, there might be some issues with .phtml template on your locan theme (default path to .phtml is app/design/frontend/base/default/template/checkout/onepage/shipping_method/available.phtml).

    Here’s how you can log the outcome from $this->getAddress()->getGroupedAllShippingRates() call (Mage_Checkout_Block_Onepage_Shipping_Method_Available::getShippingRates method):

    $groups = $this->getAddress()->getGroupedAllShippingRates();
    $printGroupes = array();
        foreach ($groups as $code => $groupItems) {
            foreach ($groupItems as $item) {
                $printGroupes[$code][] = $item->getData();
            }
        }
    Mage::log($printGroupes, null,'special.log');
    

    Please note, that the result array with all rates will be logged into “special.log” under var/logs folder.

    I wish I could be more of help, but the issue requires some digging into code, the debugger will be even more helpful than logging, if you can get hold of one.

    Cheers!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to have a jquery function that will be activated when any checkbox
I have the Spring STS plugin activated within my Eclipse project. Doing this enabled
I installed and activated the execPHP plug in and used this <?php echo "hello";
In the case that the user doesn't have Javascript activated, in order to draw
I have to run some background tasks whenever an application is activated / or
I activated the wicket DebugBar in order to trace my session size. When I
I have a WCF activated WorkFlow Service (XAMLX) setup (hosted using WorkflowServiceHost). This WCF
Is it Possible to connect one Bluetooth activated Phone to n number of Phones
Is there a an event for ListViews that are activated when one of the
Yesterday I activated compression on my website, like this: void context_BeginRequest(object sender, EventArgs e)

Explore

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

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

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.