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 = '') {




