A Simple Guide to Configuring Robots.txt in PrestaShop

Robots.txt is a small, but powerful file that tells search engine bots how to interact with your website. It’s like a guidebook, showing them which pages to visit (index) and which ones to skip (ignore). A well-set-up Robots.txt can help your website’s SEO. Actually it’s not just for PrestaShop, it can be found on any site. But in this post we will discuss how it works in PrestaShop.

Continue reading A Simple Guide to Configuring Robots.txt in PrestaShop

Fixing PrestaShop email problems: A Simple Guide

Emails play a crucial role in any online store’s smooth operation. They inform about new orders, alert about inventory changes, and engage customers with promotional offers. When running a PrestaShop store, encountering email delivery problems can cause serious disruptions. Typical issues range from configuration errors to hosting restrictions.

Continue reading Fixing PrestaShop email problems: A Simple Guide

PrestaShop Images Not Displaying: Easy Fixes for 8 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 how images are stored, eight common causes, and the fixes that clear most cases without a full reinstall.

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

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