- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
USPS shipping method title
Hello:
I would like to change a hand full of titles to something more meaningful.
Ie.. Change "Priority Mail 1-Day" to "Priority Mail 1-3 Days" or for that matter change it to "Scooby Doo" or what ever the client wants. I can NOT find the file where these titles are pulled from.
Any help would be greatly appreciated
Steve
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: USPS shipping method title
Open the file /app/code/core/Mage/Sales/Model/Quote/Address/Rate.php and
replace
->setMethodTitle($rate->getMethodTitle())
With
->setMethodTitle(Mage::helper('shipping')->__($rate->getMethodTitle()))
Now you can make the necessary changes into the Mage_Shipping.csv file available under /app/locale/<your_locale_directory>/Mage_Shipping.csv
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: USPS shipping method title
Ravindra:
Thanks for your reply. I was unable to locate the shipping title content in the files you suggested, but i think I am in the right area.
It seems really ridiculous that this is so difficult to change titles.
Steve
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: USPS shipping method title
Yes, process is little difficult to change the shipping methods title in Magento. Do let me know if you stuck somewhere again.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: USPS shipping method title
Does anyone have another suggestion? Shouldn't these titles be a config file somewhere where they can be easily changed.
Any help or suggestions is greatly appreciated.
Steve