Search the Community
Showing results for tags 'sort product'.
-
Hi to all of you, I'm having some troubles to do that, how can i sort products in category page by 2 options? I want to show first products recently added to store, but that are in stock. Firs, show products in stock and after, re-order products than are in stock. Is that possible? Thanks Mozack
- 2 replies
-
- sort products
- sort product
-
(and 2 more)
Tagged with:
-
I'm trying from a module to interact with products list in bo. I can add custom columns but i can't filter/interact/order them. To add custom columns i just need to override AdminProductController in this way: parent::__construct(); $this->_select .= ", (date_upd - date_add) as talu "; $this->fields_list['talu'] = array( 'title' => 'An Amazing Field', 'width' => 70, 'align' => 'center', 'type' => 'bool' ); But i don't know how to apply filter or order by this column.
- 3 replies
-
- product list
- admin product
-
(and 1 more)
Tagged with: