How can change telephone field from 'Telephone' to only 'Mobile Number' in magento
You can use locale files to change any labelsThis is a heading
.Find the following files in this path:This is a heading
- app/locale/en_US/Mage_Checkout.csv
- app/locale/en_US/Mage_Customer.csv
- app/locale/en_US/Mage_Persistent.csv
- Where en_US is your current locale.
Find the following line “Telephone”,”Telephone” and change the second part to your “Telephone”,”Mobile Number”