Contributions

Features (Category Index)
Search: 

Latest News

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!

Expand All / Collapse All

UPDATE for OSC 2.3.1 5 Apr 2011

####[ OPEN ]######
admin/includes/boxes/catalog.php

####[ FIND ]###

" array(

'code' => FILENAME_PRODUCTS_EXPECTED,

'title' => BOX_CATALOG_PRODUCTS_EXPECTED,

'link' => tep_href_link(FILENAME_PRODUCTS_EXPECTED)

)

####[ ADD AFTER ]###

"
,
array(

'code' => FILENAME_LATEST_NEWS,

'title' => BOX_CATALOG_LATEST_NEWS,

'link' => tep_href_link(FILENAME_LATEST_NEWS)

)
"

Latest News 1.2.1 2 Jan 2011
Full package 1.2.0 7 Jan 2010
Latest News v1.1.0 29 Apr 2009
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

Note: Contributions are used at own risk.