Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Information area edit


motoxpress

Recommended Posts

As an example I added an entry for sizing to the information area on my site. I seem to remember this took just a few minutes and didn't need a mod. Apart from creating the files 'sizing.php' I added:

 

define('FILENAME_SIZING', 'sizing.php');

in includes/application_top

<a href="' . tep_href_link(FILENAME_SIZING, '', 'NONSSL') . '">' . BOX_INFORMATION_SIZING . '</a><br>'.

in includes/boxes/information.php

define('BOX_INFORMATION_SIZING', 'Sizing');

in includes/languages/english.php

 

Does that help?

Link to comment
Share on other sites

chmod 777 includes/languages/english.php

chmod 777 all the files inside /includes/languages/english

 

do same for all the other languages you use.

 

now go admin > tools > define languages > [choose file to edit] > you now have a form feature rather than a text editor thing.

 

HTH

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...