Zen Cart Logo
Forums / Managing Customers and Orders / possible? order status list to checkboxes, not dropdown

possible? order status list to checkboxes, not dropdown

Locked

Views: 1,293

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
26 Jan 2012, 6:46 PM
#1
sbbemn avatar

sbbemn

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>