MattP1 Posted August 5, 2004 Posted August 5, 2004 Hi, I've been given a job to do using osCommerce but the design needs to be changed in many ways. Mainly simple things like moving the manufacturers list and languages to the top of the screen, turning a few things off etc. I've had to get rid of the table that surrounds the manufacturers drop down and just provide the list, also the form has to submit off a button and not when changed. I'm fairly competentish with PHP, but the overall design of osCommerce is bewildering me slightly at the moment. Eg. Things like the osCsid - do I *have* to use this in every form submital and stuff? Basically, is there any sort of more programmer oriented documentation available for oscommerce regarding how it works on a more technical level? Thanks, Matt.
Guest Posted August 6, 2004 Posted August 6, 2004 The best way to become familiar is to browse the code itself - a good place to start are the functions and classes directories - they are self explanatory :D Matti
jpool Posted August 6, 2004 Posted August 6, 2004 move the boxes is very easy you just have to move a few lines in .../includes/column_left.php and right take a look at the files in the includes folder and in includes/languages/english.php and includes/languages/english/index.php J.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.