I understand the need to take advantage of Zen Cart file override system. But doing it right seems to be a different story. I have two situiations that I need to talk about in a little more details:
1). I added some Javascript as well as HTML code to includes/langauge/english/html_includes/classic/define_main_page.php. These java scripts make requests to the server to run php files to return data from the data base. I'm really not sure the best spots for these files. By trial and errors, they ended up in the public/zencart which has 'includes' as one of the subfolders. Should I create
includes/langauge/english/html_includes/classic/CUSTOM or
includes/langauge/english/html_includes/CUSTOM/
for keeping these php files?
2). The includes/templates/CUSTOM/images is the good place for images files. But I also need to modify the reference to these files by adding oflder prefix. I just don't know which folder should be referred to as the 'current folder' in order to have the correct reference to image files?
Warren