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′, [...]