Quote Originally Posted by DrByte View Post
You'll have to edit code.

/includes/modules/shipping/flat.php
around line 55, you'll see this section. Add the line as shown:
Code:
        if ($check_flag == false) {
          $this->enabled = false;
        }
      }
      if ($_SESSION['cart']->show_weight() > 2) $this->enabled = false;
    }

// class methods
    function quote($method = '') {
Hello Dr. Byte
I did exactly as you mentioned above, yet, when I open the admin/modules/shipping, all I get is a blank page that has "shipping modules" at the top, then nothing else after. This is the same thing that is happening whent I followed Ajehs suggestion here:
http://www.zen-cart.com/forum/showthread.php?t=91394

What's the deal. None of the coding suggestions on these threads seem to work for me, yet other people claim they do.