How can I change the checkout page headings in Magento?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Of course, the simplest way is to change this headings in translation file (
Mage_Checkout.csv). But if you want to use some custom labels, and you don’t want to conflict with native translations for other blocks on checkout, you should update those labels:these classes are located in
app/code/core/Mage/Checkout/Block/Onepage.You can change label in
_construct()method.For example:
You can override those classes.