Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change wording on Create_Account.php page


kalric

Recommended Posts

Hello

 

I'm trying to figure out "where" you modify the wording on the Create_Account.php page. I would like to change the words "Post Code:" to "ZipCode" but can't find it.

 

Could someone please point me in the right direction? :D

 

Thanks!!

Shayne

Link to comment
Share on other sites

Hello

 

I'm trying to figure out "where" you modify the wording on the Create_Account.php page.  I would like to change the words "Post Code:" to "ZipCode" but can't find it.

 

Could someone please point me in the right direction?    :D

 

Thanks!!

Shayne

 

those words are language dependant so your best choice would be the language file create_account.php or the general language file.

Treasurer MFC

Link to comment
Share on other sites

/catalog/includes/languages/english.php

 

Look for:

 

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

 

Change to:

 

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

 

HTH,

 

Terry

Terry Kluytmans

 

Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like:

 

Add order total to checkout_shipment

Add order total to checkout_payment

Add radio buttons at checkout_shipping (for backorder options, etc.)

Duplicate Table Rate Shipping Module

Better Product Review Flow

 

* If at first you don't succeed, find out if there's a prize for the loser. *

Link to comment
Share on other sites

Also in /catalog/admin/includes/languages/english.php - same code, I believe.

 

HTH,

 

Terry

Terry Kluytmans

 

Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like:

 

Add order total to checkout_shipment

Add order total to checkout_payment

Add radio buttons at checkout_shipping (for backorder options, etc.)

Duplicate Table Rate Shipping Module

Better Product Review Flow

 

* If at first you don't succeed, find out if there's a prize for the loser. *

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...