Search the Community
Showing results for tags 'multiselect'.
-
Hi, It would be very usefull to have a multiselect dropdown selection for orders in some certain status like in this image : I mean would be very usefull ability to select a list of statuses for orders !
- 3 replies
-
- checkbox
- multiselect
-
(and 3 more)
Tagged with:
-
I am doing a small module in Prestashop. In that module I have used multiselect with helperform. So my code is like this array( 'type' => 'select', 'cols' => 8, 'class' => 'chosen-product-selct selected_products ', 'multiple' => true, 'label' => $this->l('Selected Products'), 'name' => 'selected_pr...
- 8 replies
-
- multiselect
- helperclass
-
(and 1 more)
Tagged with: