Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to change "Post Code" to "Zip Code"


tvega

Recommended Posts

Posted

I would like to clear up the confusion with "Post Code" and make it read as "Zip Code" as we are more common to seeing here in the US. How do I go about doing it, and is there a way to move it below City?

Posted

the first part is easy. In catalog/includes/languages/english.php

 

look for

define ('ENTRY_POST_CODE', 'Post Code:');

 

Change Post Code to ZIP Code. There is also a change on the line below you will want to make.

 

The second part involes locating the sections of code in catalog/create_account.php and moving them around to change the position.

GEOTEX from Houston, TX

 

(George)

Posted

Thanks it worked. Now how do I change it in the admin screen under "minimum values" to say Zip instead of Post?

Posted

I ignored that part of it. Only cared about what the customer sees. Try looking for admin/includes/languages/english.php

GEOTEX from Houston, TX

 

(George)

Posted

Been there and done that. I actually found post code in may other areas and changed it to zip code but was unsuccessful at changing it in the minimum values field. Anybody else have any suggestions?

Thanks for everybodies help.

Posted
Been there and done that. I actually found post code in may other areas and changed it to zip code but was unsuccessful at changing it in the minimum values field. Anybody else have any suggestions?

Thanks for everybodies help.

It's in the table -> configuration -> titles, in the database.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...