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

PrestaShop clean MySQL database tables

On a PrestaShop site, queries like the following get stuck forever This is because PrestaShop database table ps_connections grow too

PrestaShop Customer Service Page not working

On a PrestaShop site on clicking Customer Service link on the left menu, the page failed to load, it stuck

Enable memcached in PrestaShop

PrestaShop Enable Memcached

You need to install the memcached daemon and PHP module on the server before you can configure it in PrestaSop.

PrestaShop order comment in invoice

PrestaShop show order comment in PDF invoice

To show user comment in PrestaShop PDF invoice Edit file classes/pdf/HTMLTemplateInvoice.php Inside function getContent(), find around line 161 Add below

Show weight in prestashop invoice

PrestaShop show total product weight in PDF invoice

To show total product weight in PrestaShop PDF invoice, edit file. Inside function getContent(), on line 166, find Replace with

PrestaShop show customer email

PrestaShop add customer email to invoice

PrestaShop PDF invoice won’t show customer email address by default for some strange reason. To show the email address in

PrestaShop Error Declaration of Cart::getPackageShippingCost

PrestaShop Error Declaration of Cart::getPackageShippingCost

On a PrestaShop site, i get error message To fix this error, edit the file (location of the file depends

Plesk Nginx

Nginx upstream sent too big header

When I log in to a PrestaShop website, I get an error on a Plesk server. On checking error login

Enable SSL in PrestaShop 1.7

Enable SSL in PrestaShop 1.7

To enable SSL in PrestaShop 1.7, go to On this page, you need to set YES for Enable SSL. After

PrestaShop SEO URL configuration

PrestaShop Product Images not showing

After migrating a PrestaShop 1.7 web site to another domain, site did not show product images. To fix this, you

Enable Debug in PrestaShop

Enable Debug in PrestaShop

To enable debug in Prestashop, edit file Find Replace with Enable debug mode only for your IP Find Add above.