Community Add-Ons

Add file to this package
Top » Other

rss-news feed
for osCommerce Online Merchant v2.2

This is an almost complete re-write of a rss feed script I found on the web. It lets you configure how many new items from your online store it will show for the client.

It's fairly small and I have put comments inside, if you want to fine-tune it.

Tom

Legend:  Download   Report

Expand All / Collapse All

rss-news feed dragondust 16 Jun 2009  

just altered the $link section to enable SEO urls. Works for me but remember always backup.

before:
$link = HTTP_SERVER . DIR_WS_CATALOG;
$link .= "product_info.php?products_id=" . $next_product['products_id'];
after:
//$link = HTTP_SERVER . DIR_WS_CATALOG;
$link = tep_href_link(FILENAME_PRODUCT_INFO, "products_id=" . $next_product['products_id'], 'NONSSL', false);

Cheers: Shane

update to 2.1 bog500 20 Apr 2009  
upgrade to rss 2.0 lei_tx 13 May 2008  
rss-news feed Tom Nitzschner 22 Mar 2004