motoxpress Posted October 23, 2002 Posted October 23, 2002 Has anyone come up with a contribution to allow fo r the editing and adding of items in the 'information' area of OSCommerce? GL
radders Posted October 23, 2002 Posted October 23, 2002 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?
motoxpress Posted October 23, 2002 Author Posted October 23, 2002 I know I can go add elements 'by hand'. But, I am building this site for someone who is a novice and wants to add/edit with forms not a text editor :)
burt Posted October 23, 2002 Posted October 23, 2002 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.