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
Easy way to use Font Awesome with Prestashop 1.6.x

First of all, what is “Font Awesome” and why you might be curious about it? It’s a web font containing number of different icons which you can use directly in your texts! The library offers icons separated in different categories. To give you the impression of what you can expect, have a look at these pictures: And this how the […]

Read More

Enterprise
New release – added support for Prestashop 1.5.3

“New Year release” is right here! We planned these new functionalities for the end of December, but Prestashop team has published PS 1.5.3.1 – and we decided to include it in a one pack. Anyway, the point is you can count with another release at the end of January – as usual. And what did […]

Read More

Enterprise
How to remove “Made by Prestashop Theme Maker”

Some customers reported they needed to remove this label from the footer. As you wish – this option will be included in the Christmas release which may be expected by the end of the month! Until then I’d like you to offer a solution how to remove it manually: – open this file: your_theme/modules/blockcms/blockcms.tpl – […]

Read More

Enterprise
How to effectively edit my Prestashop theme?

Let’s say you have created your theme from PS Theme Maker and then installed into your eshop. But it seems you’d like to make some minor changes or tweaks. You may get back to the Theme Maker OR if it is something specific there’re always some ways to do it by yourself. I may give you some […]

Read More