PrestaShop Admin Auto Log Out
After migrating a PrestaShop site to a new server, logging in to the admin area shows the dashboard, and when I click…
After migrating a PrestaShop site to a new server, logging in to the admin area shows the dashboard, and when I click…
On a PrestaShop site, queries like the following get stuck forever SELECT c.id_guest, c.ip_address, c.date_add, c.http_referer, “-” as page FROM `ps_connections` c…
On a PrestaShop site on clicking Customer Service link on the left menu, the page failed to load, it stuck at loading…
You need to install the memcached daemon and PHP module on the server before you can configure it in PrestaSop. You can…
To show user comment in PrestaShop PDF invoice Edit file classes/pdf/HTMLTemplateInvoice.php vi classes/pdf/HTMLTemplateInvoice.php Inside function getContent(), find around line 161 $carrier =…
To show total product weight in PrestaShop PDF invoice, edit file. vi classes/pdf/HTMLTemplateInvoice.php Inside function getContent(), on line 166, find foreach ($order_details…
PrestaShop PDF invoice won’t show customer email address by default for some strange reason. To show the email address in the Invoice,…
On a PrestaShop site, i get error message (1/1) ContextErrorException Warning: Declaration of Cart::getPackageShippingCost($id_carrier = NULL, $use_tax = true, ?Country $default_country =…
When I log in to a PrestaShop website, I get an error on a Plesk server. 502 Bad Gateway On checking error…
To enable SSL in PrestaShop 1.7, go to Admin > Shop Parameters > General On this page, you need to set YES…
After migrating a PrestaShop 1.7 web site to another domain, site did not show product images. To fix this, you need to…
To enable debug mode in Prestashop, edit the file Find Replace with Enable debug mode only for your IP Find Add above.…