Community Add-Ons

Add file to this package
Top » Features

Latest News
for osCommerce Online Merchant v2.2

There are already a number of 'news' contributions that have been made for osCommerce. I tried all of these first, the following were the outcomes:
- one implored me _not_ to install it if my admin
folder was installed in my catalog folder (which
it is).
- the other two were in German, and BabelFish didn't
translate them very well.

This contribution aims to alleviate all of these problems. It currently has the following features:
- News is stored in the database.
- News display on homepage -- achieved with a
'module' type interface, similar to the 'new
products for ...' box that is already there.
- Doesn't display the module if there is no news
to display.
- Number of news items to display can be configured
from the existing administration interface.
- The news can be controlled from a new administration
page that ties in both visually and behaviourally
with the existing interface.
- Articles can be activated and deactivated -- If
you write up an article then realise you put it up
too soon, you don't have to re-type it!

Legend:  Download   Report
Expand All / Collapse All
Latest News v1.1.0 Thenes 29 Apr 2009  

This excellent little contribution still works well if you require a simple Latest News / Announcement on the index page of your Store.

There is no package, just a note for the .sql file.

On line 4 you'll find:

news_id int(11) DEFAULT '0' NOT NULL auto_increment

--

Change to:

news_id int(11) NOT NULL auto_increment

and run!
--

Default '0' is not required due to auto_increment

That's it!

Latestnews update to ms1 Kristofor Lawson 22 Apr 2003  
Latest News v1.1.0 Will Mays 11 Nov 2002  
Latest News v1.0.0 Will Mays 8 Nov 2002