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

Update the PrestaShop Shop Email for Orders and Contact Forms

Your PrestaShop shop email shows up in order alerts, customer messages, and the address shoppers see on the store. Changing it is rarely one field – Mail Alerts, the store record, contact form recipients, and theme modules can each hold a different address. This guide walks through those places in the order that usually fixes the wrong inbox first.

Continue reading Update the PrestaShop Shop Email for Orders and Contact Forms

How to remove “/en” from URLs in PrestaShop

If you have multiple languages installed in your shop, then all URLs will include language code. And even when you open the home page of your site you’ll get that language suffix, even for default language. It doesn’t look fine but fortunately you can fix this behavior.

This tutorial describes how to remove default language code from your URLs (usually “/en”).

Continue reading How to remove “/en” from URLs in PrestaShop

How to enable maintenance mode in PrestaShop

Sometimes during the work on the site you may want to make it temporarily inaccessible for visitors. In PrestaShop you can use maintenance mode for such purposes.
It may be useful during initial website development or while updating etc.

This article describes how to enable maintenance mode.

Continue reading How to enable maintenance mode in PrestaShop