Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

new bee question


ricky123

Recommended Posts

Posted

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

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...