Jump to content
  • 0

RSS feeder - wyświetlanie Nowych Produktów


Davidmax

Question

Witam

Czy ja dobrze robię ? chcę żeby w RSS wyświetlały mi się nowo dodane produkty.

normalnie jest tak że wyświetlają się tylko produkty które są dodawane do kategorii głównej jako polecane.

znalazłem że trzeba w /modules/feeder/rss.php zmienić:

$products = Product::getProducts((int)Context::getContext()->language->id, 0, ($number > 10 ? 10 : $number), $orderBy, $orderWay, $id_category, true);

na

$products = Product::getProducts((int)Context::getContext()->language->id, 0, ($number > 10 ? 10 : $number), "id_product", "desc", $id_category, true);

będzie działać ? bo mi nie działa :(

Link to comment
Share on other sites

4 answers to this question

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...