Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help - Please


leo

Recommended Posts

Posted

I recently installed osCommerce 2.2 Milestone and was able to transfer my products and customers successfully. I did a test registration and order and all when well, but today after adding some new products I decided to do a purchase and update my account just for test. Here is what I noticed and is not sure where to look.

 

(1) The Suburb: field instead of showing "require" I see this -ENTRY_SUBURB_TEXT

 

(2) At the bottom of the "checkout_shipping.php" screen I see this - CHECKOUT_BAR_DELIVERY CHECKOUT_BAR_PAYMENT confirmation finished!

 

Now I am not sure where to start looking because I am not sure if I made changes to any module after I did my test when I installed successfully and tested

 

Please, could have some help?

Posted
I recently installed osCommerce 2.2 Milestone and was able to transfer my products and customers successfully. I did a test registration and order and all when well, but today after adding some new products I decided to do a purchase and update my account just for test. Here is what I noticed and is not sure where to look.

 

(1) The Suburb: field instead of showing "require" I see this -ENTRY_SUBURB_TEXT

 

(2) At the bottom of the "checkout_shipping.php" screen I see this - CHECKOUT_BAR_DELIVERY CHECKOUT_BAR_PAYMENT confirmation finished!

 

Now I am not sure where to start looking because I am not sure if I made changes to any module after I did my test when I installed successfully and tested

 

Please, could have some help?

 

OK, I solved the issue by replacing the english.php in the includes/languages

Posted

Leo,

 

Each of those text fields are defined in the catalog/includes/languages/english.php file. You should have each of the 3 following lines somewhere in that file. Otherwise, you will get the text you are getting such as the "ENTRY_SUBURB_TEXT".

 

The lines you should check for are:

 

define('CHECKOUT_BAR_DELIVERY', 'Delivery Information');

define('CHECKOUT_BAR_PAYMENT', 'Payment Information');

define('ENTRY_SUBURB_TEXT', '');

 

If these lines are not in your english.php file, then you may have an older version (possibly if you installed a contribution). Check that out and see if it helps.

 

Eric

Archived

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

×
×
  • Create New...