Tags/topics: 
1
Answers
Vote up!
0
Vote down!

I set display_title in my shipping service function but I see "shipping" instead

I have a custom module that creates a shipping method and service and I have set display_title to 'Royal Mail' but when the service name is displayed I see 'shipping'

Asked by: mholloway
on July 26, 2012

1 Answer

Vote up!
0
Vote down!

Solved it myself! You have to set 'price_component' in the shipping service function.

e.g.

'price_component' => 'Royal Mail',
Answer by: mholloway
Posted: Jul 26, 2012