  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: shipping.php 620 2006-07-13 10:48:54Z hpdl $ |
| |
| 3 | + | $Id: shipping.php 830 2006-08-29 12:44:39Z hpdl $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
|
|
 |
… |
|
119 | 119 | | $rate = array('id' => $module, |
| |
120 | 120 | | 'title' => $quote['module'] . ((empty($method['title']) === false) ? ' (' . $method['title'] . ')' : ''), |
| |
121 | 121 | | 'cost' => $method['cost'], |
  |
122 | | - | 'tax_class_id' => $quote['tax_class_id']); |
| |
| 122 | + | 'tax_class_id' => $quote['tax_class_id'], |
| |
| 123 | + | 'is_cheapest' => null); |
  |
123 | 124 | | |
| |
124 | 125 | | break 2; |
| |
125 | 126 | | } |