How to fix [PHP Warning #2] count(): Parameter must be an array or an object that implements Countable in PrestaShop 2021-07-07 Comments: 0 Here's how to fix the following problem with PrestaShop 1.7.x: [PHP Warning #2] count(): Parameter m... more →
How to enable debug mode in PrestaShop 1.6 only for webservices 2021-03-08 Comments: 0 Log into the server, where your PrestaShop is installed (eg through FTP) and locate the file: [prest... more →
How to fix the preg_replaceThe /e modifier is no longer supported error in PrestaShop 2020-12-15 Comments: 1 If you're using the older verions of PrestaShop 1.6 with PHP 7.0 you can run into a following error i... more →
How to expose products' carriers API (webservice) endpoint in PrestaShop 2020-12-15 Comments: 0 Step 1 - Code Log into the server (eg. through FTP) and go to the [your_prestashop_folder]/override/c... more →
How to enable iframes in PrestShop 2020-12-04 Comments: 0 Enabling iframes is necessary for synchronizing description of some of the Artgeist's products. It ca... more →
How to enable webservices in PrestaShop 2020-08-18 Comments: 0 In order to allow the communication between x-Integrator and the store, webservices in PrestaShop nee... more →