Guest Posted September 30, 2005 Posted September 30, 2005 Hello Everyone, I just installed a fresh copy of OS-Commerce to my server. I am going through the files to become familiar with how things work. Although I do know alot of html & css I do not know much on php. So as an example I wonder this : echo TITLE; ? Where exactly is that pulling my title from, what file? If I come to understand most of the actions in php I shouldn't have any problems but I need kind of a kick in the ass to get me started. Thanks Everyone, Seth Here is another good example : <td width="<?php echo BOX_WIDTH; ?>" valign="top"> Where exactly is the file that it is refering to containing the box width property?
♥Vger Posted September 30, 2005 Posted September 30, 2005 1. includes/languages/english.php if you are referring to the default Page Title setting which says 'osCommerce' 2. box width is set in incudes/application_top.php Vger
Guest Posted September 30, 2005 Posted September 30, 2005 Okay cool thanks for that bit of information. Is it possible some one could tell me wich file (peice of code) is being executed for the main content of the pages. What I mean is the center page not the left nav or right nav ect. example : What's New Here? Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? ------- What file executes the script for this function?
Guest Posted September 30, 2005 Posted September 30, 2005 I see a whole difference! First I was trying to view / edit the files with notepad, very difficult to read. So, I installed Macromedia DMX and I can read, now things shouldn't be as complicated!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.