Enterprise
How to remove “my account” in the footer in Prestashop

Do you need to remove an item from the “My account” section in the footer? For example you might want to remove the credit slips from there. So how to do it? Open this file in your theme: /your_theme/modules/ps_customeraccountlinks/ps_customeraccountlinks.php And remove this code: 3 => array( ‘title’ => $this->trans(‘Credit slips’, array(), ‘Modules.Customeraccountlinks.Admin’), ‘url’ => $link->getPageLink(‘order-slip’, […]

Read More

Enterprise
How to remove a certain social network from the footer? (Prestashop 1.7)

How to remove a certain social network from the footer? Go to the back office of your eshop, open the list of your modules and search for the keyword “social”. You should see at least two modules: Social media follow links Social media share buttons If you want to remove some social networks from the […]

Read More

Enterprise
How to remove category image? (Prestashop 1.7)

What is a category image? It is a picture that is displayed right about the list of products of a specific category, usually accompanied with a category description text. Now the question is – how to remove this category image? It’s pretty simple and you can do it directly from your back office, no need […]

Read More

Enterprise
Fix blurry/low quality category images in Prestashop 1.7

If you are experiencing blurry category images on your Prestashop eshop the problem is not with your theme, but in the image settings in your back office. Now I will show you how to increase the quality of the category images and regenerate the thumbnails. Change the default dimensions Go to your back office > Design […]

Read More

Enterprise
How to hide subcategories in top menu in Prestashop 1.7

Quite often it’s a good idea to keep things simple. That applies not only to the design of your eshop but also to the main navigation. Displaying too many subcategories at the same time can be confusing. This quick tutorial will show you how to hide subcategories in the drop-down menu (the native Top Menu […]

Read More

Enterprise
How to add any Google Font into your Prestashop 1.7 theme

If you use Prestabuilder editor you already know that it is easy to add many custom Google Fonts into your theme in a few clicks. However, the editor doesn’t support ALL fonts that Google has to offer. Or maybe you use some 3rd party theme. Here are the steps how you can use any Google […]

Read More

Enterprise
This theme is not correct for Prestashop 1.7

Some time ago I received this message: I finished my theme, downloaded it and then tried to install it on my Prestashop 1.7.  Then I got this error: “This theme is not correct for Prestashop 1.7”. I am sure the theme with PrestaBuilder, Prestashop 1.7.   This is why the theme zip was corrupted – […]

Read More

Enterprise
Custom link in Main Menu in Prestashop 1.7

Prestashop 1.7 comes with a native menu module called “Main Menu.” In case you are not sure what this module does, it displays the menu and its categories in the header of your eshop. Furthermore, it’s a native module developed by Prestashop. You can set up what categories, CMS pages, suppliers and brands you wish […]

Read More

Enterprise
How to hide the Category Tree module with only one category

The idea here is simple. Prestashop displays “Category Tree” module all the time. Even if we are browsing the last sub-sub-sub…category and there’s only 1 item to display. This is what I mean: So the quest now is to change it to this: In other words: to hide the Category Tree module if there’s only […]

Read More

Enterprise
Install a new module in Prestashop 1.7

This post is for users who are new to Prestashop and who search for an essential advice on how to install a new module into their Prestashop installation. It’s very easy, and it shouldn’t take more than a few moments. Steps how to install a new module from your back office – Go to the […]

Read More