TulipTools Internet Business Owners and Online Sellers Community

Full Version: Zen Cart RSS Feed Instructions and Examples
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Instructions for the free RSS2.0 feed mod from berezin:

-------

Upload all files to the root and then add the button and the appropriate link from below wherever you want it on your template.

The limit number on the end of the link below is the number of items you want to display.  It can be set to any number.  That feed displays new products.

Code:
http://www.tulipbling.com/rss2.php?feed=new_products&limit=120

The feed below is featured products (change to featured_random to display random featured products.  The _random can also be added to new products, bestsellers, upcoming):

Code:
http://www.tulipbling.com/rss2.php?feed=featured

The feed below returns a list of categories:

Code:
http://www.tulipbling.com/rss2.php?feed=categories

Best sellers:

Code:
http://www.tulipbling.com/rss2.php?feed=best_sellers

Upcoming products:

Code:
http://www.tulipbling.com/rss2.php?feed=upcoming

Products in a specific category.  Change the cPath number to the number of the category you want to display.

Code:
http://www.tulipbling.com/rss2.php?feed=products&cPath=3_18

The code below displays a specific product:
Code:
http://www.tulipbling.com/rss2.php?feed=products&products_id=203

You can use &limit=xx with any of the above (except the specific product one) to limit the number of items displayed