Home
last modified time | relevance | path

Searched +full:sort +(+path:plugin +path:amazon) -(+path:plugin +path:amazon +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/amazon/
H A Dsyntax.php29 * Where to sort in?
69 'sort' => $this->getConf('sort'),
91 $params['sort'] = 'Price';
93 $params['sort'] = 'Priority';
95 $params['sort'] = 'DateAdded';
138 $opts['Sort'] = $params['sort'];
248 // sort the parameters
/plugin/amazon/conf/
H A Ddefault.php22 $conf['sort'] = 'Priority';
H A Dmetadata.php22 $meta['sort'] = array('multichoice', '_choices' => array('Priority', 'Price', 'DateAdded')…