Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Automobile Dealer Site


whitewolfspirits

Recommended Posts

I know there has to be a way to do this.

 

http://buyausedtruck.net

 

I have set up the STS template to remove the side boxes, but how can I get something close to this. I just want it to list what we have for sale. Like a showroom. Any help would be appreciated. White Wolf

 

You will need to create a new box then apply the class splitPageResults() - 'catalog/includes/classes/split_page_results.php'.

 

You can look at page 'catalog/account_history.php' which calls the class about line 66. It uses a query to retrieve information from the database then sends the information to the class splitPageResults.

$history_split = new splitPageResults($history_query_raw, MAX_DISPLAY_ORDER_HISTORY);

 

Then look at page 'catalog/includes/boxes/whats_new.php' this might help to create the table that all products are displayed on.

 

It would be best to create a new page using code similiar to the above pages since it would require a totally new presentation - this way you would not alter original pages.

It would take some work but it could be done..

Lloyd

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...