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…
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,…
To install memcached, run apt install php-memcached apt install build-essential apt install autoconf automake gcc libmemcached-dev libhashkit-dev pkg-config plesk-php*-dev zlib1g-dev Enable memcached…
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 =…
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.…
To clear cache in PrestaShop, login to admin area at https://www.yourdomain.com/adminpanel/ Once logged in, go to Configure > Advanced Parameters > Performance…
PrestaShop is a popular open-source e-commerce platform that allows users to create and manage their own online stores. PrestaShop Migration Prestashop Change…