Q: How do I change the title/wording of a module/page?
Posted: Wed Apr 20, 2011 2:37 am
Q: How do I change the title/wording of a module/page
How do I change the text?
How can I change the text of a title?
A:
All language translations are stored in the
folder for the front side.
and
folder for the admin side.
The files are categorized by type and named based on the page or module that it applies to.
Examples:
a. If you want to change the "Shopping Cart" module to read "Basket", change this file:
catalog/language/<yourlang>/module/cart.php
b. If you want to change "Paypal" on the payment screen to read "Paypal or Credit Card", change this file: catalog/language/<yourlang>/payment/pp_standard.php
c. If you want to change "Model" on the product page to read "ISBN", change this file:
catalog/language/<yourlang>/product/product.php
d. If you want to change "Royal Mail" on the shipping page to read "Parcel Mail", change this file:
catalog/language/<yourlang>/shipping/royal_mail.php
Note how each language file matches up with the controller pages or extension files.
For generic things like "Add to Cart", you will find that in the main file at
catalog/language/<yourlang>/<yourlang>.php
How do I change the text?
How can I change the text of a title?
A:
All language translations are stored in the
Code: Select all
catalog/language/<yourlang>/
and
Code: Select all
admin/language/<yourlang>/
The files are categorized by type and named based on the page or module that it applies to.
Examples:
a. If you want to change the "Shopping Cart" module to read "Basket", change this file:
catalog/language/<yourlang>/module/cart.php
b. If you want to change "Paypal" on the payment screen to read "Paypal or Credit Card", change this file: catalog/language/<yourlang>/payment/pp_standard.php
c. If you want to change "Model" on the product page to read "ISBN", change this file:
catalog/language/<yourlang>/product/product.php
d. If you want to change "Royal Mail" on the shipping page to read "Parcel Mail", change this file:
catalog/language/<yourlang>/shipping/royal_mail.php
Note how each language file matches up with the controller pages or extension files.
For generic things like "Add to Cart", you will find that in the main file at
catalog/language/<yourlang>/<yourlang>.php