Script RSS web logs on Zen cart. The script is taken from Dynamic drive and is been Modified for Zen cart.
Why should you use it The script will dynamically upload new RSS feeds on the main page of your web site. This will help in good page ranking as RSS feeds provide regular updated pages to search spiders.
Modifications for Zen cart None. Upload without any modifications.
Zen cart Version Suitable for all versions. Error free for all.

Installation
Installation is simple. First upload rsspausescroller.js, lastRSS.php and scrollerbridge.php to the main directory of your web site. In my case this is the public _html folder. Make sure that the cache folder at your base directory has "777" mode. Or CHMOD cache to "777".

Now copy the main page code to the main page through the admin>tools>define page editor>define main page.php of Zen cart. Just paste the code on main page. You can modify the settings of scrollers through the lines 10-23 of main page. Speed can further be changed by editing line 60 and 64.

If you have your own web log at blogger or any other blog service then simply insert the rss.xml URL in the scrollerbridge.php. Check line 21-28 of scrollerbridge.php:

"// Define your list of RSS URLs- "RSS_id"=> "URL to RSS feed"
$rsslist=array(
"cnn" => "http://gems-astrology.com/blog/?feed=rss2",
"bbc" => "http://gems-astrology.com/blog/?feed=rss2",
"news.com" => "http://news.com.com/2547-1_3-0-5.xml",
"slashdot" => "http://rss.slashdot.org/Slashdot/slashdot",
"dynamicdrive" => "http://gems-astrology.com/blog/?feed=rss2",
);"


If you want that weblog should be present at your web site which is a far better idea then follow the below mentioned instructions.


I have installed Wordpress module through fantasio in my Cpanel. You can install any Blog module. If you do not have cpanel then you can do the same by downloading and uploading one to your website. Wordpress is Free and can be downloaded from: http://wordpress.org/download/ . More ever worldpress is smaller in size.

After installation simply insert the rss.xml URL of your web log in scrollerbridge.php.


You can have more than two scrollers by editing main page code. Simply insert codes for id and scrollers.
Demo http://gems-astrology.com