Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I know where to find the text for the main page


Guest

Recommended Posts

Posted

Yes ....i still get confused when i go to the index.php in the languages directory to change the text.

 

I think i erased something,.....very minimal (that is a piece of code or function probably) so does anyone suggest anything.....

 

What exactly do i erase or change so i dont mess with the functions?

Posted

The language files are set up with define statements like

define("TITLE', 'name goes here');

You can change the text between the second pair of apostrophes. So it the above could be changed to

define('TITLE', 'here
is
<b>some</b>
new
text
');

Just don't remove or change anything else and you will be OK. Sometimes the lines can be long and the closing '); is hard to find but it is there so be careful of just highlighting and deleting.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Archived

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

×
×
  • Create New...