ricky123 Posted January 8, 2005 Posted January 8, 2005 i am really new to oscommerce i installed it now , but i am a bit lost on how to change the look of the site , i have run xoops,phpnuke and many cms before ,but i am really new to oscommerce i read the knowledge base lso but dint find any help there , please help me
♥Vger Posted January 8, 2005 Posted January 8, 2005 You'll need to ask a more specific question. What is it you want to change? Vger
Simmy Posted January 8, 2005 Posted January 8, 2005 That's one of those 'How long is a piece of string' questions.... includes/column_right.php and column_left.php control the sidebars. Each page has the lines: <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> which control the display of the side bars. The footer is controled by footer.php and the header is controled by header.php application_top.php is v.important as it pulls in all the database stuff and controls the setup..... Index.php is both your intro page AND works with product_listing.php to produce your product lists. Hopefully that'l get you started.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.