Index: oscommerce2/trunk/catalog/includes/modules/order_total/ot_shipping.php =================================================================== diff -u -r477 -r1739 --- oscommerce2/trunk/catalog/includes/modules/order_total/ot_shipping.php (.../ot_shipping.php) (revision 477) +++ oscommerce2/trunk/catalog/includes/modules/order_total/ot_shipping.php (.../ot_shipping.php) (revision 1739) @@ -1,11 +1,11 @@ info['total'] - $order->info['shipping_cost']) >= MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER) ) { - $order->info['shipping_method'] = $this->title; + $order->info['shipping_method'] = FREE_SHIPPING_TITLE; $order->info['total'] -= $order->info['shipping_cost']; $order->info['shipping_cost'] = 0; }