// fix position in list for products, product images. still need to fix display after change position product images

This commit is contained in:
tDidierjean
2011-11-20 19:47:07 +00:00
parent e383783e72
commit 6233b3b242
5 changed files with 10 additions and 24 deletions
@@ -58,7 +58,8 @@ class AdminProductsController extends AdminController
$this->duplicate = true;
$this->imageType = 'jpg';
$this->context = Context::getContext();
$this->_defaultOrderBy = 'position';
$this->fieldsDisplay = array(
'id_product' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 20),
'image' => array('title' => $this->l('Photo'), 'align' => 'center', 'image' => 'p',