Fixing PrestaShop Email Problems: SMTP, Logs, and Delivery Checklist

When order confirmations, contact-form replies, or password resets never arrive, you are dealing with PrestaShop email problems – not a broken checkout. Most cases come down to the mail method (sendmail vs SMTP), a “Never send emails” leftover from staging, wrong module recipients, or the message landing in spam. This checklist walks through the Back Office screens that usually fix delivery first.

Continue reading Fixing PrestaShop Email Problems: SMTP, Logs, and Delivery Checklist

A simple guide for safely upgrading your PrestaShop store

Keeping your PrestaShop store up-to-date is vital for smooth operations, security, and ensuring the best experience for your customers. This article gives you a clear, straightforward guide on how to upgrade your PrestaShop store safely.

Continue reading A simple guide for safely upgrading your PrestaShop store

PrestaShop URL Rewriting: 5-Step Checklist for Fixing Broken Friendly URLs

Friendly URL is on, yet product links still look like index.php?id_product=12 – or every pretty path returns 404. PrestaShop URL rewriting only works when the Back Office toggle, the root rewrite file (Apache), and the web server rules agree. This is a 5-step checklist: pick your symptom, confirm the shop setting, fix the server layer, prove one URL, then clean duplicates and old 404s.

Continue reading PrestaShop URL Rewriting: 5-Step Checklist for Fixing Broken Friendly URLs

PrestaShop Images Not Displaying: Easy Fixes for 10 Common Causes

When PrestaShop images not displaying on product pages, categories, or the home page, shoppers see broken icons instead of your catalog. The files are usually still on the server – PrestaShop just cannot serve the right path, size, or rewrite rule. This guide walks through a quick diagnose step, how images are stored, common causes, and the fixes that clear most cases without a full reinstall.

Continue reading PrestaShop Images Not Displaying: Easy Fixes for 10 Common Causes

How to Safely Change PrestaShop Database Connection Settings

After a host move or a credential change, PrestaShop still reads its MySQL settings from a config file – not from the Back Office. If host, database name, user, or password no longer match the server, the storefront and admin stop loading. This guide shows how to change PrestaShop database connection settings safely, clear the cache that can keep old values, and check the usual failure messages.

Continue reading How to Safely Change PrestaShop Database Connection Settings

How to make a discount in PrestaShop

As any other modern ecommerce CMS, PrestaShop allows you to create various discounts and sales. You can run a sale on some particular products or entire categories, offer discounts to specific customers or everyone… And all this with just a few clicks in your Back Office.

Here are the main types of discounts in PrestaShop.

Continue reading How to make a discount in PrestaShop

How to change order of modules in a hook in PrestaShop

PrestaShop uses hooks for displaying content generated by various modules. Hook is a special code placed in a template file. When PrestaShop prepares a page for displaying, it replaces that hook code by content of all modules assigned to it.

By default, modules are displayed in the order in which they were installed. But, of course, you can change it.

Continue reading How to change order of modules in a hook in PrestaShop

PrestaShop Sphinx Search: Faster Catalog Search on Large Stores

Native catalog search is fine on small shops. On large catalogs it can lag on every keystroke and every reindex. PrestaShop Sphinx search moves full-text matching to a dedicated engine so product lookups stay fast while PrestaShop still renders the product cards.

Continue reading PrestaShop Sphinx Search: Faster Catalog Search on Large Stores