PEPPE83 Posted August 28, 2015 Share Posted August 28, 2015 Hello, With the latest update I have seen that my rss feed no longer contains the new added products but only those marked as "featured".The various changes found on the forum does not seem to work, can someone kindly suggest changes to be made to the file rss.php to show the latest products added? Thank you. Link to comment Share on other sites More sharing options...
PEPPE83 Posted August 29, 2015 Author Share Posted August 29, 2015 (edited) Ok, i have found the solution...change this line: $products = Product::getProducts((int)$context->language->id, 0, ($number > 10 ? 10 : $number), $orderBy, $orderWay, $id_category, true); with this $products = Product::getNewProducts((int)Context::getContext()->language->id, 0, ($number > 10 ? 10 : $number), false, $orderBy, $orderWay); in modules/feeder/rss.php Edited August 29, 2015 by PEPPE83 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted August 29, 2015 Share Posted August 29, 2015 With the latest update I have seen that my rss feed hello you upgraded module, or prestashop only? Link to comment Share on other sites More sharing options...
Satkala Posted February 22, 2016 Share Posted February 22, 2016 (edited) hello I want veiw photo news rss for rss feed block . plse help me . Edited February 22, 2016 by Satkala (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now