Hi all, As my effort to give back to this great prestashop community, I want to share prestashop product importer. I have developed some php classes, that can be used to push product data in prestashop from any source. So far I have tested it with csv and xml, by virtually it can be used to import data from any source. Since It is developed in OOP way, you can customize/ extend it to suit your need. Note that I haven't developed them as a module but rather it will work as an standalone tool, and can be invoke via command line or url. If anybody need/want to review. please let me know.