After extensive search over internet i am sure that Prestashop does not return data in JSON format, it only returns in XML format (which leads to cross domain accessing issue un
Prestashop has die(Tools::jsonEncode([Associative Array])) for ajax return or just remove die for non ajax return.