Hi everyone, ive got this module running perfectly on my site.
However, since i live in the UK, the "Details" (collapsible) option is all American. e.g ZIP code instead of Post Code and State instead of County.
Anyone have any ideas how i can change this?
Thanks :)
Comments
Comment #1
joecanti commentedThere is a module called string overrides which may help to achieve this without any changes to the code - otherwise just look in the module files - open them up in a text editor and search for ZIP or STATE and you should be able to find where it prints these out. I dont know PHP, but I've done this successfully when wanting to change some text around.
cheers, joe