Jump to content

Change Text On Checkout


Guest jrod101

Recommended Posts

Guest jrod101

I trying to change some of the verbiage on step 2 of the checkout process. For example I'd like "Postcode" to "Zip Code". I've been through the code and changed "Postcode" where I can find it. I've also looked through the "Language" section on the admin control panel.

I've also changed the word "Basket" to "Cart" universally on site. But on step two it reverts back to "Basket".

I've attached a screen shot.

Link to comment
Share on other sites

Guest Roger Huston

I trying to change some of the verbiage on step 2 of the checkout process. For example I'd like "Postcode" to "Zip Code". I've been through the code and changed "Postcode" where I can find it. I've also looked through the "Language" section on the admin control panel.

I've also changed the word "Basket" to "Cart" universally on site. But on step two it reverts back to "Basket".

I've attached a screen shot.

They both should be in the language files. However, each page has its own language file so you will have to change it in more than one place. For example

reg.inc.php is used for the registration page.

cart.inc.php is used for the cart page.

Both of these language files have 'cart' => "Basket" which would have to be changed. In fact, this string is found in cart.inc.php, confirmed.inc.php, gateway.inc.php, reg.inc.php and step1.inc.php.

The same is true with Zip Code. However, I would caution against changing Zip Code if you have a US based website. People are use to zip code.

- Roger

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...