Community Add-Ons
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
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
