bytestorm - 16 September 2008 06:47 AM
Hi, this was an intended change.
To get your templates working please change
$_rate->getMethodDescription()
to
$_rate->getMethodTitle()
in the following templates
/app/design/frontend/PACKAGE/THEME/templates/checkout/cart/shipping.phtml
/app/design/frontend/PACKAGE/THEME/templates/checkout/multishipping/overview.phtml
/app/design/frontend/PACKAGE/THEME/templates/checkout/multishipping/shipping.phtml
/app/design/frontend/PACKAGE/THEME/templates/checkout/onepage/shipping_method/available.phtml
/app/design/frontend/PACKAGE/THEME/templates/paypal/express/review.phtml
/app/design/frontend/PACKAGE/THEME/templates/paypaluk/express/review.phtml
* note: replace PACKAGE and THEME with your package and theme names respectively.