Contributions

Features (Category Index)
Search: 

RSS Feed 0.1

This file allows you to have an RSS 0.92 valid feed of your products.

There are a few config options in the top of the file, but it's mostly plug and play, getting all of the requisite info from the application_top.php and configure.php files

Expand All / Collapse All

Update Function ereg() is deprecated bug fixes 24 Sep 2009

From php 5.2 the function ereg() is deprecated. Using 2.2a my server reported this error several time.

To fix it replace on line 266

if(ereg('HTTP_(.+)',$h,$hp)){

with

if(preg_match('/HTTP_(.+)/',$h,$hp)){

I also noticed the feed was not valid because the string
<?xml version="1.0" encoding="UTF-8" ?>
is not generated on the top of the rss file

If you notice that remove this line 306-307:

echo '<?xml version="1.0" encoding="UTF-8" ?>' . "n";

echo '<?xml-stylesheet href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"?>' . "n";

Also on line 328 remove the © carachter from the <copyright> tag

Attached the modified file

RSS Feed v2.2a - Add Manufacturer, Model #, Price + More to Feed 2 Aug 2009
Apply this "If!!! only if" you have this error: 5 Apr 2009
RSS Feed v2.2 - FullPackage 23 Mar 2009
Small Update 21 Mar 2009
RSS Quick-set button in product listing 8 Mar 2009
Adding both Category and Manufacturers Filtering 26 Jan 2009
Small fix for 2.1 10 Dec 2008
RSS Feed v2.1 8 Dec 2008
rss bugfixes 28 Aug 2008
RSS FEED - MANUAL UPGRADE DOCUMENTATION from v1.2 to v2.0 (by faaliyet) 18 Aug 2008
RSS feed with eCommerce, v2.0 12 May 2008
small update for previous installation. 9 Feb 2008
Enviar RSS solo si se ha modificado (If-Modified-Since) 10 Oct 2007
RSS feed with eCommerce, v1.22.2 4 Aug 2007
RSS feed with eCommerce, v1.22.1 31 Jul 2007
RSS Feed v1.22 - ecommerce (full package) 6 May 2007
RSS Feed v1.22 - Shop logo (full package) 13 Apr 2007
RSS Feed v1.21 - Several bugfixes (full package) 10 Apr 2007
RSS Feed v1.2 - Admin can now decide which products should or shouldn't be added to the feed, several bugfixes (full package) 8 Apr 2007
RSS Feed v1.1 - Category tag. Handy for every shop, but especially for shops with many product categories (full package) 1 Apr 2007
RSS Feed v1.0 - RSS version 2.0 compliant and more (full package) 14 Mar 2007
Do NOT use RSS 0.9 unless you experience headers already sent issues. 3 Mar 2007
RSS 0.9 FULL PKG Works If you have Headers Already Sent Errors from version 0.8.3 21 Feb 2007
Navigation, remove current page 16 Dec 2006
RSS Feed 0.8.3 : small fix for date form 1 Nov 2006
RSS Feed 0.8.3 (Full package) + date added 23 Aug 2006
RSS Feed 0.8.3 (Full package) 20 May 2006
rss-0.8.2 (full package) 5 Apr 2006
RSS Feed v0.8.1 (full package) 17 Oct 2005
Updated install 6 Sep 2005
RSS Feed v0.8 (full package) 4 Sep 2005
RSS Links with Ultimate SEO URLS Gareth Houston 10 May 2005
rss-0.7 rss-0.7.zip 25 Apr 2005
RSS Feed v0.6 Alex Judd 18 Apr 2005
accents + VAT fixes Alexis RONIN 7 Apr 2005
RSS Feed v0.4.1 (full package) moku 12 Mar 2005
RSS Feed v0.4 moku 12 Mar 2005
RSS Feed v0.3.2 (full package) moku 3 Mar 2005
RSS Feed v0.3.1 (full package) moku 3 Mar 2005
RSS Feed v0.3 moku 3 Mar 2005
RSS with Descriptions johnny fischer 2 Dec 2004
Fixes to make a valid feed Todd A. Wheeler 25 Nov 2004
RSS Feed 0.1 Patrick Veverka 11 Sep 2003

Note: Contributions are used at own risk.