Skip to Content

Category Archives: Magento

Magento Development Notes

Magento – Change Layered Navigation Category Text

Written on February 18, 2010 at 10:35 am, by Matthew

This is just a quick post about how to change the “Category” wording on the layered navigation of a site. I needed to change it to “Brand” and it took me a few minutes to locate the correct files as the developer guide lines were not showing up. I thought for this reason I willContinue Reading

Magento Change “My Cart” to “My Basket”

Written on February 11, 2010 at 1:16 pm, by Matthew

A site we were developing needed to have the wording “My Cart” changed to “My Basket” in the header links of the site. To do this we made a translate.csv file under “/app/design/frontend/default/default/locale/en_GB/” The “en_GB” could be whatever locale you are using. Our store is setup for the UK so it is “en_GB” the USContinue Reading