Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Define Languages


bizcribz

Recommended Posts

Website: http://www.thebraspecialist.com/online_store

 

If you look at the drop down menus on the left and if you navigate to this page: http://www.thebraspecialist.com/online_sto...telle-m-10.html

you will notice that the titles of objects show like this: TEXT_DISPLAY_NUMBER_OF_PRODUCTS

instead of what they were defined to say in Admin-->Tools-->Define Languages

 

This website was transferred over to my hosting company from a previous host and this is the last of the issues with this site. I was able to figure out everything else, but this one has me stumped! I've never worked on OSC before.

 

PLEASE HELP!!

Link to comment
Share on other sites

Its your box headers which are defined in english.php that are causing that.

 

If you want to keep them as is... then add these definitions to your english.php (can place anywhere) and open up the relevant boxes in /includes/boxes/ and change the relevant files (not sure of names as these are custom but one might be manufacturers). You will need to change the PULL_DOWN_DEFAULT to the corresponding name of the definition below.

 

Add the below code to your english.php anywhere

 

define('PULL_DOWN_CATEGORIES', 'Categories');

define('PULL_DOWN_BRANDS', 'Brands');

My Toolbox: Crimson Editor, Adobe Photoshop CS2.0, Expression Web, Macromedia Suite 8.0, Cinema 4D, Nvu.

Link to comment
Share on other sites

Its your box headers which are defined in english.php that are causing that.

 

If you want to keep them as is... then add these definitions to your english.php (can place anywhere) and open up the relevant boxes in /includes/boxes/ and change the relevant files (not sure of names as these are custom but one might be manufacturers). You will need to change the PULL_DOWN_DEFAULT to the corresponding name of the definition below.

 

Add the below code to your english.php anywhere

 

define('PULL_DOWN_CATEGORIES', 'Categories');

define('PULL_DOWN_BRANDS', 'Brands');

 

COOL THAT WORKED!! Now what about for the rest of the items??

Link to comment
Share on other sites

I fixed everything for the box headers, but I'm still having the same issue with the rest of the items that aren't related to box headers. Like Page X of X titles, New Account entry titles, etc. Where do I fix that problem? Need HELP, customer is really frustrated with me at this point.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...