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

What to do if images are not displaying in your PrestaShop store

Images are a vital part of any online store. They attract attention, illustrate products, and contribute significantly to user experience. However, it can be frustrating when these images fail to display correctly in your PrestaShop store. In this article, we will guide you through some common reasons why this might occur and how you can fix it.

Continue reading What to do if images are not displaying in your PrestaShop store

White Screen of Death in PrestaShop: A Step-by-Step Guide

One of the most shocking issues you may encounter with PrestaShop, or indeed any PHP-based platform, is the infamous “White Screen of Death” (WSoD). This happens when you attempt to access your site, only to be met with a completely blank, white screen. No error message, no clues, just an unhelpful void. This is often due to a PHP error or a server issue that breaks the site’s loading process.

Continue reading White Screen of Death in PrestaShop: A Step-by-Step Guide

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

How to activate multistore in PrestaShop

PrestaShop offers merchants a great feature – multistore (or multishop). It allows you to manage multiple shops in one place. You can create several virtual shops, assign them different domains, set different templates, write different texts and still manage them in only one Back Office.

And here is how to do it.

Continue reading How to activate multistore in PrestaShop