-
Random Quote
The Three Greatest Human Goals
— Michel Fortin, michelfortin.com/capture-captivate-attention/
Everybody wants more time, money, and energy. From the headline to the opening copy of the letter, one effective way to capture attention is to focus on three core goals almost all humans have, which are to either save or make 1) time, 2) money, or 3) effort.-
Recent Posts
Categories
Recent Comments
Archives
Meta
Follow us
Category Archives: Q & A
PHP code stored in one line after uploaded to FTP – cross platform file transfer problem
One 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 …
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.
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.
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 …
How to enable friendly URL in Prestashop 1.4?
Friendly URLs are critical to SEO (search engine optimization) and this functionality should be enabled in Prestashop as soon as possible. Prestashop changes URLs like www.yourshop.com/product.php?id_product=1 to www.yourshop.com/music-ipods/1-ipod-nano.html if friendly URL is enabled. The second URL gives much more information …
DIBS module – “Md5key mismatch!” error problem (bug resolved).
I found one more bug in Prestashop’s DIBS payment module v.1.0 – current version at the moment. This module is integrated in Prestashop 1.4 but it is not integrated in Prestashop 1.4.1 so you have to install it manually. You …
IE does not include css file.
Today our customer contacted us about the problem with Internet explorer. The website was not displayed correctly only in IE. IE used styles from the wrong CSS file. We checked it with IE “Developer tools” (press F12 on your keyboard …
DIBS module is not displayed in Prestashop 1.4 if “Minify HTML” option is turned on.
This problem may happen with other modules also so I decided to write a post about it and how to resolve it. So DIPS payment method is not displayed if “Minify HTML after “smarty compile” execution.” is turned on.
How to delete Smarty cache in Prestashop?
This problem is so common that I decided to write a post about it. Developers or Prestashop administrators change their shop translations or templates and they don’t see any changes. This is because Prestashop caches pages – it helps to …
PHP script displays 500 Internal Server Error
Today we encountered interesting problem in our client’s server. Client installed our module and every PHP file showed “500 Internal Server Error”. We checked .htaccess file but it was created correctly. Then we found out that every folder and file …