How To Change Module Position in Prestashop?

Drag drop arrowsI will explain the most easiest and the fastest way how to change modules positions and order in Prestashop.  I will also explain other options in case you need some more configuration possibilities.

7 Read More...

What is Prestashop hook? Term definition.

Prestashop hookIf you are newbie with Prestashop e-commerce system and hear people talking about them, then you may be wondering “What are those Prestashop hooks?” I’ll try to explain it as simple as possible :) .

 

0 Read More...

How to reset Admin password in Prestashop?

Reset Prestashop Admin PasswordIf you lost your Prestashop admin password you can reset it in many ways but sometimes it’s not so easy to accomplish it as it may seem.
Today I will explain main three methods how you can change your lost password – one is really easy and quick :) .

 

11 Read More...

How to install phpMyAdmin?

phpMyAdminIf you read this post I think you know why you need it :) . It’s free easy to use MySQL database administration tool and it is also written in PHP like Prestashop system. PHP developers uses this tool very often but it also could be used by not techies.

0 Read More...

Prestashop does not send emails and how to use Gmail SMTP server?

email-letterPrestashop uses PHP mail() function by default to send emails e.g. when you reset your password. If you do not receive e-mails from your shop you can contact your system administrator and ask to enable PHP mail() function or you can configure Prestashop to use SMTP server. We will use Gmail SMTP server in this example.

10 Read More...

Prestashop 1.4.2.5 released on May 30th

Prestashop logoPrestashop recently released “Prestashop 1.4.2.5“. We are glad that it is improving rapidly. Thank you Prestashop!

But be careful if you want to upgrade your system. We “Googled” about this new version and found upgrade from 1.4.1 to 1.4.2.5, stop at the first page” problem in Prestashop forum. It seems that this upgrade problem is not resolved at the moment.

 

0 Read More...

PHP code stored in one line after uploaded to FTP – cross platform file transfer problem

Cross platformOne more problem solved today. PHP files were uploaded to our FTP server but we got a bunch of errors. That was strange because code worked correctly in local host. We figured out that our server deleted all “ End of Line” symbols – all code was placed in one line.

1 Read More...

How to install Google analytics in Prestashop?

Web traffic analytics is extremely important for e-commerce websites. Google Analytics is the most popular and most powerful free web analytics solution at the moment. Every e-commerce website should  install it as soon as possible.

1 Read More...

How to change language in Prestashop admin panel (back office)?

It took me some tome to figure it out how to change admin panel (back office) language. This post may save somebody’s time :) with this problem.

0 Read More...

How to handle Prestashop template changes without loosing performance like with Force compile?

Developers or system administrators update their templates constantly. Sometimes you need to install additional module, delete or add some elements in your Prestashop templates. You can turn on Force compile option in Preferencies->Performance area and templates are regenerated on every browser request. This option really slows down your shop. There is a possibility to avoid regeneration of every template. Tell Smarty template engine to regenerate only changed templates not all of them. This is how you can accomplish this:

2 Read More...