adriesilva Posted August 23, 2013 Share Posted August 23, 2013 Hello, I have enabled the RSS Feed for my products, but now what do I do? Where do I find the link to the RSS Feed of my products? I am lost and don't know what the RSS Feed link to my Prestashop is. Any and all help is greatly appreciated. Link to comment Share on other sites More sharing options...
mfedorets Posted August 28, 2013 Share Posted August 28, 2013 Hello, Open any category then click on RSS subscribe button in your browser, subscribing dialog will be opened. Or you can compose RSS product feed link manually: yourdomain.com/modules/feeder/rss.php?id_category=3&orderby=position&orderway=asc replace 3 with your category id. 1 Link to comment Share on other sites More sharing options...
vekia Posted August 28, 2013 Share Posted August 28, 2013 you can also, for example, configure this button: http://i.imgur.com/noHBOyC.png there are many ways to share the urls to your RSS channel, this is once example Link to comment Share on other sites More sharing options...
EGBee Posted December 8, 2013 Share Posted December 8, 2013 @Vekia How to get the latest products in the RSS Feed? 2 Link to comment Share on other sites More sharing options...
vekia Posted December 8, 2013 Share Posted December 8, 2013 in rss.php file (modules/feeder/rss.php) you can define order by and order way params (in getProducts function) $products = Product::getProducts((int)Context::getContext()->language->id, 0, ($number > 10 ? 10 : $number), $orderBy, $orderWay, $id_category, true); 1 Link to comment Share on other sites More sharing options...
Moonswolf Posted March 12, 2015 Share Posted March 12, 2015 Hi, how to use the rss feed link to show all products of prestashop? I would use this to some webservice and i would a feed with all products. Thankyou. Link to comment Share on other sites More sharing options...
Recommended Posts