PrestaShop Documentation, PrestaShop Tutorials

PrestaShop slow back-office

Prestashop slow back-office [1]. Rename folder name “psaddonsconnect” to “rename_psaddonsconnect” [2]. Set flag to false. from $is_addons_up = true; to $is_addons_up = false; File name path psroot/classes/Tools.php around 3388 protected static $is_addons_up = false; public static function addonsRequest($request, $params = array()) { // function code }

PrestaShop Documentation, PrestaShop Tutorials

PrestaShop Webservice

PrestaShop Webservice PrestaShop enables merchants to give third-party tools access to their shop’s database through a CRUD API, otherwise called a web service. Since 1.7 version, developers can extend the resources available through the PrestaShop Webservice with a module. Create and declare your new entity The following example is about an entity that can manage blog articles, the folder where…

Continue Reading