Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

477
 
1739
 
1739
 
ot_shipping.php
_> 11 <?php
  22 /*
<> 3 -  $Id: ot_shipping.php,v 1.15 2003/02/07 22:01:57 dgw_ Exp $
   3+  $Id: ot_shipping.php 1739 2007-12-20 00:52:16Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
  77 
<> 8 -  Copyright (c) 2003 osCommerce
   8+  Copyright (c) 2007 osCommerce
99 
  1010   Released under the GNU General Public License
  1111 */
     
 !
3939         }
  4040 
  4141         if ( ($pass == true) && ( ($order->info['total'] - $order->info['shipping_cost']) >= MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER) ) {
<> 42 -          $order->info['shipping_method'] = $this->title;
   42+          $order->info['shipping_method'] = FREE_SHIPPING_TITLE;
<_ 4343           $order->info['total'] -= $order->info['shipping_cost'];
  4444           $order->info['shipping_cost'] = 0;
  4545         }