Contributions

Other (Category Index)
Search: 

rss-news feed

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

Expand All / Collapse All

rss-news feed 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 20 Apr 2009
upgrade to rss 2.0 13 May 2008
rss-news feed Tom Nitzschner 22 Mar 2004

Note: Contributions are used at own risk.