spliffy Posted December 3, 2004 Posted December 3, 2004 Guys and Gals, How do I change certain things about the standard OSCommerce site. For example, I cant make see where I can put the name of my shop, I still have the OSCommerce banner at the top etc blink:
Guest Posted December 3, 2004 Posted December 3, 2004 Of course there are different ways of doing things, you'll just have to choose which way si best for you.. If you want to create a store that has just your colors, and logo, but remains looking just like the standard oscommerce, you can replace the oscommerce logo in the top by overwriting it. And change the colors in your stylesheet.css file which is in the root directory.. If you want to toally change everything around, there are template s ystems available, STS Template is one, and BTS is another. I'm not too familiar with BTS, but I do know with STS its quite easy.. you use a few $tags that our outlined in the read me file.. It's a great contribution to use : )
rainbowlook Posted December 4, 2004 Posted December 4, 2004 Of course there are different ways of doing things, you'll just have to choose which way si best for you.. If you want to create a store that has just your colors, and logo, but remains looking just like the standard oscommerce, you can replace the oscommerce logo in the top by overwriting it. And change the colors in your stylesheet.css file which is in the root directory.. If you want to toally change everything around, there are template s ystems available, STS Template is one, and BTS is another. I'm not too familiar with BTS, but I do know with STS its quite easy.. you use a few $tags that our outlined in the read me file.. It's a great contribution to use : ) <{POST_SNAPBACK}> where to overwrite it? or just rename my logo file name as oscommerce.gif and then copy it into the image directory?
justmake Posted December 4, 2004 Posted December 4, 2004 where to overwrite it?or just rename my logo file name as oscommerce.gif and then copy it into the image directory? <{POST_SNAPBACK}> In the header.php file in the root directory about 2/3 of the way down look for this line <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'LOGO-BLACK.jpg', 'osCommerce') . '</a>'; ?></td> The part that says LOGO-BLACKjpg is my logo. so just put your logo in the image folder and replace the oscommerce.jpg with the name of your logo in this line of code
Recommended Posts
Archived
This topic is now archived and is closed to further replies.