Matrice – Prestashop 1.4.3 – Undefined variable: nb_products FIX
I am rebuilding one of our webshops and run into this nasty error when clicking on the home category from the TOP navigation menu. Notice: Undefined variable: nb_products in /var/www/html/shopname/tools/smarty/sysplugins/smarty_internal_data.php on line 291 There are no products. We are using the Matrice theme which is truly amazing however there seems to be an issue here [...]
Handling Hungarian character set from PHP – Ő Ű problem
I have started to write an app in php and run into the good old character set problem.Ő and Ű characters were not displayed correctly however I have converted the data back and forth. The key is to use UTF-8 encoding. You have to tell php what encoding to use you can achieve this either [...]