Guest Posted February 18, 2007 Share Posted February 18, 2007 Hi Everyone I made a layout for a client while under the impression she wanted a small site, with maybe 50 products-then she sends me 9 LARGE catalogs, and she wants ALL the products added. It will be a lot easier using oscommerce for this, problem is, she loves the layout/design I created but I don't know how to add that to oscommerce. Can anyone tell me where I could go to learn to do that, or where I could go to maybe hire someone to add my design...? Link to comment Share on other sites More sharing options...
Guest Posted February 22, 2007 Share Posted February 22, 2007 Hi Everyone I made a layout for a client while under the impression she wanted a small site, with maybe 50 products-then she sends me 9 LARGE catalogs, and she wants ALL the products added. It will be a lot easier using oscommerce for this, problem is, she loves the layout/design I created but I don't know how to add that to oscommerce. Can anyone tell me where I could go to learn to do that, or where I could go to maybe hire someone to add my design...? ***BUMP*** Sory-was this a moronic question? Link to comment Share on other sites More sharing options...
jasonabc Posted February 22, 2007 Share Posted February 22, 2007 Integrating designs into OSC depends on your skill level with PHP, MySQL, HTML and CSS - but essentially you just need to break the current design up into sections and then add those into OSC. For example your current design will have a section that could be considered a "header" section. So add that code into OSC's header.php file. Same goes for the footer etc. Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
Guest Posted March 4, 2007 Share Posted March 4, 2007 Integrating designs into OSC depends on your skill level with PHP, MySQL, HTML and CSS - but essentially you just need to break the current design up into sections and then add those into OSC. For example your current design will have a section that could be considered a "header" section. So add that code into OSC's header.php file. Same goes for the footer etc. Ok, so I really don't understand (yet-I'm working on it ) php, which is why I posted this in the first place... Long story short - I paid someone the full amount he requested to do this, and he did about half of it and stomped off, (don't ask me why, that has me baffled as well), leaving me with the instructions below, which may as well be written in Chinese, because I totally don't understand step 4. Can somebody please explain this to me? 1. copy, cut & paste the (uneditted) php file (page) to folder includes/modules;2. copy & paste page_template.php, then re-name it to the same name as the one you just cut& paste to the modules folder; 3. open the php file created in step 2, and go to line 50: CODE <td class="t4-4"><?php include(DIR_WS_MODULES . FILENAME_PRODUCT_INFO); ?></td><td class="t4-5"> </td> change FILENAME_PRODUCT_INFO to the one as in step 2. (refer to filenames.php under /includes folder if not sure); 4. go to includes/modules folder, open the file you just pasted there in step 1, modify it as per module_template.php, which can be found in the same module folder). I have no idea about A) What should remain in the template B ) What should be added from the pages yet to be done C) What should NOT be added from the pages yet to be done Can somebody please help me figure this out??? PM me or post in here or something, please!! (If you would be so kind to do so?) Link to comment Share on other sites More sharing options...
Guest Posted March 4, 2007 Share Posted March 4, 2007 Ok, so I really don't understand (yet-I'm working on it ) php, which is why I posted this in the first place...Long story short - I paid someone the full amount he requested to do this, and he did about half of it and stomped off, (don't ask me why, that has me baffled as well), leaving me with the instructions below, which may as well be written in Chinese, because I totally don't understand step 4. Can somebody please explain this to me? I have no idea about A) What should remain in the template B ) What should be added from the pages yet to be done C) What should NOT be added from the pages yet to be done Can somebody please help me figure this out??? PM me or post in here or something, please!! (If you would be so kind to do so?) Ah. Excuse my panic. This is no longer an issue. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.