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 [...]
Setting “In-stock first” as default option on products pages – Prestashop 1.4
There is no option like that in Back Office -> Preferences -> Products. The relevant admin tabs code shows ( AdminPPreferences.php) : array(‘id’ => ’0′, ‘name’ => $this->l(‘Product name’)), array(‘id’ => ’1′, ‘name’ => $this->l(‘Product price’)), array(‘id’ => ’2′, ‘name’ => $this->l(‘Product added date’)), array(‘id’ => ’4′, ‘name’ => $this->l(‘Position inside category’)), array(‘id’ => ’5′, [...]
Google Base Feed partly uploads – Prestashop
I am using www.ecartservices.net’s Google Base feed generator. I ran into a problem last week. I have over 5000 products in one of my store. The feed was generated fine however when I am uploading to Google Base only loads about 1000 of them. I was trying to find out what went wrong but I [...]