26 Jan 2012, 6:46 PM
Zen Follower
- Join Date:
- Jan 2010
- Posts:
- 182
- Plugin Contributions:
- 0
possible? order status list to checkboxes, not dropdown
Namely in Batch Status Update I would like to choose 4 statuses at once to update those four to one status, but with a dropdown, there is only one selection at a time quadrupling processing time.
Goal: Turn the Order Status Dropdown menu into a list of checkboxes allowing multiple order status selections.
possible?
<td class="smallText"><?php echo zen_draw_pull_down_menu('status', array_merge(array(array('id' => '', 'text' => TEXT_ALL_ORDERS)), $orders_statuses), $_GET['status'], ''); ?></td>