I really need some help. I have been beating my head against
my monitor for about 5 hours and it is not helping.
Here is my problem. I am trying to implement a new feed to the
ones already implemented. What I would like to feed is new product
by category. According to the documentation included with the
RSS feed mod I should be able to set
feed=new_products&cpath=<cPath> where I presume that <cPath>
is the actual category name.
I have tried this, and several variations, and always come up with
the same results, that being just a list of new products. It is
in no way listed according to the category specified.
Now, it turns out that the two categories I have tried this with
have subcategories. However, I would not think that would be
the problem but maybe it is.
Here is the line of code that I am trying to implement:
I have tried this with < > around the category path name andPHP Code:<tr><td> <img src="images/rss_feed.jpg" alt="rss feed" > </img> </td><td><a link rel="alternate" type="application/rss+xml" title="RSS New KILOWARE Feed" href="http://www.postlynx.com/index.php?main_page=rss_feed&feed=new_products&cPath=KILOWARE" /><font color="blue">RSS New KILOWARE Feed</font></a></td></tr>
without. Makes no difference.
Can somebody PLEASE help me with this?



