Has anyone come up with a contribution to allow fo r the editing and adding of items in the 'information' area of OSCommerce?
GL
Latest News: (loading..)
Information area edit
Started by motoxpress, Oct 23 2002 04:36 AM
3 replies to this topic
#1
Posted 23 October 2002 - 04:36 AM
#2
Posted 23 October 2002 - 04:14 PM
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:
Does that help?
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.phpDoes that help?
#3
Posted 23 October 2002 - 04:48 PM
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
#4
Posted 23 October 2002 - 04:53 PM
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
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









