Jump to content

Prestashop Feeder small help.


Recommended Posts

Hello everyone, i just started using Prestashop Feeder module but unfortunately the module is programed only to display home categorie.

 

In my case i need to make it display all categories, else i must change all the products to display in home.

 

So i have the following code on modules/feeder/rss.php

 

$id_category = ((int)(Tools::getValue('id_category')) ? (int)(Tools::getValue('id_category')) : 1);

 

So by changing the number ('id_category')) : 1); i can make it display the one i want, but in my case i need to setup the code to display all, can anyone tell me which code i must use.

 

Thank you all.

Link to comment
Share on other sites

×
×
  • Create New...