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
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
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
Yes, process is little difficult to change the shipping methods title in Magento. Do let me know if you stuck somewhere again.
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