Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Home page and about us pages?


worldn

Recommended Posts

Posted

Hi All,

 

I'm just installing OS Commerce but i need to have a home page that welcomes users to the site and an about us page on the site, as part of the shop.

 

Anyone know how i go about this?

 

Thanks

Posted

Thanks for the help but i actually want a home page that look exactly like my oscommerce store, but instead of displaying products in the middle it displays my own welcome message.

 

My site is www.wormsmeanscompost.co.uk

Posted

Find this file: catalog/index.php. You will need to comment out the code below so just follow these steps.

 

Change this:

<?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?>

 

to this:

<?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?>

 

Change this:

<?php include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS); ?>

 

to this:

<?php //include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS); ?>

 

 

Find this file: catalog/includes/languages/english/index.php

 

Find this: define('TEXT_MAIN', '');

 

Just place anything you want on this home page between the ' ' tags.

Archived

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

×
×
  • Create New...